Mercurial > hg > early-roguelike
comparison xrogue/xrogue.vcproj @ 133:e6179860cb76
Import XRogue 8.0 from the Roguelike Restoration Project (r1490)
author | John "Elwin" Edwards |
---|---|
date | Tue, 21 Apr 2015 08:55:20 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
124:d10fc4a065ac | 133:e6179860cb76 |
---|---|
1 <?xml version="1.0" encoding = "Windows-1252"?> | |
2 <VisualStudioProject | |
3 ProjectType="Visual C++" | |
4 Version="7.00" | |
5 Name="xrogue" | |
6 ProjectGUID="{ABD49D61-EFA9-41BA-9EA1-8DE4B4FA4FF6}" | |
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 Optimization="0" | |
22 InlineFunctionExpansion="0" | |
23 OptimizeForWindowsApplication="TRUE" | |
24 AdditionalIncludeDirectories=".." | |
25 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;PDC_STATIC_BUILD" | |
26 StringPooling="TRUE" | |
27 MinimalRebuild="TRUE" | |
28 BasicRuntimeChecks="3" | |
29 SmallerTypeCheck="TRUE" | |
30 RuntimeLibrary="5" | |
31 BufferSecurityCheck="TRUE" | |
32 EnableFunctionLevelLinking="TRUE" | |
33 DisableLanguageExtensions="FALSE" | |
34 ForceConformanceInForLoopScope="TRUE" | |
35 UsePrecompiledHeader="0" | |
36 BrowseInformation="1" | |
37 WarningLevel="4" | |
38 Detect64BitPortabilityProblems="TRUE" | |
39 DebugInformationFormat="4" | |
40 CompileAs="1" | |
41 DisableSpecificWarnings="4033;4716;4013;4131;4244;4201"/> | |
42 <Tool | |
43 Name="VCCustomBuildTool"/> | |
44 <Tool | |
45 Name="VCLinkerTool" | |
46 AdditionalDependencies="Ws2_32.lib pdcurses.lib" | |
47 OutputFile="$(OutDir)/xrogue.exe" | |
48 LinkIncremental="2" | |
49 SuppressStartupBanner="TRUE" | |
50 AdditionalLibraryDirectories=".." | |
51 IgnoreAllDefaultLibraries="FALSE" | |
52 IgnoreDefaultLibraryNames="LIBC.LIB" | |
53 GenerateDebugInformation="TRUE" | |
54 ProgramDatabaseFile="$(OutDir)/xrogue.pdb" | |
55 SubSystem="1" | |
56 TargetMachine="1"/> | |
57 <Tool | |
58 Name="VCMIDLTool"/> | |
59 <Tool | |
60 Name="VCPostBuildEventTool"/> | |
61 <Tool | |
62 Name="VCPreBuildEventTool"/> | |
63 <Tool | |
64 Name="VCPreLinkEventTool"/> | |
65 <Tool | |
66 Name="VCResourceCompilerTool"/> | |
67 <Tool | |
68 Name="VCWebServiceProxyGeneratorTool"/> | |
69 <Tool | |
70 Name="VCWebDeploymentTool"/> | |
71 </Configuration> | |
72 <Configuration | |
73 Name="Release|Win32" | |
74 OutputDirectory="Release" | |
75 IntermediateDirectory="Release" | |
76 ConfigurationType="1" | |
77 CharacterSet="2"> | |
78 <Tool | |
79 Name="VCCLCompilerTool" | |
80 Optimization="2" | |
81 InlineFunctionExpansion="1" | |
82 OmitFramePointers="TRUE" | |
83 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" | |
84 StringPooling="TRUE" | |
85 RuntimeLibrary="4" | |
86 EnableFunctionLevelLinking="TRUE" | |
87 UsePrecompiledHeader="3" | |
88 WarningLevel="3" | |
89 Detect64BitPortabilityProblems="TRUE" | |
90 DebugInformationFormat="3"/> | |
91 <Tool | |
92 Name="VCCustomBuildTool"/> | |
93 <Tool | |
94 Name="VCLinkerTool" | |
95 OutputFile="$(OutDir)/xrogue.exe" | |
96 LinkIncremental="1" | |
97 GenerateDebugInformation="TRUE" | |
98 SubSystem="2" | |
99 OptimizeReferences="2" | |
100 EnableCOMDATFolding="2" | |
101 TargetMachine="1"/> | |
102 <Tool | |
103 Name="VCMIDLTool"/> | |
104 <Tool | |
105 Name="VCPostBuildEventTool"/> | |
106 <Tool | |
107 Name="VCPreBuildEventTool"/> | |
108 <Tool | |
109 Name="VCPreLinkEventTool"/> | |
110 <Tool | |
111 Name="VCResourceCompilerTool"/> | |
112 <Tool | |
113 Name="VCWebServiceProxyGeneratorTool"/> | |
114 <Tool | |
115 Name="VCWebDeploymentTool"/> | |
116 </Configuration> | |
117 </Configurations> | |
118 <Files> | |
119 <Filter | |
120 Name="Source Files" | |
121 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> | |
122 <File | |
123 RelativePath="actions.c"> | |
124 </File> | |
125 <File | |
126 RelativePath="bolt.c"> | |
127 </File> | |
128 <File | |
129 RelativePath="chase.c"> | |
130 </File> | |
131 <File | |
132 RelativePath="command.c"> | |
133 </File> | |
134 <File | |
135 RelativePath="daemon.c"> | |
136 </File> | |
137 <File | |
138 RelativePath="daemons.c"> | |
139 </File> | |
140 <File | |
141 RelativePath="eat.c"> | |
142 </File> | |
143 <File | |
144 RelativePath="effects.c"> | |
145 </File> | |
146 <File | |
147 RelativePath="encumb.c"> | |
148 </File> | |
149 <File | |
150 RelativePath="fight.c"> | |
151 </File> | |
152 <File | |
153 RelativePath="help.c"> | |
154 </File> | |
155 <File | |
156 RelativePath="init.c"> | |
157 </File> | |
158 <File | |
159 RelativePath="io.c"> | |
160 </File> | |
161 <File | |
162 RelativePath="list.c"> | |
163 </File> | |
164 <File | |
165 RelativePath="main.c"> | |
166 </File> | |
167 <File | |
168 RelativePath="maze.c"> | |
169 </File> | |
170 <File | |
171 RelativePath="misc.c"> | |
172 </File> | |
173 <File | |
174 RelativePath="mons_def.c"> | |
175 </File> | |
176 <File | |
177 RelativePath="monsters.c"> | |
178 </File> | |
179 <File | |
180 RelativePath="move.c"> | |
181 </File> | |
182 <File | |
183 RelativePath="n_level.c"> | |
184 </File> | |
185 <File | |
186 RelativePath="options.c"> | |
187 </File> | |
188 <File | |
189 RelativePath="outside.c"> | |
190 </File> | |
191 <File | |
192 RelativePath="pack.c"> | |
193 </File> | |
194 <File | |
195 RelativePath="passages.c"> | |
196 </File> | |
197 <File | |
198 RelativePath="player.c"> | |
199 </File> | |
200 <File | |
201 RelativePath="potions.c"> | |
202 </File> | |
203 <File | |
204 RelativePath="rings.c"> | |
205 </File> | |
206 <File | |
207 RelativePath="rip.c"> | |
208 </File> | |
209 <File | |
210 RelativePath="rogue.c"> | |
211 </File> | |
212 <File | |
213 RelativePath="rooms.c"> | |
214 </File> | |
215 <File | |
216 RelativePath="save.c"> | |
217 </File> | |
218 <File | |
219 RelativePath="scrolls.c"> | |
220 </File> | |
221 <File | |
222 RelativePath="state.c"> | |
223 </File> | |
224 <File | |
225 RelativePath="sticks.c"> | |
226 </File> | |
227 <File | |
228 RelativePath="things.c"> | |
229 </File> | |
230 <File | |
231 RelativePath="trader.c"> | |
232 </File> | |
233 <File | |
234 RelativePath="util.c"> | |
235 </File> | |
236 <File | |
237 RelativePath="vers.c"> | |
238 </File> | |
239 <File | |
240 RelativePath="weapons.c"> | |
241 </File> | |
242 <File | |
243 RelativePath="wear.c"> | |
244 </File> | |
245 <File | |
246 RelativePath="wizard.c"> | |
247 </File> | |
248 <File | |
249 RelativePath="xcrypt.c"> | |
250 </File> | |
251 </Filter> | |
252 <Filter | |
253 Name="Header Files" | |
254 Filter="h;hpp;hxx;hm;inl;inc"> | |
255 <File | |
256 RelativePath="mach_dep.h"> | |
257 </File> | |
258 <File | |
259 RelativePath="network.h"> | |
260 </File> | |
261 <File | |
262 RelativePath="rogue.h"> | |
263 </File> | |
264 </Filter> | |
265 <Filter | |
266 Name="Resource Files" | |
267 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
268 </Filter> | |
269 <File | |
270 RelativePath="LICENSE.TXT"> | |
271 </File> | |
272 <File | |
273 RelativePath="Makefile"> | |
274 </File> | |
275 </Files> | |
276 <Globals> | |
277 </Globals> | |
278 </VisualStudioProject> |