goat3dgfx

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