blob: 2f3b2be5b664593a34bedcea8e546cb74763b134 [file] [log] [blame]
John Kessenich9fd55bd2012-12-13 00:05:26 +00001<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup>
4 <Filter Include="Machine Independent">
5 <UniqueIdentifier>{593f06dd-7981-4cb7-91ba-eae633fa547e}</UniqueIdentifier>
6 <Extensions>cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;y;l</Extensions>
7 </Filter>
8 <Filter Include="Machine Independent\Generated Source">
9 <UniqueIdentifier>{564543b5-6302-49ab-9d24-bd6bef91274a}</UniqueIdentifier>
10 </Filter>
John Kessenich9fd55bd2012-12-13 00:05:26 +000011 <Filter Include="Header Files">
12 <UniqueIdentifier>{d4faa328-f693-4b77-9fcb-9629ca0d8ee8}</UniqueIdentifier>
13 </Filter>
14 <Filter Include="Public">
15 <UniqueIdentifier>{c79e7f4d-1836-4b72-b201-46e72e4e4b6b}</UniqueIdentifier>
16 </Filter>
John Kessenich9fd55bd2012-12-13 00:05:26 +000017 <Filter Include="OSDependent">
18 <UniqueIdentifier>{d48b8f48-5784-4cb6-bead-7f98647a1c44}</UniqueIdentifier>
19 </Filter>
20 <Filter Include="OSDependent\Windows">
21 <UniqueIdentifier>{092b92ee-743a-407d-ad9b-92af399715d6}</UniqueIdentifier>
22 </Filter>
23 <Filter Include="OSDependent\Linux">
24 <UniqueIdentifier>{0c27903f-6ef2-4725-9d9c-70f50aeaa7a1}</UniqueIdentifier>
25 </Filter>
John Kessenich72133242013-07-08 19:39:16 +000026 <Filter Include="Machine Independent\Preprocessor">
27 <UniqueIdentifier>{f25a01e9-79ce-49bf-b79a-d10de89a0fec}</UniqueIdentifier>
28 </Filter>
John Kessenich9fd55bd2012-12-13 00:05:26 +000029 </ItemGroup>
30 <ItemGroup>
31 <ClCompile Include="glslang\MachineIndependent\InfoSink.cpp">
32 <Filter>Machine Independent</Filter>
33 </ClCompile>
34 <ClCompile Include="glslang\MachineIndependent\Initialize.cpp">
35 <Filter>Machine Independent</Filter>
36 </ClCompile>
37 <ClCompile Include="OGLCompilersDLL\InitializeDll.cpp">
38 <Filter>Machine Independent</Filter>
39 </ClCompile>
40 <ClCompile Include="glslang\MachineIndependent\IntermTraverse.cpp">
41 <Filter>Machine Independent</Filter>
42 </ClCompile>
43 <ClCompile Include="glslang\MachineIndependent\Intermediate.cpp">
44 <Filter>Machine Independent</Filter>
45 </ClCompile>
46 <ClCompile Include="glslang\MachineIndependent\ParseHelper.cpp">
47 <Filter>Machine Independent</Filter>
48 </ClCompile>
49 <ClCompile Include="glslang\MachineIndependent\PoolAlloc.cpp">
50 <Filter>Machine Independent</Filter>
51 </ClCompile>
John Kessenich9fd55bd2012-12-13 00:05:26 +000052 <ClCompile Include="glslang\MachineIndependent\RemoveTree.cpp">
53 <Filter>Machine Independent</Filter>
54 </ClCompile>
55 <ClCompile Include="glslang\MachineIndependent\ShaderLang.cpp">
56 <Filter>Machine Independent</Filter>
57 </ClCompile>
58 <ClCompile Include="glslang\MachineIndependent\SymbolTable.cpp">
59 <Filter>Machine Independent</Filter>
60 </ClCompile>
61 <ClCompile Include="glslang\MachineIndependent\intermOut.cpp">
62 <Filter>Machine Independent</Filter>
63 </ClCompile>
64 <ClCompile Include="glslang\MachineIndependent\parseConst.cpp">
65 <Filter>Machine Independent</Filter>
66 </ClCompile>
John Kessenich9fd55bd2012-12-13 00:05:26 +000067 <ClCompile Include="glslang\OSDependent\Windows\main.cpp">
68 <Filter>OSDependent\Windows</Filter>
69 </ClCompile>
70 <ClCompile Include="glslang\OSDependent\Windows\ossource.cpp">
71 <Filter>OSDependent\Windows</Filter>
72 </ClCompile>
73 <ClCompile Include="glslang\OSDependent\Linux\ossource.cpp">
74 <Filter>OSDependent\Linux</Filter>
75 </ClCompile>
John Kessenich9fd55bd2012-12-13 00:05:26 +000076 <ClCompile Include="glslang\MachineIndependent\glslang_tab.cpp">
77 <Filter>Machine Independent\Generated Source</Filter>
78 </ClCompile>
79 <ClCompile Include="glslang\MachineIndependent\Versions.cpp">
80 <Filter>Machine Independent</Filter>
81 </ClCompile>
John Kessenich53fb4652013-03-07 19:22:07 +000082 <ClCompile Include="glslang\MachineIndependent\Constant.cpp">
83 <Filter>Machine Independent</Filter>
84 </ClCompile>
John Kessenich41cf6b52013-06-25 18:10:05 +000085 <ClCompile Include="glslang\MachineIndependent\Scan.cpp">
86 <Filter>Machine Independent</Filter>
87 </ClCompile>
John Kessenich72133242013-07-08 19:39:16 +000088 <ClCompile Include="glslang\MachineIndependent\preprocessor\Pp.cpp">
89 <Filter>Machine Independent\Preprocessor</Filter>
90 </ClCompile>
91 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpAtom.cpp">
92 <Filter>Machine Independent\Preprocessor</Filter>
93 </ClCompile>
94 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpMemory.cpp">
95 <Filter>Machine Independent\Preprocessor</Filter>
96 </ClCompile>
97 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpScanner.cpp">
98 <Filter>Machine Independent\Preprocessor</Filter>
99 </ClCompile>
100 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpSymbols.cpp">
101 <Filter>Machine Independent\Preprocessor</Filter>
102 </ClCompile>
103 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpTokens.cpp">
104 <Filter>Machine Independent\Preprocessor</Filter>
105 </ClCompile>
106 <ClCompile Include="glslang\MachineIndependent\preprocessor\PpContext.cpp">
107 <Filter>Machine Independent\Preprocessor</Filter>
108 </ClCompile>
John Kessenich27b72e42013-10-14 22:42:16 +0000109 <ClCompile Include="glslang\MachineIndependent\limits.cpp">
110 <Filter>Machine Independent</Filter>
111 </ClCompile>
John Kessenichfb57e7c2013-10-15 21:46:20 +0000112 <ClCompile Include="glslang\MachineIndependent\linkValidate.cpp">
113 <Filter>Machine Independent</Filter>
114 </ClCompile>
John Kessenich11f9fc72013-11-07 01:06:34 +0000115 <ClCompile Include="glslang\MachineIndependent\reflection.cpp">
116 <Filter>Machine Independent</Filter>
117 </ClCompile>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000118 </ItemGroup>
119 <ItemGroup>
120 <ClInclude Include="glslang\MachineIndependent\Initialize.h">
121 <Filter>Machine Independent</Filter>
122 </ClInclude>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000123 <ClInclude Include="glslang\MachineIndependent\ParseHelper.h">
124 <Filter>Machine Independent</Filter>
125 </ClInclude>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000126 <ClInclude Include="glslang\MachineIndependent\RemoveTree.h">
127 <Filter>Machine Independent</Filter>
128 </ClInclude>
129 <ClInclude Include="glslang\MachineIndependent\localintermediate.h">
130 <Filter>Machine Independent</Filter>
131 </ClInclude>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000132 <ClInclude Include="glslang\Include\BaseTypes.h">
133 <Filter>Header Files</Filter>
134 </ClInclude>
135 <ClInclude Include="glslang\Include\Common.h">
136 <Filter>Header Files</Filter>
137 </ClInclude>
138 <ClInclude Include="glslang\Include\ConstantUnion.h">
139 <Filter>Header Files</Filter>
140 </ClInclude>
141 <ClInclude Include="glslang\Include\InfoSink.h">
142 <Filter>Header Files</Filter>
143 </ClInclude>
144 <ClInclude Include="OGLCompilersDLL\InitializeDll.h">
145 <Filter>Header Files</Filter>
146 </ClInclude>
147 <ClInclude Include="glslang\Include\InitializeGlobals.h">
148 <Filter>Header Files</Filter>
149 </ClInclude>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000150 <ClInclude Include="glslang\Include\PoolAlloc.h">
151 <Filter>Header Files</Filter>
152 </ClInclude>
153 <ClInclude Include="glslang\Include\ResourceLimits.h">
154 <Filter>Header Files</Filter>
155 </ClInclude>
156 <ClInclude Include="glslang\Include\ShHandle.h">
157 <Filter>Header Files</Filter>
158 </ClInclude>
159 <ClInclude Include="glslang\MachineIndependent\SymbolTable.h">
160 <Filter>Header Files</Filter>
161 </ClInclude>
162 <ClInclude Include="glslang\Include\Types.h">
163 <Filter>Header Files</Filter>
164 </ClInclude>
165 <ClInclude Include="glslang\Include\intermediate.h">
166 <Filter>Header Files</Filter>
167 </ClInclude>
168 <ClInclude Include="glslang\MachineIndependent\unistd.h">
169 <Filter>Header Files</Filter>
170 </ClInclude>
171 <ClInclude Include="glslang\Public\ShaderLang.h">
172 <Filter>Public</Filter>
173 </ClInclude>
174 <ClInclude Include="glslang\OSDependent\Windows\osinclude.h">
175 <Filter>OSDependent\Windows</Filter>
176 </ClInclude>
177 <ClInclude Include="glslang\OSDependent\Linux\osinclude.h">
178 <Filter>OSDependent\Linux</Filter>
179 </ClInclude>
180 <ClInclude Include="glslang\MachineIndependent\glslang_tab.cpp.h">
181 <Filter>Machine Independent\Generated Source</Filter>
182 </ClInclude>
183 <ClInclude Include="glslang\MachineIndependent\Versions.h">
184 <Filter>Machine Independent</Filter>
185 </ClInclude>
John Kessenich41cf6b52013-06-25 18:10:05 +0000186 <ClInclude Include="glslang\MachineIndependent\Scan.h">
187 <Filter>Machine Independent</Filter>
188 </ClInclude>
John Kessenich5f1a0b72013-07-06 19:54:21 +0000189 <ClInclude Include="glslang\MachineIndependent\ScanContext.h">
190 <Filter>Machine Independent</Filter>
191 </ClInclude>
John Kessenich72133242013-07-08 19:39:16 +0000192 <ClInclude Include="glslang\MachineIndependent\preprocessor\PpContext.h">
193 <Filter>Machine Independent\Preprocessor</Filter>
194 </ClInclude>
195 <ClInclude Include="glslang\MachineIndependent\preprocessor\PpTokens.h">
196 <Filter>Machine Independent\Preprocessor</Filter>
197 </ClInclude>
John Kessenich11f9fc72013-11-07 01:06:34 +0000198 <ClInclude Include="glslang\MachineIndependent\reflection.h">
199 <Filter>Machine Independent</Filter>
200 </ClInclude>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000201 </ItemGroup>
202 <ItemGroup>
203 <CustomBuild Include="glslang\MachineIndependent\glslang.y">
204 <Filter>Machine Independent</Filter>
205 </CustomBuild>
John Kessenich9fd55bd2012-12-13 00:05:26 +0000206 </ItemGroup>
207</Project>