Mercurial > hg > early-roguelike
comparison urogue/urogue.vcproj @ 256:c495a4f288c6
Import UltraRogue from the Roguelike Restoration Project (r1490)
author | John "Elwin" Edwards |
---|---|
date | Tue, 31 Jan 2017 19:56:04 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
253:d9badb9c0179 | 256:c495a4f288c6 |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="urogue" | |
6 ProjectGUID="{A428D711-A9BE-4A4E-9013-3AC25A18502D}" | |
7 RootNamespace="urogue" | |
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 /> | |
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="Ws2_32.lib pdcurses.lib advapi32.lib shfolder.lib user32.lib" | |
75 OutputFile="$(OutDir)/rogue54.exe" | |
76 LinkIncremental="2" | |
77 AdditionalLibraryDirectories="../pdcurses" | |
78 IgnoreDefaultLibraryNames="LIBC.LIB" | |
79 GenerateDebugInformation="true" | |
80 ProgramDatabaseFile="$(OutDir)/rogue54.pdb" | |
81 SubSystem="1" | |
82 TargetMachine="1" | |
83 /> | |
84 <Tool | |
85 Name="VCALinkTool" | |
86 /> | |
87 <Tool | |
88 Name="VCManifestTool" | |
89 /> | |
90 <Tool | |
91 Name="VCXDCMakeTool" | |
92 /> | |
93 <Tool | |
94 Name="VCBscMakeTool" | |
95 /> | |
96 <Tool | |
97 Name="VCFxCopTool" | |
98 /> | |
99 <Tool | |
100 Name="VCAppVerifierTool" | |
101 /> | |
102 <Tool | |
103 Name="VCWebDeploymentTool" | |
104 /> | |
105 <Tool | |
106 Name="VCPostBuildEventTool" | |
107 /> | |
108 </Configuration> | |
109 <Configuration | |
110 Name="Release|Win32" | |
111 OutputDirectory="Release" | |
112 IntermediateDirectory="Release" | |
113 ConfigurationType="1" | |
114 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
115 CharacterSet="2" | |
116 > | |
117 <Tool | |
118 Name="VCPreBuildEventTool" | |
119 /> | |
120 <Tool | |
121 Name="VCCustomBuildTool" | |
122 /> | |
123 <Tool | |
124 Name="VCXMLDataGeneratorTool" | |
125 /> | |
126 <Tool | |
127 Name="VCWebServiceProxyGeneratorTool" | |
128 /> | |
129 <Tool | |
130 Name="VCMIDLTool" | |
131 /> | |
132 <Tool | |
133 Name="VCCLCompilerTool" | |
134 Optimization="2" | |
135 InlineFunctionExpansion="1" | |
136 OmitFramePointers="true" | |
137 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" | |
138 StringPooling="true" | |
139 RuntimeLibrary="0" | |
140 EnableFunctionLevelLinking="true" | |
141 UsePrecompiledHeader="2" | |
142 WarningLevel="3" | |
143 Detect64BitPortabilityProblems="true" | |
144 DebugInformationFormat="3" | |
145 /> | |
146 <Tool | |
147 Name="VCManagedResourceCompilerTool" | |
148 /> | |
149 <Tool | |
150 Name="VCResourceCompilerTool" | |
151 /> | |
152 <Tool | |
153 Name="VCPreLinkEventTool" | |
154 /> | |
155 <Tool | |
156 Name="VCLinkerTool" | |
157 OutputFile="$(OutDir)/rogue54.exe" | |
158 LinkIncremental="1" | |
159 GenerateDebugInformation="true" | |
160 SubSystem="2" | |
161 OptimizeReferences="2" | |
162 EnableCOMDATFolding="2" | |
163 TargetMachine="1" | |
164 /> | |
165 <Tool | |
166 Name="VCALinkTool" | |
167 /> | |
168 <Tool | |
169 Name="VCManifestTool" | |
170 /> | |
171 <Tool | |
172 Name="VCXDCMakeTool" | |
173 /> | |
174 <Tool | |
175 Name="VCBscMakeTool" | |
176 /> | |
177 <Tool | |
178 Name="VCFxCopTool" | |
179 /> | |
180 <Tool | |
181 Name="VCAppVerifierTool" | |
182 /> | |
183 <Tool | |
184 Name="VCWebDeploymentTool" | |
185 /> | |
186 <Tool | |
187 Name="VCPostBuildEventTool" | |
188 /> | |
189 </Configuration> | |
190 </Configurations> | |
191 <References> | |
192 </References> | |
193 <Files> | |
194 <Filter | |
195 Name="Source Files" | |
196 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm" | |
197 > | |
198 <File | |
199 RelativePath="armor.c" | |
200 > | |
201 </File> | |
202 <File | |
203 RelativePath=".\artifact.c" | |
204 > | |
205 </File> | |
206 <File | |
207 RelativePath=".\bag.c" | |
208 > | |
209 </File> | |
210 <File | |
211 RelativePath="chase.c" | |
212 > | |
213 </File> | |
214 <File | |
215 RelativePath="command.c" | |
216 > | |
217 </File> | |
218 <File | |
219 RelativePath="daemon.c" | |
220 > | |
221 </File> | |
222 <File | |
223 RelativePath="daemons.c" | |
224 > | |
225 </File> | |
226 <File | |
227 RelativePath=".\dict.c" | |
228 > | |
229 </File> | |
230 <File | |
231 RelativePath=".\dictutil.c" | |
232 > | |
233 </File> | |
234 <File | |
235 RelativePath=".\encumb.c" | |
236 > | |
237 </File> | |
238 <File | |
239 RelativePath="fight.c" | |
240 > | |
241 </File> | |
242 <File | |
243 RelativePath=".\getplay.c" | |
244 > | |
245 </File> | |
246 <File | |
247 RelativePath=".\ident.c" | |
248 > | |
249 </File> | |
250 <File | |
251 RelativePath="init.c" | |
252 > | |
253 </File> | |
254 <File | |
255 RelativePath="io.c" | |
256 > | |
257 </File> | |
258 <File | |
259 RelativePath="list.c" | |
260 > | |
261 </File> | |
262 <File | |
263 RelativePath=".\magic.c" | |
264 > | |
265 </File> | |
266 <File | |
267 RelativePath="main.c" | |
268 > | |
269 </File> | |
270 <File | |
271 RelativePath=".\maze.c" | |
272 > | |
273 </File> | |
274 <File | |
275 RelativePath=".\mdport.c" | |
276 > | |
277 </File> | |
278 <File | |
279 RelativePath=".\memory.c" | |
280 > | |
281 </File> | |
282 <File | |
283 RelativePath="misc.c" | |
284 > | |
285 </File> | |
286 <File | |
287 RelativePath=".\monsdata.c" | |
288 > | |
289 </File> | |
290 <File | |
291 RelativePath="monsters.c" | |
292 > | |
293 </File> | |
294 <File | |
295 RelativePath="move.c" | |
296 > | |
297 </File> | |
298 <File | |
299 RelativePath=".\newlvl.c" | |
300 > | |
301 </File> | |
302 <File | |
303 RelativePath="options.c" | |
304 > | |
305 </File> | |
306 <File | |
307 RelativePath="pack.c" | |
308 > | |
309 </File> | |
310 <File | |
311 RelativePath="passages.c" | |
312 > | |
313 </File> | |
314 <File | |
315 RelativePath=".\player.c" | |
316 > | |
317 </File> | |
318 <File | |
319 RelativePath="potions.c" | |
320 > | |
321 </File> | |
322 <File | |
323 RelativePath=".\random.c" | |
324 > | |
325 </File> | |
326 <File | |
327 RelativePath="rings.c" | |
328 > | |
329 </File> | |
330 <File | |
331 RelativePath="rip.c" | |
332 > | |
333 </File> | |
334 <File | |
335 RelativePath="rooms.c" | |
336 > | |
337 </File> | |
338 <File | |
339 RelativePath="save.c" | |
340 > | |
341 </File> | |
342 <File | |
343 RelativePath="scrolls.c" | |
344 > | |
345 </File> | |
346 <File | |
347 RelativePath="state.c" | |
348 > | |
349 </File> | |
350 <File | |
351 RelativePath=".\status.c" | |
352 > | |
353 </File> | |
354 <File | |
355 RelativePath="sticks.c" | |
356 > | |
357 </File> | |
358 <File | |
359 RelativePath="things.c" | |
360 > | |
361 </File> | |
362 <File | |
363 RelativePath=".\trader.c" | |
364 > | |
365 </File> | |
366 <File | |
367 RelativePath=".\verify.c" | |
368 > | |
369 </File> | |
370 <File | |
371 RelativePath="vers.c" | |
372 > | |
373 </File> | |
374 <File | |
375 RelativePath="weapons.c" | |
376 > | |
377 </File> | |
378 <File | |
379 RelativePath="wizard.c" | |
380 > | |
381 </File> | |
382 <File | |