initial import
[vuplus_webkit] / Source / ThirdParty / ANGLE / src / libGLESv2 / libGLESv2.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="libGLESv2"
6         ProjectGUID="{B5871A7A-968C-42E3-A33B-981E6F448E78}"
7         RootNamespace="libGLESv2"
8         Keyword="Win32Proj"
9         TargetFrameworkVersion="131072"
10         >
11         <Platforms>
12                 <Platform
13                         Name="Win32"
14                 />
15         </Platforms>
16         <ToolFiles>
17         </ToolFiles>
18         <Configurations>
19                 <Configuration
20                         Name="Debug|Win32"
21                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22                         IntermediateDirectory="$(ConfigurationName)"
23                         ConfigurationType="2"
24                         CharacterSet="1"
25                         >
26                         <Tool
27                                 Name="VCPreBuildEventTool"
28                         />
29                         <Tool
30                                 Name="VCCustomBuildTool"
31                         />
32                         <Tool
33                                 Name="VCXMLDataGeneratorTool"
34                         />
35                         <Tool
36                                 Name="VCWebServiceProxyGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCMIDLTool"
40                         />
41                         <Tool
42                                 Name="VCCLCompilerTool"
43                                 Optimization="0"
44                                 AdditionalIncludeDirectories="$(ProjectDir)/..; $(ProjectDir)/../../include"
45                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBGLESV2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;NOMINMAX"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="1"
49                                 UsePrecompiledHeader="0"
50                                 WarningLevel="3"
51                                 Detect64BitPortabilityProblems="false"
52                                 DebugInformationFormat="4"
53                         />
54                         <Tool
55                                 Name="VCManagedResourceCompilerTool"
56                         />
57                         <Tool
58                                 Name="VCResourceCompilerTool"
59                         />
60                         <Tool
61                                 Name="VCPreLinkEventTool"
62                         />
63                         <Tool
64                                 Name="VCLinkerTool"
65                                 AdditionalDependencies="d3d9.lib D3dx9.lib d3dcompiler.lib"
66                                 LinkIncremental="2"
67                                 ModuleDefinitionFile="libGLESv2.def"
68                                 GenerateDebugInformation="true"
69                                 SubSystem="2"
70                                 RandomizedBaseAddress="1"
71                                 DataExecutionPrevention="0"
72                                 TargetMachine="1"
73                         />
74                         <Tool
75                                 Name="VCALinkTool"
76                         />
77                         <Tool
78                                 Name="VCManifestTool"
79                         />
80                         <Tool
81                                 Name="VCXDCMakeTool"
82                         />
83                         <Tool
84                                 Name="VCBscMakeTool"
85                         />
86                         <Tool
87                                 Name="VCFxCopTool"
88                         />
89                         <Tool
90                                 Name="VCAppVerifierTool"
91                         />
92                         <Tool
93                                 Name="VCPostBuildEventTool"
94                                 CommandLine="@echo on&#x0D;&#x0A;mkdir &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libGLESv2.dll&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libGLESv2.lib&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
95                         />
96                 </Configuration>
97                 <Configuration
98                         Name="Release|Win32"
99                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
100                         IntermediateDirectory="$(ConfigurationName)"
101                         ConfigurationType="2"
102                         CharacterSet="1"
103                         WholeProgramOptimization="1"
104                         >
105                         <Tool
106                                 Name="VCPreBuildEventTool"
107                         />
108                         <Tool
109                                 Name="VCCustomBuildTool"
110                         />
111                         <Tool
112                                 Name="VCXMLDataGeneratorTool"
113                         />
114                         <Tool
115                                 Name="VCWebServiceProxyGeneratorTool"
116                         />
117                         <Tool
118                                 Name="VCMIDLTool"
119                         />
120                         <Tool
121                                 Name="VCCLCompilerTool"
122                                 Optimization="2"
123                                 InlineFunctionExpansion="2"
124                                 AdditionalIncludeDirectories="$(ProjectDir)/..; $(ProjectDir)/../../include"
125                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBGLESV2_EXPORTS;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0"
126                                 RuntimeLibrary="0"
127                                 UsePrecompiledHeader="0"
128                                 WarningLevel="3"
129                                 Detect64BitPortabilityProblems="false"
130                                 DebugInformationFormat="3"
131                         />
132                         <Tool
133                                 Name="VCManagedResourceCompilerTool"
134                         />
135                         <Tool
136                                 Name="VCResourceCompilerTool"
137                         />
138                         <Tool
139                                 Name="VCPreLinkEventTool"
140                         />
141                         <Tool
142                                 Name="VCLinkerTool"
143                                 AdditionalDependencies="d3d9.lib D3dx9.lib d3dcompiler.lib"
144                                 LinkIncremental="1"
145                                 IgnoreAllDefaultLibraries="false"
146                                 ModuleDefinitionFile="libGLESv2.def"
147                                 GenerateDebugInformation="true"
148                                 SubSystem="2"
149                                 OptimizeReferences="2"
150                                 EnableCOMDATFolding="2"
151                                 RandomizedBaseAddress="1"
152                                 DataExecutionPrevention="0"
153                                 TargetMachine="1"
154                         />
155                         <Tool
156                                 Name="VCALinkTool"
157                         />
158                         <Tool
159                                 Name="VCManifestTool"
160                         />
161                         <Tool
162                                 Name="VCXDCMakeTool"
163                         />
164                         <Tool
165                                 Name="VCBscMakeTool"
166                         />
167                         <Tool
168                                 Name="VCFxCopTool"
169                         />
170                         <Tool
171                                 Name="VCAppVerifierTool"
172                         />
173                         <Tool
174                                 Name="VCPostBuildEventTool"
175                                 CommandLine="@echo on&#x0D;&#x0A;mkdir &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libGLESv2.dll&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libGLESv2.lib&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
176                         />
177                 </Configuration>
178         </Configurations>
179         <References>
180         </References>
181         <Files>
182                 <Filter
183                         Name="Source Files"
184                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186                         >
187                         <File
188                                 RelativePath=".\Blit.cpp"
189                                 >
190                         </File>
191                         <File
192                                 RelativePath=".\Buffer.cpp"
193                                 >
194                         </File>
195                         <File
196                                 RelativePath=".\Context.cpp"
197                                 >
198                         </File>
199                         <File
200                                 RelativePath="..\common\debug.cpp"
201                                 >
202                         </File>
203                         <File
204                                 RelativePath=".\Fence.cpp"
205                                 >
206                         </File>
207                         <File
208                                 RelativePath=".\Framebuffer.cpp"
209                                 >
210                         </File>
211                         <File
212                                 RelativePath=".\HandleAllocator.cpp"
213                                 >
214                         </File>
215                         <File
216                                 RelativePath=".\IndexDataManager.cpp"
217                                 >
218                         </File>
219                         <File
220                                 RelativePath=".\libGLESv2.cpp"
221                                 >
222                         </File>
223                         <File
224                                 RelativePath=".\main.cpp"
225                                 >
226                         </File>
227                         <File
228                                 RelativePath=".\Program.cpp"
229                                 >
230                         </File>
231                         <File
232                                 RelativePath=".\RefCountObject.cpp"
233                                 >
234                         </File>
235                         <File
236                                 RelativePath=".\Renderbuffer.cpp"
237                                 >
238                         </File>
239                         <File
240                                 RelativePath=".\ResourceManager.cpp"
241                                 >
242                         </File>
243                         <File
244                                 RelativePath=".\Shader.cpp"
245                                 >
246                         </File>
247                         <File
248                                 RelativePath=".\Texture.cpp"
249                                 >
250                         </File>
251                         <File
252                                 RelativePath=".\utilities.cpp"
253                                 >
254                         </File>
255                         <File
256                                 RelativePath=".\VertexDataManager.cpp"
257                                 >
258                         </File>
259                 </Filter>
260                 <Filter
261                         Name="Header Files"
262                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
263                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
264                         >
265                         <File
266                                 RelativePath=".\Blit.h"
267                                 >
268                         </File>
269                         <File
270                                 RelativePath=".\Buffer.h"
271                                 >
272                         </File>
273                         <File
274                                 RelativePath=".\Context.h"
275                                 >
276                         </File>
277                         <File
278                                 RelativePath=".\Fence.h"
279                                 >
280                         </File>
281                         <File
282                                 RelativePath=".\Framebuffer.h"
283                                 >
284                         </File>
285                         <File
286                                 RelativePath="..\..\include\GLES2\gl2.h"
287                                 >
288                         </File>
289                         <File
290                                 RelativePath="..\..\include\GLES2\gl2ext.h"
291                                 >
292                         </File>
293                         <File
294                                 RelativePath="..\..\include\GLES2\gl2platform.h"
295                                 >
296                         </File>
297                         <File
298                                 RelativePath=".\HandleAllocator.h"
299                                 >
300                         </File>
301                         <File
302                                 RelativePath=".\IndexDataManager.h"
303                                 >
304                         </File>
305                         <File
306                                 RelativePath=".\main.h"
307                                 >
308                         </File>
309                         <File
310                                 RelativePath=".\mathutil.h"
311                                 >
312                         </File>
313                         <File
314                                 RelativePath=".\Program.h"
315                                 >
316                         </File>
317                         <File
318                                 RelativePath=".\RefCountObject.h"
319                                 >
320                         </File>
321                         <File
322                                 RelativePath=".\Renderbuffer.h"
323                                 >
324                         </File>
325                         <File
326                                 RelativePath=".\resource.h"
327                                 >
328                         </File>
329                         <File
330                                 RelativePath=".\ResourceManager.h"
331                                 >
332                         </File>
333                         <File
334                                 RelativePath=".\Shader.h"
335                                 >
336                         </File>
337                         <File
338                                 RelativePath=".\Texture.h"
339                                 >
340                         </File>
341                         <File
342                                 RelativePath=".\utilities.h"
343                                 >
344                         </File>
345                         <File
346                                 RelativePath="..\common\version.h"
347                                 >
348                         </File>
349                         <File
350                                 RelativePath=".\vertexconversion.h"
351                                 >
352                         </File>
353                         <File
354                                 RelativePath=".\VertexDataManager.h"
355                                 >
356                         </File>
357                 </Filter>
358                 <File
359                         RelativePath=".\libGLESv2.def"
360                         >
361                 </File>
362                 <File
363                         RelativePath=".\libGLESv2.rc"
364                         >
365                 </File>
366         </Files>
367         <Globals>
368         </Globals>
369 </VisualStudioProject>