comparison arogue5/arogue58.vcproj @ 63:0ed67132cf10

Import Advanced Rogue 5.8 from the Roguelike Restoration Project (r1490)
author elwin
date Thu, 09 Aug 2012 22:58:48 +0000
parents
children
comparison
equal deleted inserted replaced
62:0ef99244acb8 63:0ed67132cf10
1 <?xml version="1.0" encoding = "Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.00"
5 Name="arogue58"
6 ProjectGUID="{2EEE53AB-A85A-4D4D-8DB2-B5F23513F415}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 AdditionalOptions="/I.. /wd4033 /wd4716"
22 Optimization="0"
23 OptimizeForWindowsApplication="TRUE"
24 AdditionalIncludeDirectories="../pdcurses"
25 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
26 MinimalRebuild="FALSE"
27 ExceptionHandling="FALSE"
28 BasicRuntimeChecks="3"
29 RuntimeLibrary="5"
30 BufferSecurityCheck="TRUE"
31 UsePrecompiledHeader="0"
32 WarningLevel="3"
33 Detect64BitPortabilityProblems="TRUE"
34 DebugInformationFormat="4"
35 CompileAs="1"
36 DisableSpecificWarnings="4013;4033;4716"/>
37 <Tool
38 Name="VCCustomBuildTool"/>
39 <Tool
40 Name="VCLinkerTool"
41 AdditionalOptions="pdcurses.lib Ws2_32.lib"
42 AdditionalDependencies="shfolder.lib pdcurses.lib"
43 OutputFile="$(OutDir)/arogue58.exe"
44 LinkIncremental="0"
45 AdditionalLibraryDirectories="..\pdcurses"
46 IgnoreDefaultLibraryNames="LIBC.LIB"
47 GenerateDebugInformation="TRUE"
48 ProgramDatabaseFile="$(OutDir)/arogue58.pdb"
49 SubSystem="1"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"/>
53 <Tool
54 Name="VCPostBuildEventTool"/>
55 <Tool
56 Name="VCPreBuildEventTool"/>
57 <Tool
58 Name="VCPreLinkEventTool"/>
59 <Tool
60 Name="VCResourceCompilerTool"/>
61 <Tool
62 Name="VCWebServiceProxyGeneratorTool"/>
63 <Tool
64 Name="VCWebDeploymentTool"/>
65 </Configuration>
66 <Configuration
67 Name="Release|Win32"
68 OutputDirectory="Release"
69 IntermediateDirectory="Release"
70 ConfigurationType="1"
71 CharacterSet="2">
72 <Tool
73 Name="VCCLCompilerTool"
74 Optimization="2"
75 InlineFunctionExpansion="1"
76 OmitFramePointers="TRUE"
77 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
78 StringPooling="TRUE"
79 RuntimeLibrary="4"
80 EnableFunctionLevelLinking="TRUE"
81 UsePrecompiledHeader="3"
82 WarningLevel="3"
83 Detect64BitPortabilityProblems="TRUE"
84 DebugInformationFormat="3"/>
85 <Tool
86 Name="VCCustomBuildTool"/>
87 <Tool
88 Name="VCLinkerTool"
89 OutputFile="$(OutDir)/arogue58.exe"
90 LinkIncremental="1"
91 GenerateDebugInformation="TRUE"
92 SubSystem="2"
93 OptimizeReferences="2"
94 EnableCOMDATFolding="2"
95 TargetMachine="1"/>
96 <Tool
97 Name="VCMIDLTool"/>
98 <Tool
99 Name="VCPostBuildEventTool"/>
100 <Tool
101 Name="VCPreBuildEventTool"/>
102 <Tool
103 Name="VCPreLinkEventTool"/>
104 <Tool
105 Name="VCResourceCompilerTool"/>
106 <Tool
107 Name="VCWebServiceProxyGeneratorTool"/>
108 <Tool
109 Name="VCWebDeploymentTool"/>
110 </Configuration>
111 <Configuration
112 Name="test|Win32"
113 OutputDirectory="test"
114 IntermediateDirectory="test"
115 ConfigurationType="1"
116 CharacterSet="2">
117 <Tool
118 Name="VCCLCompilerTool"
119 Optimization="0"
120 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
121 MinimalRebuild="TRUE"
122 BasicRuntimeChecks="3"
123 RuntimeLibrary="5"
124 UsePrecompiledHeader="0"
125 WarningLevel="3"
126 Detect64BitPortabilityProblems="TRUE"
127 DebugInformationFormat="4"/>
128 <Tool
129 Name="VCCustomBuildTool"/>
130 <Tool
131 Name="VCLinkerTool"
132 OutputFile="$(OutDir)/arogue58.exe"
133 LinkIncremental="2"
134 GenerateDebugInformation="TRUE"
135 ProgramDatabaseFile="$(OutDir)/arogue58.pdb"
136 SubSystem="2"
137 TargetMachine="1"/>
138 <Tool
139 Name="VCMIDLTool"/>
140 <Tool
141 Name="VCPostBuildEventTool"/>
142 <Tool
143 Name="VCPreBuildEventTool"/>
144 <Tool
145 Name="VCPreLinkEventTool"/>
146 <Tool
147 Name="VCResourceCompilerTool"/>
148 <Tool
149 Name="VCWebServiceProxyGeneratorTool"/>
150 <Tool
151 Name="VCWebDeploymentTool"/>
152 </Configuration>
153 </Configurations>
154 <Files>
155 <Filter
156 Name="Source Files"
157 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
158 <File
159 RelativePath="chase.c">
160 </File>
161 <File
162 RelativePath="command.c">
163 </File>
164 <File
165 RelativePath="daemon.c">
166 </File>
167 <File
168 RelativePath="daemons.c">
169 </File>
170 <File
171 RelativePath="encumb.c">
172 </File>
173 <File
174 RelativePath="fight.c">
175 </File>
176 <File
177 RelativePath="init.c">
178 </File>
179 <File
180 RelativePath="io.c">
181 </File>
182 <File
183 RelativePath="list.c">
184 </File>
185 <File
186 RelativePath="main.c">
187 </File>
188 <File
189 RelativePath="maze.c">
190 </File>
191 <File
192 RelativePath="mdport.c">
193 </File>
194 <File
195 RelativePath="misc.c">
196 </File>
197 <File
198 RelativePath="monsters.c">
199 </File>
200 <File
201 RelativePath="move.c">
202 </File>
203 <File
204 RelativePath="new_level.c">
205 </File>
206 <File
207 RelativePath="options.c">
208 </File>
209 <File
210 RelativePath="outside.c">
211 </File>
212 <File
213 RelativePath="pack.c">
214 </File>
215 <File
216 RelativePath="passages.c">
217 </File>
218 <File
219 RelativePath="player.c">
220 </File>
221 <File
222 RelativePath="potions.c">
223 </File>
224 <File
225 RelativePath="rings.c">
226 </File>
227 <File
228 RelativePath="rip.c">
229 </File>
230 <File
231 RelativePath="rogue.c">
232 </File>
233 <File
234 RelativePath="rooms.c">
235 </File>
236 <File
237 RelativePath="save.c">
238 </File>
239 <File
240 RelativePath="scrolls.c">
241 </File>
242 <File
243 RelativePath="state.c">
244 </File>
245 <File
246 RelativePath="sticks.c">
247 </File>
248 <File
249 RelativePath="things.c">
250 </File>
251 <File
252 RelativePath="trader.c">
253 </File>
254 <File
255 RelativePath="util.c">
256 </File>
257 <File
258 RelativePath="vers.c">
259 </File>
260 <File
261 RelativePath="weapons.c">
262 </File>
263 <File
264 RelativePath="wear.c">
265 </File>
266 <File
267 RelativePath="wizard.c">
268 </File>
269 <File
270 RelativePath="xcrypt.c">
271 </File>
272 </Filter>
273 <Filter
274 Name="Header Files"
275 Filter="h;hpp;hxx;hm;inl;inc">
276 <File
277 RelativePath="mach_dep.h">
278 </File>
279 <File
280 RelativePath="network.h">
281 </File>
282 <File
283 RelativePath="rogue.h">
284 </File>
285 </Filter>
286 <Filter
287 Name="Resource Files"
288 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
289 </Filter>
290 <File
291 RelativePath="LICENSE.TXT">
292 </File>
293 <File
294 RelativePath="Makefile">
295 </File>
296 <File
297 RelativePath="arogue58.doc">
298 </File>
299 <File
300 RelativePath="arogue58.html">
301 </File>
302 </Files>
303 <Globals>
304 </Globals>
305 </VisualStudioProject>