Couple of extra nethack->anethack
[aNetHack.git] / win / win32 / vs2013 / aNetHackW.vcxproj
blob5aeec9c1f16a35472021bb261f82c6f34aa331e3
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{CEC5D360-8804-454F-8591-002184C23499}</ProjectGuid>
23 <RootNamespace>aNetHackW</RootNamespace>
24 </PropertyGroup>
25 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
27 <ConfigurationType>Application</ConfigurationType>
28 <UseOfMfc>false</UseOfMfc>
29 <CharacterSet>MultiByte</CharacterSet>
30 <PlatformToolset>v120</PlatformToolset>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseOfMfc>false</UseOfMfc>
35 <CharacterSet>MultiByte</CharacterSet>
36 <PlatformToolset>v120</PlatformToolset>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39 <ConfigurationType>Application</ConfigurationType>
40 <UseOfMfc>false</UseOfMfc>
41 <CharacterSet>MultiByte</CharacterSet>
42 <PlatformToolset>v120</PlatformToolset>
43 </PropertyGroup>
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
45 <ConfigurationType>Application</ConfigurationType>
46 <UseOfMfc>false</UseOfMfc>
47 <CharacterSet>MultiByte</CharacterSet>
48 <PlatformToolset>v120</PlatformToolset>
49 </PropertyGroup>
50 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
51 <ImportGroup Label="ExtensionSettings">
52 </ImportGroup>
53 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
54 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
56 </ImportGroup>
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
60 </ImportGroup>
61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
64 </ImportGroup>
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
68 </ImportGroup>
69 <PropertyGroup Label="UserMacros" />
70 <PropertyGroup>
71 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Release\</OutDir>
73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\Release\</OutDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\$(ConfigurationName)\$(ProjectName)\</IntDir>
75 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\$(ConfigurationName)\$(ProjectName)\</IntDir>
76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
79 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\Debug\</OutDir>
80 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\$(ProjectName)\</IntDir>
81 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\Debug\$(ProjectName)\</IntDir>
82 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
83 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
84 </PropertyGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86 <Midl>
87 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88 <MkTypLibCompatible>true</MkTypLibCompatible>
89 <SuppressStartupBanner>true</SuppressStartupBanner>
90 <TargetEnvironment>Win32</TargetEnvironment>
91 <TypeLibraryName>.\Release/aNetHackW.tlb</TypeLibraryName>
92 <HeaderFileName>
93 </HeaderFileName>
94 </Midl>
95 <ClCompile>
96 <AdditionalOptions>/Gs /Oi- /FS %(AdditionalOptions)</AdditionalOptions>
97 <Optimization>Disabled</Optimization>
98 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
99 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
100 <OmitFramePointers>true</OmitFramePointers>
101 <AdditionalIncludeDirectories>..\win\win32;..\include;..\sys\winnt;..\sys\share;..\win\share;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
102 <PreprocessorDefinitions>TILES;MSWIN_GRAPHICS;WIN32CONNDEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
103 <StringPooling>true</StringPooling>
104 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
105 <FunctionLevelLinking>true</FunctionLevelLinking>
106 <PrecompiledHeaderOutputFile>.\Release/aNetHackW.pch</PrecompiledHeaderOutputFile>
107 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
108 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
109 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
110 <WarningLevel>Level3</WarningLevel>
111 <SuppressStartupBanner>true</SuppressStartupBanner>
112 <MultiProcessorCompilation>false</MultiProcessorCompilation>
113 </ClCompile>
114 <ResourceCompile>
115 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116 <Culture>0x0409</Culture>
117 </ResourceCompile>
118 <Link>
119 <AdditionalOptions>/MAPINFO:EXPORTS %(AdditionalOptions)</AdditionalOptions>
120 <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
121 <SuppressStartupBanner>true</SuppressStartupBanner>
122 <GenerateDebugInformation>true</GenerateDebugInformation>
123 <ProgramDatabaseFile>.\Release/aNetHackW.pdb</ProgramDatabaseFile>
124 <GenerateMapFile>true</GenerateMapFile>
125 <MapFileName>.\Release/aNetHackW.map</MapFileName>
126 <SubSystem>Windows</SubSystem>
127 <RandomizedBaseAddress>false</RandomizedBaseAddress>
128 <DataExecutionPrevention>
129 </DataExecutionPrevention>
130 <TargetMachine>MachineX86</TargetMachine>
131 </Link>
132 <Bscmake>
133 <SuppressStartupBanner>true</SuppressStartupBanner>
134 <OutputFile>.\Release/aNetHackW.bsc</OutputFile>
135 </Bscmake>
136 <PostBuildEvent>
137 <Message>Install exe</Message>
138 <Command>copy $(OutDir)aNetHackW.exe ..\binary
139 copy ..\dat\anhdat ..\binary
140 copy ..\dat\license ..\binary
141 copy ..\dat\symbols ..\binary
142 if NOT exist ..\binary\sysconf copy ..\sys\winnt\sysconf ..\binary\sysconf
143 if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt
144 if exist ..\doc\anethack.txt copy ..\doc\anethack.txt ..\binary\aNetHack.txt
145 copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
146 if NOT exist ..\binary\record copy ..\win\win32\record ..\binary\record
147 </Command>
148 </PostBuildEvent>
149 </ItemDefinitionGroup>
150 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151 <Midl>
152 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153 <MkTypLibCompatible>true</MkTypLibCompatible>
154 <SuppressStartupBanner>true</SuppressStartupBanner>
155 <TypeLibraryName>.\Release/aNetHackW.tlb</TypeLibraryName>
156 <HeaderFileName>
157 </HeaderFileName>
158 </Midl>
159 <ClCompile>
160 <AdditionalOptions>/Gs /Oi- /FS %(AdditionalOptions)</AdditionalOptions>
161 <Optimization>Disabled</Optimization>
162 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
163 <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
164 <OmitFramePointers>true</OmitFramePointers>
165 <AdditionalIncludeDirectories>..\win\win32;..\include;..\sys\winnt;..\sys\share;..\win\share;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
166 <PreprocessorDefinitions>TILES;MSWIN_GRAPHICS;WIN32CONNDEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
167 <StringPooling>true</StringPooling>
168 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
169 <FunctionLevelLinking>true</FunctionLevelLinking>
170 <PrecompiledHeaderOutputFile>.\Release/aNetHackW.pch</PrecompiledHeaderOutputFile>
171 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
172 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
173 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
174 <WarningLevel>Level3</WarningLevel>
175 <SuppressStartupBanner>true</SuppressStartupBanner>
176 <MultiProcessorCompilation>false</MultiProcessorCompilation>
177 </ClCompile>
178 <ResourceCompile>
179 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
180 <Culture>0x0409</Culture>
181 </ResourceCompile>
182 <Link>
183 <AdditionalOptions>/MAPINFO:EXPORTS %(AdditionalOptions)</AdditionalOptions>
184 <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
185 <SuppressStartupBanner>true</SuppressStartupBanner>
186 <GenerateDebugInformation>true</GenerateDebugInformation>
187 <ProgramDatabaseFile>.\Release/aNetHackW.pdb</ProgramDatabaseFile>
188 <GenerateMapFile>true</GenerateMapFile>
189 <MapFileName>.\Release/aNetHackW.map</MapFileName>
190 <SubSystem>Windows</SubSystem>
191 <RandomizedBaseAddress>false</RandomizedBaseAddress>
192 <DataExecutionPrevention>
193 </DataExecutionPrevention>
194 </Link>
195 <Bscmake>
196 <SuppressStartupBanner>true</SuppressStartupBanner>
197 <OutputFile>.\Release/aNetHackW.bsc</OutputFile>
198 </Bscmake>
199 <PostBuildEvent>
200 <Message>Install exe</Message>
201 <Command>copy $(OutDir)aNetHackW.exe ..\binary
202 copy ..\dat\anhdat ..\binary
203 copy ..\dat\license ..\binary
204 copy ..\dat\symbols ..\binary
205 if NOT exist ..\binary\sysconf copy ..\sys\winnt\sysconf ..\binary\sysconf
206 if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt
207 if exist ..\doc\anethack.txt copy ..\doc\anethack.txt ..\binary\aNetHack.txt
208 copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
209 if NOT exist ..\binary\record copy ..\win\win32\record ..\binary\record
210 </Command>
211 </PostBuildEvent>
212 </ItemDefinitionGroup>
213 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
214 <Midl>
215 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
216 <MkTypLibCompatible>true</MkTypLibCompatible>
217 <SuppressStartupBanner>true</SuppressStartupBanner>
218 <TargetEnvironment>Win32</TargetEnvironment>
219 <TypeLibraryName>.\Debug/aNetHackW.tlb</TypeLibraryName>
220 <HeaderFileName>
221 </HeaderFileName>
222 </Midl>
223 <ClCompile>
224 <Optimization>Disabled</Optimization>
225 <AdditionalIncludeDirectories>..\win\win32;..\include;..\sys\winnt;..\sys\share;..\win\share;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
226 <PreprocessorDefinitions>TILES;MSWIN_GRAPHICS;WIN32CON_DEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
227 <MinimalRebuild>true</MinimalRebuild>
228 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
229 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
230 <PrecompiledHeaderOutputFile>.\Debug/aNetHackW.pch</PrecompiledHeaderOutputFile>
231 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
232 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
233 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
234 <WarningLevel>Level3</WarningLevel>
235 <SuppressStartupBanner>true</SuppressStartupBanner>
236 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
237 <MultiProcessorCompilation>false</MultiProcessorCompilation>
238 <AdditionalOptions>/Gs /Oi- /FS %(AdditionalOptions)</AdditionalOptions>
239 </ClCompile>
240 <ResourceCompile>
241 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
242 <Culture>0x0409</Culture>
243 </ResourceCompile>
244 <Link>
245 <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
246 <SuppressStartupBanner>true</SuppressStartupBanner>
247 <GenerateDebugInformation>true</GenerateDebugInformation>
248 <ProgramDatabaseFile>.\$(ConfigurationName)\$(ProjectName)\</ProgramDatabaseFile>
249 <SubSystem>Windows</SubSystem>
250 <RandomizedBaseAddress>false</RandomizedBaseAddress>
251 <DataExecutionPrevention>
252 </DataExecutionPrevention>
253 <TargetMachine>MachineX86</TargetMachine>
254 <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
255 </Link>
256 <Bscmake>
257 <SuppressStartupBanner>true</SuppressStartupBanner>
258 <OutputFile>.\Debug/aNetHackW.bsc</OutputFile>
259 </Bscmake>
260 <PostBuildEvent>
261 <Message>Install exe</Message>
262 <Command>if NOT exist ..\binary\*.* mkdir ..\binary
263 copy $(OutDir)aNetHackW.exe ..\binary
264 copy ..\dat\anhdat ..\binary
265 copy ..\dat\license ..\binary
266 copy ..\dat\symbols ..\binary
267 if NOT exist ..\binary\sysconf copy ..\sys\winnt\sysconf ..\binary\sysconf
268 if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt
269 if exist ..\doc\anethack.txt copy ..\doc\anethack.txt ..\binary\aNetHack.txt
270 copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
271 if NOT exist ..\binary\record copy ..\win\win32\record ..\binary\record
272 </Command>
273 </PostBuildEvent>
274 </ItemDefinitionGroup>
275 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
276 <Midl>
277 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
278 <MkTypLibCompatible>true</MkTypLibCompatible>
279 <SuppressStartupBanner>true</SuppressStartupBanner>
280 <TypeLibraryName>.\Debug/aNetHackW.tlb</TypeLibraryName>
281 <HeaderFileName>
282 </HeaderFileName>
283 </Midl>
284 <ClCompile>
285 <Optimization>Disabled</Optimization>
286 <AdditionalIncludeDirectories>..\win\win32;..\include;..\sys\winnt;..\sys\share;..\win\share;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
287 <PreprocessorDefinitions>TILES;MSWIN_GRAPHICS;WIN32CON_DEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
288 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
289 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
290 <PrecompiledHeaderOutputFile>.\Debug/aNetHackW.pch</PrecompiledHeaderOutputFile>
291 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
292 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
293 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
294 <WarningLevel>Level3</WarningLevel>
295 <SuppressStartupBanner>true</SuppressStartupBanner>
296 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
297 <MultiProcessorCompilation>false</MultiProcessorCompilation>
298 <AdditionalOptions>/Gs /Oi- /FS %(AdditionalOptions)</AdditionalOptions>
299 </ClCompile>
300 <ResourceCompile>
301 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
302 <Culture>0x0409</Culture>
303 </ResourceCompile>
304 <Link>
305 <AdditionalDependencies>comctl32.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
306 <SuppressStartupBanner>true</SuppressStartupBanner>
307 <GenerateDebugInformation>true</GenerateDebugInformation>
308 <ProgramDatabaseFile>.\$(ConfigurationName)\$(ProjectName)\</ProgramDatabaseFile>
309 <SubSystem>Windows</SubSystem>
310 <RandomizedBaseAddress>false</RandomizedBaseAddress>
311 <DataExecutionPrevention>
312 </DataExecutionPrevention>
313 <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
314 </Link>
315 <Bscmake>
316 <SuppressStartupBanner>true</SuppressStartupBanner>
317 <OutputFile>.\Debug/aNetHackW.bsc</OutputFile>
318 </Bscmake>
319 <PostBuildEvent>
320 <Message>Install exe</Message>
321 <Command>if NOT exist ..\binary\*.* mkdir ..\binary
322 copy $(OutDir)aNetHackW.exe ..\binary
323 copy ..\dat\anhdat ..\binary
324 copy ..\dat\license ..\binary
325 copy ..\dat\symbols ..\binary
326 if NOT exist ..\binary\sysconf copy ..\sys\winnt\sysconf ..\binary\sysconf
327 if exist ..\doc\Guidebook.txt copy ..\doc\Guidebook.txt ..\binary\Guidebook.txt
328 if exist ..\doc\anethack.txt copy ..\doc\anethack.txt ..\binary\aNetHack.txt
329 copy ..\sys\winnt\defaults.nh ..\binary\defaults.nh
330 if NOT exist ..\binary\record copy ..\win\win32\record ..\binary\record
331 </Command>
332 </PostBuildEvent>
333 </ItemDefinitionGroup>
334 <ItemGroup>
335 <ClCompile Include="..\src\allmain.c" />
336 <ClCompile Include="..\src\alloc.c" />
337 <ClCompile Include="..\src\apply.c" />
338 <ClCompile Include="..\src\artifact.c" />
339 <ClCompile Include="..\src\attrib.c" />
340 <ClCompile Include="..\src\ball.c" />
341 <ClCompile Include="..\src\bones.c" />
342 <ClCompile Include="..\src\botl.c" />
343 <ClCompile Include="..\src\cmd.c" />
344 <ClCompile Include="..\src\dbridge.c" />
345 <ClCompile Include="..\src\decl.c" />
346 <ClCompile Include="..\src\detect.c" />
347 <ClCompile Include="..\src\dig.c" />
348 <ClCompile Include="..\src\display.c" />
349 <ClCompile Include="..\src\dlb.c" />
350 <ClCompile Include="..\src\do.c" />
351 <ClCompile Include="..\src\dog.c" />
352 <ClCompile Include="..\src\dogmove.c" />
353 <ClCompile Include="..\src\dokick.c" />
354 <ClCompile Include="..\src\dothrow.c" />
355 <ClCompile Include="..\src\do_name.c" />
356 <ClCompile Include="..\src\do_wear.c" />
357 <ClCompile Include="..\src\drawing.c" />
358 <ClCompile Include="..\src\dungeon.c" />
359 <ClCompile Include="..\src\eat.c" />
360 <ClCompile Include="..\src\end.c" />
361 <ClCompile Include="..\src\engrave.c" />
362 <ClCompile Include="..\src\exper.c" />
363 <ClCompile Include="..\src\explode.c" />
364 <ClCompile Include="..\src\extralev.c" />
365 <ClCompile Include="..\src\files.c" />
366 <ClCompile Include="..\src\fountain.c" />
367 <ClCompile Include="..\src\hack.c" />
368 <ClCompile Include="..\src\hacklib.c" />
369 <ClCompile Include="..\src\invent.c" />
370 <ClCompile Include="..\src\light.c" />
371 <ClCompile Include="..\src\lock.c" />
372 <ClCompile Include="..\src\mail.c" />
373 <ClCompile Include="..\src\makemon.c" />
374 <ClCompile Include="..\src\mapglyph.c" />
375 <ClCompile Include="..\src\mcastu.c" />
376 <ClCompile Include="..\src\mhitm.c" />
377 <ClCompile Include="..\src\mhitu.c" />
378 <ClCompile Include="..\src\minion.c" />
379 <ClCompile Include="..\src\mklev.c" />
380 <ClCompile Include="..\src\mkmap.c" />
381 <ClCompile Include="..\src\mkmaze.c" />
382 <ClCompile Include="..\src\mkobj.c" />
383 <ClCompile Include="..\src\mkroom.c" />
384 <ClCompile Include="..\src\mon.c" />
385 <ClCompile Include="..\src\mondata.c" />
386 <ClCompile Include="..\src\monmove.c" />
387 <ClCompile Include="..\src\monst.c" />
388 <ClCompile Include="..\src\monstr.c" />
389 <ClCompile Include="..\src\mplayer.c" />
390 <ClCompile Include="..\src\mthrowu.c" />
391 <ClCompile Include="..\src\muse.c" />
392 <ClCompile Include="..\src\music.c" />
393 <ClCompile Include="..\src\objects.c" />
394 <ClCompile Include="..\src\objnam.c" />
395 <ClCompile Include="..\src\options.c" />
396 <ClCompile Include="..\src\o_init.c" />
397 <ClCompile Include="..\src\pager.c" />
398 <ClCompile Include="..\src\pickup.c" />
399 <ClCompile Include="..\src\pline.c" />
400 <ClCompile Include="..\src\polyself.c" />
401 <ClCompile Include="..\src\potion.c" />
402 <ClCompile Include="..\src\pray.c" />
403 <ClCompile Include="..\src\priest.c" />
404 <ClCompile Include="..\src\quest.c" />
405 <ClCompile Include="..\src\questpgr.c" />
406 <ClCompile Include="..\src\read.c" />
407 <ClCompile Include="..\src\rect.c" />
408 <ClCompile Include="..\src\region.c" />
409 <ClCompile Include="..\src\restore.c" />
410 <ClCompile Include="..\src\rip.c" />
411 <ClCompile Include="..\src\rnd.c" />
412 <ClCompile Include="..\src\role.c" />
413 <ClCompile Include="..\src\rumors.c" />
414 <ClCompile Include="..\src\save.c" />
415 <ClCompile Include="..\src\shk.c" />
416 <ClCompile Include="..\src\shknam.c" />
417 <ClCompile Include="..\src\sit.c" />
418 <ClCompile Include="..\src\sounds.c" />
419 <ClCompile Include="..\src\spell.c" />
420 <ClCompile Include="..\src\sp_lev.c" />
421 <ClCompile Include="..\src\steal.c" />
422 <ClCompile Include="..\src\steed.c" />
423 <ClCompile Include="..\src\sys.c" />
424 <ClCompile Include="..\src\teleport.c" />
425 <ClCompile Include="..\src\tile.c" />
426 <ClCompile Include="..\src\timeout.c" />
427 <ClCompile Include="..\src\topten.c" />
428 <ClCompile Include="..\src\track.c" />
429 <ClCompile Include="..\src\trap.c" />
430 <ClCompile Include="..\src\uhitm.c" />
431 <ClCompile Include="..\src\u_init.c" />
432 <ClCompile Include="..\src\vault.c" />
433 <ClCompile Include="..\src\version.c" />
434 <ClCompile Include="..\src\vision.c" />
435 <ClCompile Include="..\src\vis_tab.c" />
436 <ClCompile Include="..\src\weapon.c" />
437 <ClCompile Include="..\src\were.c" />
438 <ClCompile Include="..\src\wield.c" />
439 <ClCompile Include="..\src\windows.c" />
440 <ClCompile Include="..\src\wizard.c" />
441 <ClCompile Include="..\src\worm.c" />
442 <ClCompile Include="..\src\worn.c" />
443 <ClCompile Include="..\src\write.c" />
444 <ClCompile Include="..\src\zap.c" />
445 <ClCompile Include="..\sys\share\cppregex.cpp" />
446 <ClCompile Include="..\sys\share\nhlan.c" />
447 <ClCompile Include="..\sys\share\pcmain.c" />
448 <ClCompile Include="..\sys\share\pcsys.c" />
449 <ClCompile Include="..\sys\share\pcunix.c" />
450 <ClCompile Include="..\sys\share\random.c" />
451 <ClCompile Include="..\sys\winnt\ntsound.c" />
452 <ClCompile Include="..\sys\winnt\stubs.c">
453 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TTYSTUB; _DEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
454 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TTYSTUB;NDEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
455 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TTYSTUB; _DEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
456 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TTYSTUB;NDEBUG;WIN32;_WINDOWS;DLB;MSWIN_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
457 </ClCompile>
458 <ClCompile Include="..\sys\winnt\winnt.c" />
459 <ClCompile Include="..\win\win32\mhaskyn.c" />
460 <ClCompile Include="..\win\win32\mhdlg.c" />
461 <ClCompile Include="..\win\win32\mhfont.c" />
462 <ClCompile Include="..\win\win32\mhinput.c" />
463 <ClCompile Include="..\win\win32\mhmain.c" />
464 <ClCompile Include="..\win\win32\mhmap.c" />
465 <ClCompile Include="..\win\win32\mhmenu.c" />
466 <ClCompile Include="..\win\win32\mhmsgwnd.c" />
467 <ClCompile Include="..\win\win32\mhrip.c" />
468 <ClCompile Include="..\win\win32\mhsplash.c" />
469 <ClCompile Include="..\win\win32\mhstatus.c" />
470 <ClCompile Include="..\win\win32\mhtext.c" />
471 <ClCompile Include="..\win\win32\mswproc.c" />
472 <ClCompile Include="..\win\win32\winhack.c" />
473 </ItemGroup>
474 <ItemGroup>
475 <ProjectReference Include="dgncomp.vcxproj">
476 <Project>{8a3f81c7-2968-49a8-86bf-2669412ad7de}</Project>
477 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
478 </ProjectReference>
479 <ProjectReference Include="dlb_main.vcxproj">
480 <Project>{0303a585-3f83-4bb7-af6b-1e12c8fb54ac}</Project>
481 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
482 </ProjectReference>
483 <ProjectReference Include="levcomp.vcxproj">
484 <Project>{9dd9c52e-e8c9-4533-bd22-83c055c0aaba}</Project>
485 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
486 </ProjectReference>
487 <ProjectReference Include="makedefs.vcxproj">
488 <Project>{ba3dd34c-04b7-40d0-b373-9329aa9e8945}</Project>
489 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
490 </ProjectReference>
491 <ProjectReference Include="tilemap.vcxproj">
492 <Project>{93f10526-209e-41d7-bbea-775787876895}</Project>
493 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
494 </ProjectReference>
495 <ProjectReference Include="tiles.vcxproj">
496 <Project>{55946465-fc65-47b3-bb48-742c7694c0d6}</Project>
497 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
498 <Private>false</Private>
499 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
500 <LinkLibraryDependencies>true</LinkLibraryDependencies>
501 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
502 </ProjectReference>
503 <ProjectReference Include="uudecode.vcxproj">
504 <Project>{63f9b82b-f589-4082-abe5-d4f0682050ab}</Project>
505 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
506 </ProjectReference>
507 </ItemGroup>
508 <ItemGroup>
509 <ResourceCompile Include="..\win\win32\winhack.rc" />
510 </ItemGroup>
511 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
512 <ImportGroup Label="ExtensionTargets">
513 </ImportGroup>
514 </Project>