comparison rogue4/rogue52.vcproj @ 12:9535a08ddc39

Import Rogue 5.2 from the Roguelike Restoration Project (r1490)
author edwarj4
date Sat, 24 Oct 2009 16:52:52 +0000
parents
children
comparison
equal deleted inserted replaced
11:949d558c2162 12:9535a08ddc39
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="rogue52"
6 ProjectGUID="{8D92C587-9CBA-41FE-BB30-F0A7142AC625}"
7 RootNamespace="rogue52"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="1"
23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
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 InlineFunctionExpansion="0"
45 AdditionalIncludeDirectories="../pdcurses"
46 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;SCOREFILE;ALLSCORES"
47 StringPooling="true"
48 MinimalRebuild="true"
49 ExceptionHandling="0"
50 BasicRuntimeChecks="3"
51 RuntimeLibrary="1"
52 BufferSecurityCheck="true"
53 EnableFunctionLevelLinking="true"
54 DisableLanguageExtensions="false"
55 ForceConformanceInForLoopScope="true"
56 UsePrecompiledHeader="0"
57 BrowseInformation="0"
58 WarningLevel="4"
59 Detect64BitPortabilityProblems="true"
60 DebugInformationFormat="4"
61 CompileAs="1"
62 DisableSpecificWarnings="4033;4716;4013;4131;4244;4201;4431;4127;4706;4100"
63 />
64 <Tool
65 Name="VCManagedResourceCompilerTool"
66 />
67 <Tool
68 Name="VCResourceCompilerTool"
69 />
70 <Tool
71 Name="VCPreLinkEventTool"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalDependencies="Ws2_32.lib pdcurses.lib advapi32.lib shfolder.lib user32.lib"
76 OutputFile="$(OutDir)/rogue54.exe"
77 LinkIncremental="2"
78 AdditionalLibraryDirectories="../pdcurses"
79 IgnoreDefaultLibraryNames="LIBC.LIB"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile="$(OutDir)/rogue54.pdb"
82 SubSystem="1"
83 TargetMachine="1"
84 />
85 <Tool
86 Name="VCALinkTool"
87 />
88 <Tool
89 Name="VCManifestTool"
90 />
91 <Tool
92 Name="VCXDCMakeTool"
93 />
94 <Tool
95 Name="VCBscMakeTool"
96 />
97 <Tool
98 Name="VCFxCopTool"
99 />
100 <Tool
101 Name="VCAppVerifierTool"
102 />
103 <Tool
104 Name="VCWebDeploymentTool"
105 />
106 <Tool
107 Name="VCPostBuildEventTool"
108 />
109 </Configuration>
110 <Configuration
111 Name="Release|Win32"
112 OutputDirectory="Release"
113 IntermediateDirectory="Release"
114 ConfigurationType="1"
115 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
116 CharacterSet="2"
117 >
118 <Tool
119 Name="VCPreBuildEventTool"
120 />
121 <Tool
122 Name="VCCustomBuildTool"
123 />
124 <Tool
125 Name="VCXMLDataGeneratorTool"
126 />
127 <Tool
128 Name="VCWebServiceProxyGeneratorTool"
129 />
130 <Tool
131 Name="VCMIDLTool"
132 />
133 <Tool
134 Name="VCCLCompilerTool"
135 Optimization="2"
136 InlineFunctionExpansion="1"
137 OmitFramePointers="true"
138 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
139 StringPooling="true"
140 RuntimeLibrary="0"
141 EnableFunctionLevelLinking="true"
142 UsePrecompiledHeader="2"
143 WarningLevel="3"
144 Detect64BitPortabilityProblems="true"
145 DebugInformationFormat="3"
146 />
147 <Tool
148 Name="VCManagedResourceCompilerTool"
149 />
150 <Tool
151 Name="VCResourceCompilerTool"
152 />
153 <Tool
154 Name="VCPreLinkEventTool"
155 />
156 <Tool
157 Name="VCLinkerTool"
158 OutputFile="$(OutDir)/rogue54.exe"
159 LinkIncremental="1"
160 GenerateDebugInformation="true"
161 SubSystem="2"
162 OptimizeReferences="2"
163 EnableCOMDATFolding="2"
164 TargetMachine="1"
165 />
166 <Tool
167 Name="VCALinkTool"
168 />
169 <Tool
170 Name="VCManifestTool"
171 />
172 <Tool
173 Name="VCXDCMakeTool"
174 />
175 <Tool
176 Name="VCBscMakeTool"
177 />
178 <Tool
179 Name="VCFxCopTool"
180 />
181 <Tool
182 Name="VCAppVerifierTool"
183 />
184 <Tool
185 Name="VCWebDeploymentTool"
186 />
187 <Tool
188 Name="VCPostBuildEventTool"
189 />
190 </Configuration>
191 </Configurations>
192 <References>
193 </References>
194 <Files>
195 <Filter
196 Name="Source Files"
197 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
198 >
199 <File
200 RelativePath="armor.c"
201 >
202 </File>
203 <File
204 RelativePath="chase.c"
205 >
206 </File>
207 <File
208 RelativePath="command.c"
209 >
210 </File>
211 <File
212 RelativePath="daemon.c"
213 >
214 </File>
215 <File
216 RelativePath="daemons.c"
217 >
218 </File>
219 <File
220 RelativePath="extern.c"
221 >
222 </File>
223 <File
224 RelativePath="fight.c"
225 >
226 </File>
227 <File
228 RelativePath="findpw.c"
229 >
230 <FileConfiguration
231 Name="Debug|Win32"
232 ExcludedFromBuild="true"
233 >
234 <Tool
235 Name="VCCLCompilerTool"
236 />
237 </FileConfiguration>
238 </File>
239 <File
240 RelativePath="init.c"
241 >
242 </File>
243 <File
244 RelativePath="io.c"
245 >
246 </File>
247 <File
248 RelativePath="list.c"
249 >
250 </File>
251 <File
252 RelativePath="mach_dep.c"
253 >
254 </File>
255 <File
256 RelativePath="main.c"
257 >
258 </File>
259 <File
260 RelativePath="mdport.c"
261 >
262 </File>
263 <File
264 RelativePath="misc.c"
265 >
266 </File>
267 <File
268 RelativePath="monsters.c"
269 >
270 </File>
271 <File
272 RelativePath="move.c"
273 >
274 </File>
275 <File
276 RelativePath="new_level.c"
277 >
278 </File>
279 <File
280 RelativePath="options.c"
281 >
282 </File>
283 <File
284 RelativePath="pack.c"
285 >
286 </File>
287 <File
288 RelativePath="passages.c"
289 >
290 </File>
291 <File
292 RelativePath="potions.c"
293 >
294 </File>
295 <File
296 RelativePath=".\prob.c"
297 >
298 <FileConfiguration
299 Name="Debug|Win32"
300 ExcludedFromBuild="true"
301 >
302 <Tool
303 Name="VCCLCompilerTool"
304 />
305 </FileConfiguration>
306 </File>
307 <File
308 RelativePath="rings.c"
309 >
310 </File>
311 <File
312 RelativePath="rip.c"
313 >
314 </File>
315 <File
316 RelativePath="rooms.c"
317 >
318 </File>
319 <File
320 RelativePath="save.c"
321 >
322 </File>
323 <File
324 RelativePath="scrolls.c"
325 >
326 </File>
327 <File
328 RelativePath="state.c"
329 >
330 </File>
331 <File
332 RelativePath="sticks.c"
333 >
334 </File>
335 <File
336 RelativePath="things.c"
337 >
338 </File>
339 <File
340 RelativePath="vers.c"
341 >
342 </File>
343 <File
344 RelativePath="weapons.c"
345 >
346 </File>
347 <File
348 RelativePath="wizard.c"
349 >
350 </File>
351 <File
352 RelativePath="xcrypt.c"
353 >
354 </File>
355 <File
356 RelativePath=".\xstr.c"
357 >
358 <FileConfiguration
359 Name="Debug|Win32"
360 ExcludedFromBuild="true"
361 >
362 <Tool
363 Name="VCCLCompilerTool"
364 />
365 </FileConfiguration>
366 </File>
367 </Filter>
368 <Filter
369 Name="Header Files"
370 Filter="h;hpp;hxx;hm;inl;inc"
371 >
372 <File
373 RelativePath="extern.h"
374 >
375 </File>
376 <File
377 RelativePath="rogue.h"
378 >
379 </File>
380 </Filter>
381 <Filter
382 Name="Resource Files"
383 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
384 >
385 </Filter>
386 <File
387 RelativePath="LICENSE.TXT"
388 >
389 </File>
390 <File
391 RelativePath="Makefile"
392 >
393 </File>
394 <File
395 RelativePath="rogue.6"
396 >
397 </File>
398 <File
399 RelativePath="rogue.me"
400 >
401 </File>
402 </Files>
403 <Globals>
404 </Globals>
405 </VisualStudioProject>