Mercurial > hg > early-roguelike
comparison rogue3/rogue36.vcproj @ 0:527e2150eaf0
Import Rogue 3.6 from the Roguelike Restoration Project (r1490)
author | edwarj4 |
---|---|
date | Tue, 13 Oct 2009 13:33:34 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:527e2150eaf0 |
---|---|
1 <?xml version="1.0" encoding="Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="8.00" | |
5 Name="rogue36" | |
6 ProjectGUID="{B986AB16-E9C2-4299-A772-F02B28620521}" | |
7 RootNamespace="rogue36" | |
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="$(SolutionDir)$(ConfigurationName)" | |
21 IntermediateDirectory="$(ConfigurationName)" | |
22 ConfigurationType="1" | |
23 CharacterSet="1" | |
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 AdditionalIncludeDirectories="../pdcurses" | |
44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;$(NOINHERIT)" | |
45 MinimalRebuild="false" | |
46 ExceptionHandling="0" | |
47 BasicRuntimeChecks="3" | |
48 RuntimeLibrary="0" | |
49 UsePrecompiledHeader="0" | |
50 WarningLevel="3" | |
51 Detect64BitPortabilityProblems="true" | |
52 DebugInformationFormat="3" | |
53 CompileAs="1" | |
54 DisableSpecificWarnings="4033;4716;4013;4131;4244;4201;4431;4127;4706;4100" | |
55 /> | |
56 <Tool | |
57 Name="VCManagedResourceCompilerTool" | |
58 /> | |
59 <Tool | |
60 Name="VCResourceCompilerTool" | |
61 /> | |
62 <Tool | |
63 Name="VCPreLinkEventTool" | |
64 /> | |
65 <Tool | |
66 Name="VCLinkerTool" | |
67 AdditionalDependencies="Ws2_32.lib pdcurses.lib advapi32.lib shfolder.lib user32.lib" | |
68 LinkIncremental="1" | |
69 AdditionalLibraryDirectories="../pdcurses" | |
70 IgnoreDefaultLibraryNames="LIBC.LIB" | |
71 GenerateDebugInformation="true" | |
72 SubSystem="1" | |
73 TargetMachine="1" | |
74 /> | |
75 <Tool | |
76 Name="VCALinkTool" | |
77 /> | |
78 <Tool | |
79 Name="VCManifestTool" | |
80 /> | |
81 <Tool | |
82 Name="VCXDCMakeTool" | |
83 /> | |
84 <Tool | |
85 Name="VCBscMakeTool" | |
86 /> | |
87 <Tool | |
88 Name="VCFxCopTool" | |
89 /> | |
90 <Tool | |
91 Name="VCAppVerifierTool" | |
92 /> | |
93 <Tool | |
94 Name="VCWebDeploymentTool" | |
95 /> | |
96 <Tool | |
97 Name="VCPostBuildEventTool" | |
98 /> | |
99 </Configuration> | |
100 <Configuration | |
101 Name="Release|Win32" | |
102 OutputDirectory="$(SolutionDir)$(ConfigurationName)" | |
103 IntermediateDirectory="$(ConfigurationName)" | |
104 ConfigurationType="1" | |
105 CharacterSet="1" | |
106 WholeProgramOptimization="1" | |
107 > | |
108 <Tool | |
109 Name="VCPreBuildEventTool" | |
110 /> | |
111 <Tool | |
112 Name="VCCustomBuildTool" | |
113 /> | |
114 <Tool | |
115 Name="VCXMLDataGeneratorTool" | |
116 /> | |
117 <Tool | |
118 Name="VCWebServiceProxyGeneratorTool" | |
119 /> | |
120 <Tool | |
121 Name="VCMIDLTool" | |
122 /> | |
123 <Tool | |
124 Name="VCCLCompilerTool" | |
125 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
126 RuntimeLibrary="2" | |
127 UsePrecompiledHeader="0" | |
128 WarningLevel="3" | |
129 Detect64BitPortabilityProblems="true" | |
130 DebugInformationFormat="3" | |
131 /> | |
132 <Tool | |
133 Name="VCManagedResourceCompilerTool" | |
134 /> | |
135 <Tool | |
136 Name="VCResourceCompilerTool" | |
137 /> | |
138 <Tool | |
139 Name="VCPreLinkEventTool" | |
140 /> | |
141 <Tool | |
142 Name="VCLinkerTool" | |
143 LinkIncremental="1" | |
144 GenerateDebugInformation="true" | |
145 SubSystem="1" | |
146 OptimizeReferences="2" | |
147 EnableCOMDATFolding="2" | |
148 TargetMachine="1" | |
149 /> | |
150 <Tool | |
151 Name="VCALinkTool" | |
152 /> | |
153 <Tool | |
154 Name="VCManifestTool" | |
155 /> | |
156 <Tool | |
157 Name="VCXDCMakeTool" | |
158 /> | |
159 <Tool | |
160 Name="VCBscMakeTool" | |
161 /> | |
162 <Tool | |
163 Name="VCFxCopTool" | |
164 /> | |
165 <Tool | |
166 Name="VCAppVerifierTool" | |
167 /> | |
168 <Tool | |
169 Name="VCWebDeploymentTool" | |
170 /> | |
171 <Tool | |
172 Name="VCPostBuildEventTool" | |
173 /> | |
174 </Configuration> | |
175 </Configurations> | |
176 <References> | |
177 </References> | |
178 <Files> | |
179 <Filter | |
180 Name="Source Files" | |
181 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" | |
182 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | |
183 > | |
184 <File | |
185 RelativePath=".\armor.c" | |
186 > | |
187 </File> | |
188 <File | |
189 RelativePath=".\chase.c" | |
190 > | |
191 </File> | |
192 <File | |
193 RelativePath=".\command.c" | |
194 > | |
195 </File> | |
196 <File | |
197 RelativePath=".\daemon.c" | |
198 > | |
199 </File> | |
200 <File | |
201 RelativePath=".\daemons.c" | |
202 > | |
203 </File> | |
204 <File | |
205 RelativePath=".\fight.c" | |
206 > | |
207 </File> | |
208 <File | |
209 RelativePath=".\init.c" | |
210 > | |
211 </File> | |
212 <File | |
213 RelativePath=".\io.c" | |
214 > | |
215 </File> | |
216 <File | |
217 RelativePath=".\list.c" | |
218 > | |
219 </File> | |
220 <File | |
221 RelativePath=".\main.c" | |
222 > | |
223 </File> | |
224 <File | |
225 RelativePath=".\mdport.c" | |
226 > | |
227 </File> | |
228 <File | |
229 RelativePath=".\misc.c" | |
230 > | |
231 </File> | |
232 <File | |
233 RelativePath=".\monsters.c" | |
234 > | |
235 </File> | |
236 <File | |
237 RelativePath=".\move.c" | |
238 > | |
239 </File> | |
240 <File | |
241 RelativePath=".\newlevel.c" | |
242 > | |
243 </File> | |
244 <File | |
245 RelativePath=".\options.c" | |
246 > | |
247 </File> | |
248 <File | |
249 RelativePath=".\pack.c" | |
250 > | |
251 </File> | |
252 <File | |
253 RelativePath=".\passages.c" | |
254 > | |
255 </File> | |
256 <File | |
257 RelativePath=".\potions.c" | |
258 > | |
259 </File> | |
260 <File | |
261 RelativePath=".\rings.c" | |
262 > | |
263 </File> | |
264 <File | |
265 RelativePath=".\rip.c" | |
266 > | |
267 </File> | |
268 <File | |
269 RelativePath=".\rooms.c" | |
270 > | |
271 </File> | |
272 <File | |
273 RelativePath=".\save.c" | |
274 > | |
275 </File> | |
276 <File | |
277 RelativePath=".\scrolls.c" | |
278 > | |
279 </File> | |
280 <File | |
281 RelativePath=".\state.c" | |
282 > | |
283 </File> | |
284 <File | |
285 RelativePath=".\sticks.c" | |
286 > | |
287 </File> | |
288 <File | |
289 RelativePath=".\things.c" | |
290 > | |
291 </File> | |
292 <File | |
293 RelativePath=".\vers.c" | |
294 > | |
295 </File> | |
296 <File | |
297 RelativePath=".\weapons.c" | |
298 > | |
299 </File> | |
300 <File | |
301 RelativePath=".\wizard.c" | |
302 > | |
303 </File> | |
304 <File | |
305 RelativePath=".\xcrypt.c" | |
306 > | |
307 </File> | |
308 </Filter> | |
309 <Filter | |
310 Name="Header Files" | |
311 Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
312 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |
313 > | |
314 <File | |
315 RelativePath=".\machdep.h" | |
316 > | |
317 </File> | |
318 <File | |
319 RelativePath=".\rogue.h" | |
320 > | |
321 </File> | |
322 </Filter> | |
323 <Filter | |
324 Name="Resource Files" | |
325 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" | |
326 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | |
327 > | |
328 </Filter> | |
329 <File | |
330 RelativePath=".\LICENSE.TXT" | |
331 > | |
332 </File> | |
333 <File | |
334 RelativePath=".\Makefile" | |
335 > | |
336 </File> | |
337 <File | |
338 RelativePath=".\readme36.html" | |
339 > | |
340 </File> | |
341 <File | |
342 RelativePath=".\rogue.r" | |
343 > | |
344 </File> | |
345 <File | |
346 RelativePath=".\rogue36.cat" | |
347 > | |
348 </File> | |
349 <File | |
350 RelativePath=".\rogue36.doc" | |
351 > | |
352 </File> | |
353 <File | |
354 RelativePath=".\rogue36.html" | |
355 > | |
356 </File> | |
357 </Files> | |
358 <Globals> | |
359 </Globals> | |
360 </VisualStudioProject> |