mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-06-07 09:28:03 +08:00

* Fix HotkeyControl virtual key display * A new interop project was setup to provide wrappers for C# projects that want to access functionality in the common project. * Add assembly info * Remove WIN32 configurations
6 lines
191 B
C++
6 lines
191 B
C++
// pch.cpp: source file corresponding to the pre-compiled header
|
|
|
|
#include "pch.h"
|
|
|
|
// When you are using pre-compiled headers, this source file is necessary for compilation to succeed.
|