mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
* Move llkeyboardhook to c++ * expect.txt * Address PR comment - Resolve namespaces * Address PR comments - CallNextHook and correct char selection * Also unpress the letter key Co-authored-by: Jaime Bernardo <jaime@janeasystems.com>
16 lines
585 B
XML
16 lines
585 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ImportGroup Label="PropertySheets" />
|
|
<PropertyGroup Label="UserMacros" />
|
|
<!--
|
|
To customize common C++/WinRT project properties:
|
|
* right-click the project node
|
|
* expand the Common Properties item
|
|
* select the C++/WinRT property page
|
|
|
|
For more advanced scenarios, and complete documentation, please see:
|
|
https://github.com/Microsoft/cppwinrt/tree/master/nuget
|
|
-->
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup />
|
|
</Project> |