-
Notifications
You must be signed in to change notification settings - Fork 1
/
myhotkey.vcxproj.filters
39 lines (39 loc) · 1.02 KB
/
myhotkey.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="myhotkey.conf" />
<None Include="LICENSE" />
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<Filter Include="src">
<UniqueIdentifier>{7b6f2bae-3111-4e18-98a7-64ed56ffdc46}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="src\myhotkey.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\syserr.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="src\myhotkey.rc">
<Filter>src</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\syserr.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="src\resource.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Image Include="src\icon1.ico">
<Filter>src</Filter>
</Image>
</ItemGroup>
</Project>