goat3dgfx

view goat3dgfx.vcproj @ 1:51685f8fe859

added visual studio 2008 project files, doesn't compile yet, just added
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 16 Nov 2013 08:52:30 +0200
parents
children 7bd5ebec3b6f
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="goat3dgfx"
6 ProjectGUID="{251F8AFF-5A37-4F10-A519-C55C40E127AF}"
7 RootNamespace="goat3dgfx"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="196613"
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 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 DebugInformationFormat="4"
51 />
52 <Tool
53 Name="VCManagedResourceCompilerTool"
54 />
55 <Tool
56 Name="VCResourceCompilerTool"
57 />
58 <Tool
59 Name="VCPreLinkEventTool"
60 />
61 <Tool
62 Name="VCLinkerTool"
63 LinkIncremental="2"
64 GenerateDebugInformation="true"
65 SubSystem="2"
66 TargetMachine="1"
67 />
68 <Tool
69 Name="VCALinkTool"
70 />
71 <Tool
72 Name="VCManifestTool"
73 />
74 <Tool
75 Name="VCXDCMakeTool"
76 />
77 <Tool
78 Name="VCBscMakeTool"
79 />
80 <Tool
81 Name="VCFxCopTool"
82 />
83 <Tool
84 Name="VCAppVerifierTool"
85 />
86 <Tool
87 Name="VCPostBuildEventTool"
88 />
89 </Configuration>
90 <Configuration
91 Name="Release|Win32"
92 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
93 IntermediateDirectory="$(ConfigurationName)"
94 ConfigurationType="2"
95 CharacterSet="1"
96 WholeProgramOptimization="1"
97 >
98 <Tool
99 Name="VCPreBuildEventTool"
100 />
101 <Tool
102 Name="VCCustomBuildTool"
103 />
104 <Tool
105 Name="VCXMLDataGeneratorTool"
106 />
107 <Tool
108 Name="VCWebServiceProxyGeneratorTool"
109 />
110 <Tool
111 Name="VCMIDLTool"
112 />
113 <Tool
114 Name="VCCLCompilerTool"
115 Optimization="2"
116 EnableIntrinsicFunctions="true"
117 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
118 RuntimeLibrary="2"
119 EnableFunctionLevelLinking="true"
120 UsePrecompiledHeader="0"
121 WarningLevel="3"
122 DebugInformationFormat="3"
123 />
124 <Tool
125 Name="VCManagedResourceCompilerTool"
126 />
127 <Tool
128 Name="VCResourceCompilerTool"
129 />
130 <Tool
131 Name="VCPreLinkEventTool"
132 />
133 <Tool
134 Name="VCLinkerTool"
135 LinkIncremental="1"
136 GenerateDebugInformation="true"
137 SubSystem="2"
138 OptimizeReferences="2"
139 EnableCOMDATFolding="2"
140 TargetMachine="1"
141 />
142 <Tool
143 Name="VCALinkTool"
144 />
145 <Tool
146 Name="VCManifestTool"
147 />
148 <Tool
149 Name="VCXDCMakeTool"
150 />
151 <Tool
152 Name="VCBscMakeTool"
153 />
154 <Tool
155 Name="VCFxCopTool"
156 />
157 <Tool
158 Name="VCAppVerifierTool"
159 />
160 <Tool
161 Name="VCPostBuildEventTool"
162 />
163 </Configuration>
164 </Configurations>
165 <References>
166 </References>
167 <Files>
168 <Filter
169 Name="src"
170 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
171 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
172 >
173 <File
174 RelativePath=".\src\3dschunks.h"
175 >
176 </File>
177 <File
178 RelativePath=".\src\assload.cc"
179 >
180 </File>
181 <File
182 RelativePath=".\src\curve.cc"
183 >
184 </File>
185 <File
186 RelativePath=".\src\curveload.cc"
187 >
188 </File>
189 <File
190 RelativePath=".\src\datapath.cc"
191 >
192 </File>
193 <File
194 RelativePath=".\src\geom.cc"
195 >
196 </File>
197 <File
198 RelativePath=".\src\gfxutil.cc"
199 >
200 </File>
201 <File
202 RelativePath=".\src\image.cc"
203 >
204 </File>
205 <File
206 RelativePath=".\src\logger.cc"
207 >
208 </File>
209 <File
210 RelativePath=".\src\material.cc"
211 >
212 </File>
213 <File
214 RelativePath=".\src\mesh.cc"
215 >
216 </File>
217 <File
218 RelativePath=".\src\meshgen.cc"
219 >
220 </File>
221 <File
222 RelativePath=".\src\object.cc"
223 >
224 </File>
225 <File
226 RelativePath=".\src\opengl.cc"
227 >
228 </File>
229 <File
230 RelativePath=".\src\psyspp.cc"
231 >
232 </File>
233 <File
234 RelativePath=".\src\rtarg.cc"
235 >
236 </File>
237 <File
238 RelativePath=".\src\scene.cc"
239 >
240 </File>
241 <File
242 RelativePath=".\src\sdrman.cc"
243 >
244 </File>
245 <File
246 RelativePath=".\src\shader.cc"
247 >
248 </File>
249 <File
250 RelativePath=".\src\texgen.cc"
251 >
252 </File>
253 <File
254 RelativePath=".\src\texman.cc"
255 >
256 </File>
257 <File
258 RelativePath=".\src\texture.cc"
259 >
260 </File>
261 <File
262 RelativePath=".\src\timer.cc"
263 >
264 </File>
265 <File
266 RelativePath=".\src\unistate.cc"
267 >
268 </File>
269 <File
270 RelativePath=".\src\xform_node.cc"
271 >
272 </File>
273 </Filter>
274 <Filter
275 Name="include"
276 Filter="h;hpp;hxx;hm;inl;inc;xsd"
277 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
278 >
279 <File
280 RelativePath=".\src\assload.h"
281 >
282 </File>
283 <File
284 RelativePath=".\src\curve.h"
285 >
286 </File>
287 <File
288 RelativePath=".\src\curveload.h"
289 >
290 </File>
291 <File
292 RelativePath=".\src\datapath.h"
293 >
294 </File>
295 <File
296 RelativePath=".\src\dataset.h"
297 >
298 </File>
299 <File
300 RelativePath=".\src\dataset.inl"
301 >
302 </File>
303 <File
304 RelativePath=".\src\geom.h"
305 >
306 </File>
307 <File
308 RelativePath=".\src\gfxutil.h"
309 >
310 </File>
311 <File
312 RelativePath=".\src\image.h"
313 >
314 </File>
315 <File
316 RelativePath=".\src\logger.h"
317 >
318 </File>
319 <File
320 RelativePath=".\src\material.h"
321 >
322 </File>
323 <File
324 RelativePath=".\src\mesh.h"
325 >
326 </File>
327 <File
328 RelativePath=".\src\meshgen.h"
329 >
330 </File>
331 <File
332 RelativePath=".\src\object.h"
333 >
334 </File>
335 <File
336 RelativePath=".\src\opengl.h"
337 >
338 </File>
339 <File
340 RelativePath=".\src\psyspp.h"
341 >
342 </File>
343 <File
344 RelativePath=".\src\rtarg.h"
345 >
346 </File>
347 <File
348 RelativePath=".\src\scene.h"
349 >
350 </File>
351 <File
352 RelativePath=".\src\sdrman.h"
353 >
354 </File>
355 <File
356 RelativePath=".\src\shader.h"
357 >
358 </File>
359 <File
360 RelativePath=".\src\texgen.h"
361 >
362 </File>
363 <File
364 RelativePath=".\src\texman.h"
365 >
366 </File>
367 <File
368 RelativePath=".\src\texture.h"
369 >
370 </File>
371 <File
372 RelativePath=".\src\timer.h"
373 >
374 </File>
375 <File
376 RelativePath=".\src\unistate.h"
377 >
378 </File>
379 <File
380 RelativePath=".\src\xform_node.h"
381 >
382 </File>
383 </Filter>
384 </Files>
385 <Globals>
386 </Globals>
387 </VisualStudioProject>