goat3dgfx

view goat3dgfx.vcproj @ 2:7bd5ebec3b6f

fixed visual studio project files, removed the dll crap
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 16 Nov 2013 13:26:53 +0200
parents 51685f8fe859
children 18879c956eb1
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="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 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 />
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 InheritedPropertySheets=".\goat3dgfx.vsprops"
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 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GOAT3DGFX_EXPORTS"
110 RuntimeLibrary="2"
111 EnableFunctionLevelLinking="true"
112 UsePrecompiledHeader="0"
113 WarningLevel="3"
114 DebugInformationFormat="3"
115 DisableSpecificWarnings="4244;4996;4305"
116 />
117 <Tool
118 Name="VCManagedResourceCompilerTool"
119 />
120 <Tool
121 Name="VCResourceCompilerTool"
122 />
123 <Tool
124 Name="VCPreLinkEventTool"
125 />
126 <Tool
127 Name="VCLibrarianTool"
128 />
129 <Tool
130 Name="VCALinkTool"
131 />
132 <Tool
133 Name="VCXDCMakeTool"
134 />
135 <Tool
136 Name="VCBscMakeTool"
137 />
138 <Tool
139 Name="VCFxCopTool"
140 />
141 <Tool
142 Name="VCPostBuildEventTool"
143 />
144 </Configuration>
145 </Configurations>
146 <References>
147 </References>
148 <Files>
149 <Filter
150 Name="src"
151 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153 >
154 <File
155 RelativePath=".\src\3dschunks.h"
156 >
157 </File>
158 <File
159 RelativePath=".\src\assload.cc"
160 >
161 </File>
162 <File
163 RelativePath=".\src\curve.cc"
164 >
165 </File>
166 <File
167 RelativePath=".\src\curveload.cc"
168 >
169 </File>
170 <File
171 RelativePath=".\src\datapath.cc"
172 >
173 </File>
174 <File
175 RelativePath=".\src\geom.cc"
176 >
177 </File>
178 <File
179 RelativePath=".\src\gfxutil.cc"
180 >
181 </File>
182 <File
183 RelativePath=".\src\image.cc"
184 >
185 </File>
186 <File
187 RelativePath=".\src\logger.cc"
188 >
189 </File>
190 <File
191 RelativePath=".\src\material.cc"
192 >
193 </File>
194 <File
195 RelativePath=".\src\mesh.cc"
196 >
197 </File>
198 <File
199 RelativePath=".\src\meshgen.cc"
200 >
201 </File>
202 <File
203 RelativePath=".\src\object.cc"
204 >
205 </File>
206 <File
207 RelativePath=".\src\opengl.cc"
208 >
209 </File>
210 <File
211 RelativePath=".\src\psyspp.cc"
212 >
213 </File>
214 <File
215 RelativePath=".\src\rtarg.cc"
216 >
217 </File>
218 <File
219 RelativePath=".\src\scene.cc"
220 >
221 </File>
222 <File
223 RelativePath=".\src\sdrman.cc"
224 >
225 </File>
226 <File
227 RelativePath=".\src\shader.cc"
228 >
229 </File>
230 <File
231 RelativePath=".\src\texgen.cc"
232 >
233 </File>
234 <File
235 RelativePath=".\src\texman.cc"
236 >
237 </File>
238 <File
239 RelativePath=".\src\texture.cc"
240 >
241 </File>
242 <File
243 RelativePath=".\src\timer.cc"
244 >
245 </File>
246 <File
247 RelativePath=".\src\unistate.cc"
248 >
249 </File>
250 <File
251 RelativePath=".\src\xform_node.cc"
252 >
253 </File>
254 </Filter>
255 <Filter
256 Name="include"
257 Filter="h;hpp;hxx;hm;inl;inc;xsd"
258 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
259 >
260 <File
261 RelativePath=".\src\assload.h"
262 >
263 </File>
264 <File
265 RelativePath=".\src\curve.h"
266 >
267 </File>
268 <File
269 RelativePath=".\src\curveload.h"
270 >
271 </File>
272 <File
273 RelativePath=".\src\datapath.h"
274 >
275 </File>
276 <File
277 RelativePath=".\src\dataset.h"
278 >
279 </File>
280 <File
281 RelativePath=".\src\dataset.inl"
282 >
283 </File>
284 <File
285 RelativePath=".\src\geom.h"
286 >
287 </File>
288 <File
289 RelativePath=".\src\gfxutil.h"
290 >
291 </File>
292 <File
293 RelativePath=".\src\image.h"
294 >
295 </File>
296 <File
297 RelativePath=".\src\logger.h"
298 >
299 </File>
300 <File
301 RelativePath=".\src\material.h"
302 >
303 </File>
304 <File
305 RelativePath=".\src\mesh.h"
306 >
307 </File>
308 <File
309 RelativePath=".\src\meshgen.h"
310 >
311 </File>
312 <File
313 RelativePath=".\src\object.h"
314 >
315 </File>
316 <File
317 RelativePath=".\src\opengl.h"
318 >
319 </File>
320 <File
321 RelativePath=".\src\psyspp.h"
322 >
323 </File>
324 <File
325 RelativePath=".\src\rtarg.h"
326 >
327 </File>
328 <File
329 RelativePath=".\src\scene.h"
330 >
331 </File>
332 <File
333 RelativePath=".\src\sdrman.h"
334 >
335 </File>
336 <File
337 RelativePath=".\src\shader.h"
338 >
339 </File>
340 <File
341 RelativePath=".\src\texgen.h"
342 >
343 </File>
344 <File
345 RelativePath=".\src\texman.h"
346 >
347 </File>
348 <File
349 RelativePath=".\src\texture.h"
350 >
351 </File>
352 <File
353 RelativePath=".\src\timer.h"
354 >
355 </File>
356 <File
357 RelativePath=".\src\unistate.h"
358 >
359 </File>
360 <File
361 RelativePath=".\src\xform_node.h"
362 >
363 </File>
364 </Filter>
365 </Files>
366 <Globals>
367 </Globals>
368 </VisualStudioProject>