initial import
[vuplus_webkit] / Source / ThirdParty / ANGLE / src / libEGL / libEGL.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="libEGL"
6         ProjectGUID="{E746FCA9-64C3-433E-85E8-9A5A67AB7ED6}"
7         RootNamespace="libEGL"
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;LIBEGL_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 dxguid.lib dwmapi.lib"
66                                 LinkIncremental="2"
67                                 ModuleDefinitionFile="libEGL.def"
68                                 DelayLoadDLLs="dwmapi.dll"
69                                 GenerateDebugInformation="true"
70                                 SubSystem="2"
71                                 RandomizedBaseAddress="1"
72                                 DataExecutionPrevention="0"
73                                 TargetMachine="1"
74                         />
75                         <Tool
76                                 Name="VCALinkTool"
77                         />
78                         <Tool
79                                 Name="VCManifestTool"
80                         />
81                         <Tool
82                                 Name="VCXDCMakeTool"
83                         />
84                         <Tool
85                                 Name="VCBscMakeTool"
86                         />
87                         <Tool
88                                 Name="VCFxCopTool"
89                         />
90                         <Tool
91                                 Name="VCAppVerifierTool"
92                         />
93                         <Tool
94                                 Name="VCPostBuildEventTool"
95                                 CommandLine="@echo on&#x0D;&#x0A;mkdir &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libEGL.dll&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libEGL.lib&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
96                         />
97                 </Configuration>
98                 <Configuration
99                         Name="Release|Win32"
100                         OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101                         IntermediateDirectory="$(ConfigurationName)"
102                         ConfigurationType="2"
103                         CharacterSet="1"
104                         WholeProgramOptimization="1"
105                         >
106                         <Tool
107                                 Name="VCPreBuildEventTool"
108                         />
109                         <Tool
110                                 Name="VCCustomBuildTool"
111                         />
112                         <Tool
113                                 Name="VCXMLDataGeneratorTool"
114                         />
115                         <Tool
116                                 Name="VCWebServiceProxyGeneratorTool"
117                         />
118                         <Tool
119                                 Name="VCMIDLTool"
120                         />
121                         <Tool
122                                 Name="VCCLCompilerTool"
123                                 Optimization="2"
124                                 InlineFunctionExpansion="2"
125                                 AdditionalIncludeDirectories="$(ProjectDir)/..; $(ProjectDir)/../../include"
126                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBEGL_EXPORTS;_CRT_SECURE_NO_DEPRECATE;NOMINMAX;_SECURE_SCL=0"
127                                 RuntimeLibrary="0"
128                                 UsePrecompiledHeader="0"
129                                 WarningLevel="3"
130                                 Detect64BitPortabilityProblems="false"
131                                 DebugInformationFormat="3"
132                         />
133                         <Tool
134                                 Name="VCManagedResourceCompilerTool"
135                         />
136                         <Tool
137                                 Name="VCResourceCompilerTool"
138                         />
139                         <Tool
140                                 Name="VCPreLinkEventTool"
141                         />
142                         <Tool
143                                 Name="VCLinkerTool"
144                                 AdditionalDependencies="d3d9.lib dxguid.lib dwmapi.lib"
145                                 LinkIncremental="1"
146                                 ModuleDefinitionFile="libEGL.def"
147                                 DelayLoadDLLs="dwmapi.lib"
148                                 GenerateDebugInformation="true"
149                                 SubSystem="2"
150                                 OptimizeReferences="2"
151                                 EnableCOMDATFolding="2"
152                                 RandomizedBaseAddress="1"
153                                 DataExecutionPrevention="0"
154                                 TargetMachine="1"
155                         />
156                         <Tool
157                                 Name="VCALinkTool"
158                         />
159                         <Tool
160                                 Name="VCManifestTool"
161                         />
162                         <Tool
163                                 Name="VCXDCMakeTool"
164                         />
165                         <Tool
166                                 Name="VCBscMakeTool"
167                         />
168                         <Tool
169                                 Name="VCFxCopTool"
170                         />
171                         <Tool
172                                 Name="VCAppVerifierTool"
173                         />
174                         <Tool
175                                 Name="VCPostBuildEventTool"
176                                 CommandLine="@echo on&#x0D;&#x0A;mkdir &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libEGL.dll&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;copy &quot;$(OutDir)\libEGL.lib&quot; &quot;$(ProjectDir)..\..\lib\$(ConfigurationName)\&quot;&#x0D;&#x0A;@echo off&#x0D;&#x0A;"
177                         />
178                 </Configuration>
179         </Configurations>
180         <References>
181         </References>
182         <Files>
183                 <Filter
184                         Name="Source Files"
185                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
186                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
187                         >
188                         <File
189                                 RelativePath=".\Config.cpp"
190                                 >
191                         </File>
192                         <File
193                                 RelativePath="..\Common\debug.cpp"
194                                 >
195                         </File>
196                         <File
197                                 RelativePath=".\Display.cpp"
198                                 >
199                         </File>
200                         <File
201                                 RelativePath=".\libEGL.cpp"
202                                 >
203                         </File>
204                         <File
205                                 RelativePath=".\main.cpp"
206                                 >
207                         </File>
208                         <File
209                                 RelativePath=".\Surface.cpp"
210                                 >
211                         </File>
212                 </Filter>
213                 <Filter
214                         Name="Header Files"
215                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
216                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
217                         >
218                         <File
219                                 RelativePath=".\Config.h"
220                                 >
221                         </File>
222                         <File
223                                 RelativePath=".\Display.h"
224                                 >
225                         </File>
226                         <File
227                                 RelativePath="..\..\include\EGL\egl.h"
228                                 >
229                         </File>
230                         <File
231                                 RelativePath="..\..\include\EGL\eglext.h"
232                                 >
233                         </File>
234                         <File
235                                 RelativePath="..\..\include\EGL\eglplatform.h"
236                                 >
237                         </File>
238                         <File
239                                 RelativePath=".\main.h"
240                                 >
241                         </File>
242                         <File
243                                 RelativePath=".\resource.h"
244                                 >
245                         </File>
246                         <File
247                                 RelativePath=".\Surface.h"
248                                 >
249                         </File>
250                         <File
251                                 RelativePath="..\common\version.h"
252                                 >
253                         </File>
254                 </Filter>
255                 <File
256                         RelativePath=".\libEGL.def"
257                         >
258                 </File>
259                 <File
260                         RelativePath=".\libEGL.rc"
261                         >
262                 </File>
263         </Files>
264         <Globals>
265         </Globals>
266 </VisualStudioProject>