Import from neverball-1.3.1.tar.gz
[neverball-archive.git] / msvc / neverball / neverball.vcproj
blobc7965c8e204be48cce036d266c70575722da9af2
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="neverball"
6 ProjectGUID="{039567BB-AE05-432F-8263-D5F075B03FFC}"
7 RootNamespace="neverball"
8 Keyword="Win32Proj">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory="Debug"
17 IntermediateDirectory="Debug"
18 ConfigurationType="1"
19 CharacterSet="2">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\..\share"
24 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="3"
28 UsePrecompiledHeader="0"
29 WarningLevel="3"
30 WarnAsError="TRUE"
31 Detect64BitPortabilityProblems="TRUE"
32 DebugInformationFormat="4"/>
33 <Tool
34 Name="VCCustomBuildTool"/>
35 <Tool
36 Name="VCLinkerTool"
37 OutputFile="$(OutDir)/neverball.exe"
38 LinkIncremental="2"
39 GenerateDebugInformation="TRUE"
40 ProgramDatabaseFile="$(OutDir)/neverball.pdb"
41 SubSystem="1"
42 TargetMachine="1"/>
43 <Tool
44 Name="VCMIDLTool"/>
45 <Tool
46 Name="VCPostBuildEventTool"/>
47 <Tool
48 Name="VCPreBuildEventTool"/>
49 <Tool
50 Name="VCPreLinkEventTool"/>
51 <Tool
52 Name="VCResourceCompilerTool"/>
53 <Tool
54 Name="VCWebServiceProxyGeneratorTool"/>
55 <Tool
56 Name="VCXMLDataGeneratorTool"/>
57 <Tool
58 Name="VCWebDeploymentTool"/>
59 <Tool
60 Name="VCManagedWrapperGeneratorTool"/>
61 <Tool
62 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63 </Configuration>
64 <Configuration
65 Name="Release|Win32"
66 OutputDirectory="Release"
67 IntermediateDirectory="Release"
68 ConfigurationType="1"
69 CharacterSet="2">
70 <Tool
71 Name="VCCLCompilerTool"
72 AdditionalIncludeDirectories="..\..\share"
73 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
74 RuntimeLibrary="2"
75 UsePrecompiledHeader="0"
76 WarningLevel="3"
77 Detect64BitPortabilityProblems="TRUE"
78 DebugInformationFormat="3"/>
79 <Tool
80 Name="VCCustomBuildTool"/>
81 <Tool
82 Name="VCLinkerTool"
83 OutputFile="$(OutDir)/neverball.exe"
84 LinkIncremental="1"
85 GenerateDebugInformation="TRUE"
86 SubSystem="2"
87 OptimizeReferences="2"
88 EnableCOMDATFolding="2"
89 TargetMachine="1"/>
90 <Tool
91 Name="VCMIDLTool"/>
92 <Tool
93 Name="VCPostBuildEventTool"/>
94 <Tool
95 Name="VCPreBuildEventTool"/>
96 <Tool
97 Name="VCPreLinkEventTool"/>
98 <Tool
99 Name="VCResourceCompilerTool"/>
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"/>
102 <Tool
103 Name="VCXMLDataGeneratorTool"/>
104 <Tool
105 Name="VCWebDeploymentTool"/>
106 <Tool
107 Name="VCManagedWrapperGeneratorTool"/>
108 <Tool
109 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
110 </Configuration>
111 </Configurations>
112 <References>
113 </References>
114 <Files>
115 <Filter
116 Name="Source Files"
117 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
118 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
119 <File
120 RelativePath="..\..\ball\audio.c">
121 </File>
122 <File
123 RelativePath="..\..\share\back.c">
124 </File>
125 <File
126 RelativePath="..\..\share\binary.c">
127 </File>
128 <File
129 RelativePath="..\..\share\config.c">
130 </File>
131 <File
132 RelativePath="..\..\ball\demo.c">
133 </File>
134 <File
135 RelativePath="..\..\ball\game.c">
136 </File>
137 <File
138 RelativePath="..\..\share\geom.c">
139 </File>
140 <File
141 RelativePath="..\..\share\glext.c">
142 </File>
143 <File
144 RelativePath="..\..\share\gui.c">
145 </File>
146 <File
147 RelativePath="..\..\ball\hud.c">
148 </File>
149 <File
150 RelativePath="..\..\share\image.c">
151 </File>
152 <File
153 RelativePath="..\..\ball\level.c">
154 </File>
155 <File
156 RelativePath="..\..\ball\main.c">
157 </File>
158 <File
159 RelativePath="..\..\share\part.c">
160 </File>
161 <File
162 RelativePath="..\..\ball\set.c">
163 </File>
164 <File
165 RelativePath="..\..\share\solid.c">
166 </File>
167 <File
168 RelativePath="..\..\ball\st_conf.c">
169 </File>
170 <File
171 RelativePath="..\..\ball\st_demo.c">
172 </File>
173 <File
174 RelativePath="..\..\ball\st_fail.c">
175 </File>
176 <File
177 RelativePath="..\..\ball\st_goal.c">
178 </File>
179 <File
180 RelativePath="..\..\ball\st_done.c">
181 </File>
182 <File
183 RelativePath="..\..\ball\st_level.c">
184 </File>
185 <File
186 RelativePath="..\..\ball\st_over.c">
187 </File>
188 <File
189 RelativePath="..\..\ball\st_play.c">
190 </File>
191 <File
192 RelativePath="..\..\ball\st_save.c">
193 </File>
194 <File
195 RelativePath="..\..\ball\st_set.c">
196 </File>
197 <File
198 RelativePath="..\..\ball\st_start.c">
199 </File>
200 <File
201 RelativePath="..\..\ball\st_title.c">
202 </File>
203 <File
204 RelativePath="..\..\share\state.c">
205 </File>
206 <File
207 RelativePath="..\..\ball\util.c">
208 </File>
209 <File
210 RelativePath="..\..\share\vec3.c">
211 </File>
212 </Filter>
213 <Filter
214 Name="Header Files"
215 Filter="h;hpp;hxx;hm;inl;inc;xsd"
216 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
217 <File
218 RelativePath="..\..\ball\audio.h">
219 </File>
220 <File
221 RelativePath="..\..\share\back.h">
222 </File>
223 <File
224 RelativePath="..\..\share\binary.h">
225 </File>
226 <File
227 RelativePath="..\..\share\config.h">
228 </File>
229 <File
230 RelativePath="..\..\ball\demo.h">
231 </File>
232 <File
233 RelativePath="..\..\ball\game.h">
234 </File>
235 <File
236 RelativePath="..\..\share\geom.h">
237 </File>
238 <File
239 RelativePath="..\..\share\glext.h">
240 </File>
241 <File
242 RelativePath="..\..\share\gui.h">
243 </File>
244 <File
245 RelativePath="..\..\ball\hud.h">
246 </File>
247 <File
248 RelativePath="..\..\share\image.h">
249 </File>
250 <File
251 RelativePath="..\..\ball\level.h">
252 </File>
253 <File
254 RelativePath="..\..\share\part.h">
255 </File>
256 <File
257 RelativePath="..\..\ball\set.h">
258 </File>
259 <File
260 RelativePath="..\..\share\solid.h">
261 </File>
262 <File
263 RelativePath="..\..\ball\st_conf.h">
264 </File>
265 <File
266 RelativePath="..\..\ball\st_demo.h">
267 </File>
268 <File
269 RelativePath="..\..\ball\st_fail.h">
270 </File>
271 <File
272 RelativePath="..\..\ball\st_goal.h">
273 </File>
274 <File
275 RelativePath="..\..\ball\st_done.h">
276 </File>
277 <File
278 RelativePath="..\..\ball\st_high.h">
279 </File>
280 <File
281 RelativePath="..\..\ball\st_level.h">
282 </File>
283 <File
284 RelativePath="..\..\ball\st_over.h">
285 </File>
286 <File
287 RelativePath="..\..\ball\st_play.h">
288 </File>
289 <File
290 RelativePath="..\..\ball\st_save.h">
291 </File>
292 <File
293 RelativePath="..\..\ball\st_set.h">
294 </File>
295 <File
296 RelativePath="..\..\ball\st_start.h">
297 </File>
298 <File
299 RelativePath="..\..\ball\st_title.h">
300 </File>
301 <File
302 RelativePath="..\..\share\state.h">
303 </File>
304 <File
305 RelativePath="..\..\ball\util.h">
306 </File>
307 <File
308 RelativePath="..\..\share\vec3.h">
309 </File>
310 </Filter>
311 <Filter
312 Name="Resource Files"
313 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
314 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
315 </Filter>
316 </Files>
317 <Globals>
318 </Globals>
319 </VisualStudioProject>