comparison rogue5/rogue54.vcproj @ 33:f502bf60e6e4

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