-
Notifications
You must be signed in to change notification settings - Fork 1
/
RadSwitch.vcxproj.filters
76 lines (76 loc) · 2.23 KB
/
RadSwitch.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="RadSwitch.cpp" />
<ClCompile Include="WindowsPlus.cpp" />
<ClCompile Include="WinMain.cpp" />
<ClCompile Include="Rad\Dialog.cpp">
<Filter>Rad</Filter>
</ClCompile>
<ClCompile Include="Rad\Log.cpp">
<Filter>Rad</Filter>
</ClCompile>
<ClCompile Include="Rad\MessageHandler.cpp">
<Filter>Rad</Filter>
</ClCompile>
<ClCompile Include="Rad\Window.cpp">
<Filter>Rad</Filter>
</ClCompile>
<ClCompile Include="Rad\WinError.cpp">
<Filter>Rad</Filter>
</ClCompile>
<ClCompile Include="Rad\AboutDlg.cpp">
<Filter>Rad</Filter>
</ClCompile>
<ClCompile Include="UWPResources.cpp" />
<ClCompile Include="UWPApps.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="ListBoxPlus.h" />
<ClInclude Include="resource.h" />
<ClInclude Include="WindowsPlus.h" />
<ClInclude Include="Rad\Dialog.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\Format.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\Log.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\MemoryPlus.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\MessageHandler.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\SourceLocation.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\Window.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\Windowxx.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\WinError.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="Rad\AboutDlg.h">
<Filter>Rad</Filter>
</ClInclude>
<ClInclude Include="UWPResources.h" />
<ClInclude Include="UWPApps.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="RadSwitch.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="res\RadSwitch.ico" />
</ItemGroup>
<ItemGroup>
<Filter Include="Rad">
<UniqueIdentifier>{de24a1c5-636f-43f1-9caf-0e68e9fc3e5a}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>