-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.vcxproj.filters
109 lines (109 loc) · 4.13 KB
/
example.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<None Include="example.DEF" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oBaseComponent.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oBaseNVComponent.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oBaseVisComponent.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oDrawingCanvas.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\omnis.xcomp.framework.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oRGBAImage.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oUTF8.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\oXCompLib.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\qArray.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\qString.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="thirdparty\omnis.xcomp.framework\xCompStandardIncludes.h">
<Filter>omnis.xcomp.framework</Filter>
</ClInclude>
<ClInclude Include="Src\example.h">
<Filter>source</Filter>
</ClCompile>
<ClInclude Include="Src\oExample.h">
<Filter>source</Filter>
</ClCompile>
<ClInclude Include="Src\oNVExample.h">
<Filter>source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Filter Include="source">
<UniqueIdentifier>{042c8f37-28e8-4eac-833d-4d8cd3ba4f61}</UniqueIdentifier>
</Filter>
<Filter Include="resources">
<UniqueIdentifier>{10e9e5b8-e8a7-4a18-a057-3e0006209318}</UniqueIdentifier>
</Filter>
<Filter Include="omnis.xcomp.framework">
<UniqueIdentifier>{f46b3caa-59da-41fa-aea0-0fc061e6e6e5}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="thirdparty\omnis.xcomp.framework\FrameworkWndProc.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oBaseComponent.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oBaseNVComponent.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oBaseVisComponent.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oDrawingCanvas.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oRGBAImage.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oUTF8.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\oXCompLib.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="thirdparty\omnis.xcomp.framework\qString.cpp">
<Filter>omnis.xcomp.framework</Filter>
</ClCompile>
<ClCompile Include="Src\example.cpp">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="Src\oExample.cpp">
<Filter>source</Filter>
</ClCompile>
<ClCompile Include="Src\oNVExample.cpp">
<Filter>source</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<Image Include="resources\oExample.bmp">
<Filter>resources</Filter>
</Image>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resources\oExample.rc">
<Filter>resources</Filter>
</ResourceCompile>
</ItemGroup>
</Project>