goat3dgfx

view goat3dgfx.vcproj @ 16:f61cc1df533c

added viewscn example (under dev)
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Nov 2013 20:53:26 +0200
parents 7bd5ebec3b6f
children f2da87b02fcd
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="4"
24 CharacterSet="2"
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 DisableSpecificWarnings="4244;4996;4305"
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 OutputFile="$(OutDir)\$(ProjectName)-dbg.lib"
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 CommandLine="mkdir usr\include\goat3dgfx&#x0D;&#x0A;mkdir usr\lib&#x0D;&#x0A;copy /Y src\*.h usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y src\*.inl usr\include\goat3dgfx\&#x0D;&#x0A;copy /Y $(TargetPath) usr\lib\"
81 />
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
86 IntermediateDirectory="$(ConfigurationName)"
87 ConfigurationType="4"
88 InheritedPropertySheets=".\goat3dgfx.vsprops"
89 CharacterSet="2"
90 WholeProgramOptimization="1"
91 >
92 <Tool
93 Name="VCPreBuildEventTool"
94 />
95 <Tool
96 Name="VCCustomBuildTool"
97 />
98 <Tool
99 Name="VCXMLDataGeneratorTool"
100 />
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"
103 />
104 <Tool
105 Name="VCMIDLTool"
106 />
107 <Tool
108 Name="VCCLCompilerTool"
109 Optimization="2"
110 EnableIntrinsicFunctions="true"
111 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
112 RuntimeLibrary="2"
113 EnableFunctionLevelLinking="true"
114 UsePrecompiledHeader="0"
115 WarningLevel="3"
116 DebugInformationFormat="3"
117 DisableSpecificWarnings="4244;4996;4305"
118 />
119 <Tool
120 Name="VCManagedResourceCompilerTool"
121 />
122 <Tool
123 Name="VCResourceCompilerTool"
124 />
125 <Tool
126 Name="VCPreLinkEventTool"
127 />
128 <Tool
129 Name="VCLibrarianTool"
130 />
131 <Tool
132 Name="VCALinkTool"
133 />
134 <Tool
135 Name="VCXDCMakeTool"
136 />
137 <Tool
138 Name="VCBscMakeTool"
139 />
140 <Tool
141 Name="VCFxCopTool"
142 />
143 <Tool
144 Name="VCPostBuildEventTool"
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\3dschunks.h"
158 >
159 </File>
160 <File
161 RelativePath=".\src\assload.cc"
162 >
163 </File>
164 <File
165 RelativePath=".\src\curve.cc"
166 >
167 </File>
168 <File
169 RelativePath=".\src\curveload.cc"
170 >
171 </File>
172 <File
173 RelativePath=".\src\datapath.cc"
174 >
175 </File>
176 <File
177 RelativePath=".\src\geom.cc"
178 >
179 </File>
180 <File
181 RelativePath=".\src\gfxutil.cc"
182 >
183 </File>
184 <File
185 RelativePath=".\src\image.cc"
186 >
187 </File>
188 <File
189 RelativePath=".\src\logger.cc"
190 >
191 </File>
192 <File
193 RelativePath=".\src\material.cc"
194 >
195 </File>
196 <File
197 RelativePath=".\src\mesh.cc"
198 >
199 </File>
200 <File
201 RelativePath=".\src\meshgen.cc"
202 >
203 </File>
204 <File
205 RelativePath=".\src\object.cc"
206 >
207 </File>
208 <File
209 RelativePath=".\src\opengl.cc"
210 >
211 </File>
212 <File
213 RelativePath=".\src\psyspp.cc"
214 >
215 </File>
216 <File
217 RelativePath=".\src\rtarg.cc"
218 >
219 </File>
220 <File
221 RelativePath=".\src\scene.cc"
222 >
223 </File>
224 <File
225 RelativePath=".\src\sdrman.cc"
226 >
227 </File>
228 <File
229 RelativePath=".\src\shader.cc"
230 >
231 </File>
232 <File
233 RelativePath=".\src\texgen.cc"
234 >
235 </File>
236 <File
237 RelativePath=".\src\texman.cc"
238 >
239 </File>
240 <File
241 RelativePath=".\src\texture.cc"
242 >
243 </File>
244 <File
245 RelativePath=".\src\timer.cc"
246 >
247 </File>
248 <File
249 RelativePath=".\src\unistate.cc"
250 >
251 </File>
252 <File
253 RelativePath=".\src\xform_node.cc"
254 >
255 </File>
256 </Filter>
257 <Filter
258 Name="include"
259 Filter="h;hpp;hxx;hm;inl;inc;xsd"
260 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
261 >
262 <File
263 RelativePath=".\src\assload.h"
264 >
265 </File>
266 <File
267 RelativePath=".\src\curve.h"
268 >
269 </File>
270 <File
271 RelativePath=".\src\curveload.h"
272 >
273 </File>
274 <File
275 RelativePath=".\src\datapath.h"
276 >
277 </File>
278 <File
279 RelativePath=".\src\dataset.h"
280 >
281 </File>
282 <File
283 RelativePath=".\src\dataset.inl"
284 >
285 </File>
286 <File
287 RelativePath=".\src\geom.h"
288 >
289 </File>
290 <File
291 RelativePath=".\src\gfxutil.h"
292 >
293 </File>
294 <File
295 RelativePath=".\src\image.h"
296 >
297 </File>
298 <File
299 RelativePath=".\src\logger.h"
300 >
301 </File>
302 <File
303 RelativePath=".\src\material.h"
304 >
305 </File>
306 <File
307 RelativePath=".\src\mesh.h"
308 >
309 </File>
310 <File
311 RelativePath=".\src\meshgen.h"
312 >
313 </File>
314 <File
315 RelativePath=".\src\object.h"
316 >
317 </File>
318 <File
319 RelativePath=".\src\opengl.h"
320 >
321 </File>
322 <File
323 RelativePath=".\src\psyspp.h"
324 >
325 </File>
326 <File
327 RelativePath=".\src\rtarg.h"
328 >
329 </File>
330 <File
331 RelativePath=".\src\scene.h"
332 >
333 </File>
334 <File
335 RelativePath=".\src\sdrman.h"
336 >
337 </File>
338 <File
339 RelativePath=".\src\shader.h"
340 >
341 </File>
342 <File
343 RelativePath=".\src\texgen.h"
344 >
345 </File>
346 <File
347 RelativePath=".\src\texman.h"
348 >
349 </File>
350 <File
351 RelativePath=".\src\texture.h"
352 >
353 </File>
354 <File
355 RelativePath=".\src\timer.h"
356 >
357 </File>
358 <File
359 RelativePath=".\src\unistate.h"
360 >
361 </File>
362 <File
363 RelativePath=".\src\xform_node.h"
364 >
365 </File>
366 </Filter>
367 </Files>
368 <Globals>
369 </Globals>
370 </VisualStudioProject>