goat3d

view goat3d-static.vcproj @ 54:dad392c710df

added copyright headers and license files + readme
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 17 Apr 2014 08:50:36 +0300
parents
children
line source
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="goat3d-static"
6 ProjectGUID="{F4EB866F-D33F-4121-BEC9-CB811A98D057}"
7 RootNamespace="goat3d-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)-static"
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 AdditionalIncludeDirectories="&quot;$(SolutionDir)\libs\vmath&quot;;&quot;$(SolutionDir)\libs\anim&quot;;&quot;$(SolutionDir)\libs\openctm&quot;;&quot;$(SolutionDir)\libs\tinyxml2&quot;;&quot;$(SolutionDir)\libs\openctm\liblzma&quot;"
45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GOAT3D_EXPORTS;OPENCTM_STATIC"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 UsePrecompiledHeader="0"
50 WarningLevel="3"
51 DebugInformationFormat="4"
52 DisableSpecificWarnings="4244;4996;4305"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLibrarianTool"
65 />
66 <Tool
67 Name="VCALinkTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCPostBuildEventTool"
80 />
81 </Configuration>
82 <Configuration
83 Name="Release|Win32"
84 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
85 IntermediateDirectory="$(ConfigurationName)-static"
86 ConfigurationType="4"
87 CharacterSet="1"
88 WholeProgramOptimization="1"
89 >
90 <Tool
91 Name="VCPreBuildEventTool"
92 />
93 <Tool
94 Name="VCCustomBuildTool"
95 />
96 <Tool
97 Name="VCXMLDataGeneratorTool"
98 />
99 <Tool
100 Name="VCWebServiceProxyGeneratorTool"
101 />
102 <Tool
103 Name="VCMIDLTool"
104 />
105 <Tool
106 Name="VCCLCompilerTool"
107 Optimization="2"
108 EnableIntrinsicFunctions="true"
109 AdditionalIncludeDirectories="&quot;$(SolutionDir)\libs\vmath&quot;;&quot;$(SolutionDir)\libs\anim&quot;;&quot;$(SolutionDir)\libs\openctm&quot;;&quot;$(SolutionDir)\libs\tinyxml2&quot;;&quot;$(SolutionDir)\libs\openctm\liblzma&quot;"
110 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3D_EXPORTS;OPENCTM_STATIC"
111 RuntimeLibrary="2"
112 EnableFunctionLevelLinking="true"
113 UsePrecompiledHeader="0"
114 WarningLevel="3"
115 DebugInformationFormat="3"
116 DisableSpecificWarnings="4244;4996;4305"
117 />
118 <Tool
119 Name="VCManagedResourceCompilerTool"
120 />
121 <Tool
122 Name="VCResourceCompilerTool"
123 />
124 <Tool
125 Name="VCPreLinkEventTool"
126 />
127 <Tool
128 Name="VCLibrarianTool"
129 />
130 <Tool
131 Name="VCALinkTool"
132 />
133 <Tool
134 Name="VCXDCMakeTool"
135 />
136 <Tool
137 Name="VCBscMakeTool"
138 />
139 <Tool
140 Name="VCFxCopTool"
141 />
142 <Tool
143 Name="VCPostBuildEventTool"
144 CommandLine="mkdir usr\include&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\goat3d.h usr\include\goat3d.h&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\"
145 />
146 </Configuration>
147 </Configurations>
148 <References>
149 </References>
150 <Files>
151 <Filter
152 Name="src"
153 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
154 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
155 >
156 <File
157 RelativePath=".\src\camera.cc"
158 >
159 </File>
160 <File
161 RelativePath=".\src\camera.h"
162 >
163 </File>
164 <File
165 RelativePath=".\src\chunk.cc"
166 >
167 </File>
168 <File
169 RelativePath=".\src\chunk.h"
170 >
171 </File>
172 <File
173 RelativePath=".\src\goat3d.cc"
174 >
175 </File>
176 <File
177 RelativePath=".\src\goat3d_impl.h"
178 >
179 </File>
180 <File
181 RelativePath=".\src\goat3d_readxml.cc"
182 >
183 </File>
184 <File
185 RelativePath=".\src\goat3d_write.cc"
186 >
187 </File>
188 <File
189 RelativePath=".\src\goat3d_writexml.cc"
190 >
191 </File>
192 <File
193 RelativePath=".\src\light.cc"
194 >
195 </File>
196 <File
197 RelativePath=".\src\light.h"
198 >
199 </File>
200 <File
201 RelativePath=".\src\log.cc"
202 >
203 </File>
204 <File
205 RelativePath=".\src\log.h"
206 >
207 </File>
208 <File
209 RelativePath=".\src\material.cc"
210 >
211 </File>
212 <File
213 RelativePath=".\src\material.h"
214 >
215 </File>
216 <File
217 RelativePath=".\src\mesh.cc"
218 >
219 </File>
220 <File
221 RelativePath=".\src\mesh.h"
222 >
223 </File>
224 <File
225 RelativePath=".\src\node.cc"
226 >
227 </File>
228 <File
229 RelativePath=".\src\node.h"
230 >
231 </File>
232 <File
233 RelativePath=".\src\object.h"
234 >
235 </File>
236 <File
237 RelativePath=".\src\scene.cc"
238 >
239 </File>
240 <File
241 RelativePath=".\src\xform_node.cc"
242 >
243 </File>
244 <File
245 RelativePath=".\src\xform_node.h"
246 >
247 </File>
248 </Filter>
249 <Filter
250 Name="include"
251 Filter="h;hpp;hxx;hm;inl;inc;xsd"
252 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
253 >
254 <File
255 RelativePath=".\src\goat3d.h"
256 >
257 </File>
258 </Filter>
259 <Filter
260 Name="libs"
261 >
262 <Filter
263 Name="tinyxml2"
264 >
265 <File
266 RelativePath=".\libs\tinyxml2\tinyxml2.cpp"
267 >
268 </File>
269 <File
270 RelativePath=".\libs\tinyxml2\tinyxml2.h"
271 >
272 </File>
273 </Filter>
274 <Filter
275 Name="openctm"
276 >
277 <File
278 RelativePath=".\libs\openctm\compressMG1.c"
279 >
280 </File>
281 <File
282 RelativePath=".\libs\openctm\compressMG2.c"
283 >
284 </File>
285 <File
286 RelativePath=".\libs\openctm\compressRAW.c"
287 >
288 </File>
289 <File
290 RelativePath=".\libs\openctm\internal.h"
291 >
292 </File>
293 <File
294 RelativePath=".\libs\openctm\openctm.c"
295 >
296 </File>
297 <File
298 RelativePath=".\libs\openctm\openctm.h"
299 >
300 </File>
301 <File
302 RelativePath=".\libs\openctm\openctmpp.h"
303 >
304 </File>
305 <File
306 RelativePath=".\libs\openctm\stream.c"
307 >
308 </File>
309 <Filter
310 Name="liblzma"
311 >
312 <File
313 RelativePath=".\libs\openctm\liblzma\Alloc.c"
314 >
315 </File>
316 <File
317 RelativePath=".\libs\openctm\liblzma\Alloc.h"
318 >
319 </File>
320 <File
321 RelativePath=".\libs\openctm\liblzma\LzFind.c"
322 >
323 </File>
324 <File
325 RelativePath=".\libs\openctm\liblzma\LzFind.h"
326 >
327 </File>
328 <File
329 RelativePath=".\libs\openctm\liblzma\LzHash.h"
330 >
331 </File>
332 <File
333 RelativePath=".\libs\openctm\liblzma\LzmaDec.c"
334 >
335 </File>
336 <File
337 RelativePath=".\libs\openctm\liblzma\LzmaDec.h"
338 >
339 </File>
340 <File
341 RelativePath=".\libs\openctm\liblzma\LzmaEnc.c"
342 >
343 </File>
344 <File
345 RelativePath=".\libs\openctm\liblzma\LzmaEnc.h"
346 >
347 </File>
348 <File
349 RelativePath=".\libs\openctm\liblzma\LzmaLib.c"
350 >
351 </File>
352 <File
353 RelativePath=".\libs\openctm\liblzma\LzmaLib.h"
354 >
355 </File>
356 <File
357 RelativePath=".\libs\openctm\liblzma\NameMangle.h"
358 >
359 </File>
360 <File
361 RelativePath=".\libs\openctm\liblzma\Types.h"
362 >
363 </File>
364 </Filter>
365 </Filter>
366 <Filter
367 Name="vmath"
368 >
369 <File
370 RelativePath=".\libs\vmath\basis.cc"
371 >
372 </File>
373 <File
374 RelativePath=".\libs\vmath\basis.h"
375 >
376 </File>
377 <File
378 RelativePath=".\libs\vmath\basis_c.c"
379 >
380 </File>
381 <File
382 RelativePath=".\libs\vmath\geom.c"
383 >
384 </File>
385 <File
386 RelativePath=".\libs\vmath\geom.h"
387 >
388 </File>
389 <File
390 RelativePath=".\libs\vmath\matrix.cc"
391 >
392 </File>
393 <File
394 RelativePath=".\libs\vmath\matrix.h"
395 >
396 </File>
397 <File
398 RelativePath=".\libs\vmath\matrix.inl"
399 >
400 </File>
401 <File
402 RelativePath=".\libs\vmath\matrix_c.c"
403 >
404 </File>
405 <File
406 RelativePath=".\libs\vmath\quat.cc"
407 >
408 </File>
409 <File
410 RelativePath=".\libs\vmath\quat.h"
411 >
412 </File>
413 <File
414 RelativePath=".\libs\vmath\quat.inl"
415 >
416 </File>
417 <File
418 RelativePath=".\libs\vmath\quat_c.c"
419 >
420 </File>
421 <File
422 RelativePath=".\libs\vmath\ray.cc"
423 >
424 </File>
425 <File
426 RelativePath=".\libs\vmath\ray.h"
427 >
428 </File>
429 <File
430 RelativePath=".\libs\vmath\ray.inl"
431 >
432 </File>
433 <File
434 RelativePath=".\libs\vmath\ray_c.c"
435 >
436 </File>
437 <File
438 RelativePath=".\libs\vmath\sphvec.cc"
439 >
440 </File>
441 <File
442 RelativePath=".\libs\vmath\sphvec.h"
443 >
444 </File>
445 <File
446 RelativePath=".\libs\vmath\vector.cc"
447 >
448 </File>
449 <File
450 RelativePath=".\libs\vmath\vector.h"
451 >
452 </File>
453 <File
454 RelativePath=".\libs\vmath\vector.inl"
455 >
456 </File>
457 <File
458 RelativePath=".\libs\vmath\vmath.c"
459 >
460 </File>
461 <File
462 RelativePath=".\libs\vmath\vmath.h"
463 >
464 </File>
465 <File
466 RelativePath=".\libs\vmath\vmath.inl"
467 >
468 </File>
469 <File
470 RelativePath=".\libs\vmath\vmath_config.h"
471 >
472 </File>
473 <File
474 RelativePath=".\libs\vmath\vmath_types.h"
475 >
476 </File>
477 </Filter>
478 <Filter
479 Name="anim"
480 >
481 <File
482 RelativePath=".\libs\anim\anim.c"
483 >
484 </File>
485 <File
486 RelativePath=".\libs\anim\anim.h"
487 >
488 </File>
489 <File
490 RelativePath=".\libs\anim\config.h"
491 >
492 </File>
493 <File
494 RelativePath=".\libs\anim\dynarr.c"
495 >
496 </File>
497 <File
498 RelativePath=".\libs\anim\dynarr.h"
499 >
500 </File>
501 <File
502 RelativePath=".\libs\anim\track.c"
503 >
504 </File>
505 <File
506 RelativePath=".\libs\anim\track.h"
507 >
508 </File>
509 </Filter>
510 </Filter>
511 </Files>
512 <Globals>
513 </Globals>
514 </VisualStudioProject>