NHDT->ANH, nethack->anethack, nhdat->anhdat
[aNetHack.git] / win / win32 / vs2013 / recover.vcxproj
blob0915dc770fdcd55275620a3ee9bdd0a91d25f57f
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>{2F35F228-6733-4FE5-9B46-B3AA10D4BC2E}</ProjectGuid>
23 </PropertyGroup>
24 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>Application</ConfigurationType>
27 <UseOfMfc>false</UseOfMfc>
28 <CharacterSet>MultiByte</CharacterSet>
29 <PlatformToolset>v120</PlatformToolset>
30 </PropertyGroup>
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
32 <ConfigurationType>Application</ConfigurationType>
33 <UseOfMfc>false</UseOfMfc>
34 <CharacterSet>MultiByte</CharacterSet>
35 <PlatformToolset>v120</PlatformToolset>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
38 <ConfigurationType>Application</ConfigurationType>
39 <UseOfMfc>false</UseOfMfc>
40 <CharacterSet>MultiByte</CharacterSet>
41 <PlatformToolset>v120</PlatformToolset>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseOfMfc>false</UseOfMfc>
46 <CharacterSet>MultiByte</CharacterSet>
47 <PlatformToolset>v120</PlatformToolset>
48 </PropertyGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
51 </ImportGroup>
52 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
63 </ImportGroup>
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66 <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup>
70 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\..\util\</OutDir>
72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\..\util\</OutDir>
73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\$(ProjectName)\</IntDir>
74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\Debug\$(ProjectName)\</IntDir>
75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
76 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
77 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\..\util\</OutDir>
78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\..\util\</OutDir>
79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\$(ConfigurationName)\$(ProjectName)\</IntDir>
80 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\$(ConfigurationName)\$(ProjectName)\</IntDir>
81 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
82 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
83 </PropertyGroup>
84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
85 <Midl>
86 <TypeLibraryName>.\Debug/recover.tlb</TypeLibraryName>
87 <HeaderFileName>
88 </HeaderFileName>
89 </Midl>
90 <ClCompile>
91 <Optimization>Disabled</Optimization>
92 <AdditionalIncludeDirectories>..\include;..\sys\winnt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
93 <PreprocessorDefinitions>_DEBUG;WIN32;_CONSOLE;WIN32CON;DLB;MSWIN_GRAPHICS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
94 <MinimalRebuild>true</MinimalRebuild>
95 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
96 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
97 <PrecompiledHeaderOutputFile>.\Debug/recover.pch</PrecompiledHeaderOutputFile>
98 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
99 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
100 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
101 <WarningLevel>Level3</WarningLevel>
102 <SuppressStartupBanner>true</SuppressStartupBanner>
103 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
104 <MultiProcessorCompilation>false</MultiProcessorCompilation>
105 <AdditionalOptions>/FS %(AdditionalOptions)</AdditionalOptions>
106 </ClCompile>
107 <ResourceCompile>
108 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109 <Culture>0x1009</Culture>
110 </ResourceCompile>
111 <Link>
112 <SuppressStartupBanner>true</SuppressStartupBanner>
113 <GenerateDebugInformation>true</GenerateDebugInformation>
114 <ProgramDatabaseFile>.\$(ConfigurationName)\$(ProjectName)\</ProgramDatabaseFile>
115 <SubSystem>Console</SubSystem>
116 <RandomizedBaseAddress>false</RandomizedBaseAddress>
117 <DataExecutionPrevention>
118 </DataExecutionPrevention>
119 <TargetMachine>MachineX86</TargetMachine>
120 <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
121 </Link>
122 <Bscmake>
123 <SuppressStartupBanner>true</SuppressStartupBanner>
124 <OutputFile>.\Debug/recover.bsc</OutputFile>
125 </Bscmake>
126 <PostBuildEvent>
127 <Message>install exe</Message>
128 <Command>copy $(OutDir)recover.exe ..\binary
129 if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt
130 </Command>
131 </PostBuildEvent>
132 </ItemDefinitionGroup>
133 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
134 <Midl>
135 <TypeLibraryName>.\Debug/recover.tlb</TypeLibraryName>
136 <HeaderFileName>
137 </HeaderFileName>
138 </Midl>
139 <ClCompile>
140 <Optimization>Disabled</Optimization>
141 <AdditionalIncludeDirectories>..\include;..\sys\winnt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
142 <PreprocessorDefinitions>_DEBUG;WIN32;_CONSOLE;WIN32CON;DLB;MSWIN_GRAPHICS;_CRT_SECURE_NO_DEPRECATE;_SCL_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
144 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
145 <PrecompiledHeaderOutputFile>.\Debug/recover.pch</PrecompiledHeaderOutputFile>
146 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
147 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
148 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
149 <WarningLevel>Level3</WarningLevel>
150 <SuppressStartupBanner>true</SuppressStartupBanner>
151 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
152 <MultiProcessorCompilation>false</MultiProcessorCompilation>
153 <AdditionalOptions>/FS %(AdditionalOptions)</AdditionalOptions>
154 </ClCompile>
155 <ResourceCompile>
156 <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157 <Culture>0x1009</Culture>
158 </ResourceCompile>
159 <Link>
160 <SuppressStartupBanner>true</SuppressStartupBanner>
161 <GenerateDebugInformation>true</GenerateDebugInformation>
162 <ProgramDatabaseFile>.\$(ConfigurationName)\$(ProjectName)\</ProgramDatabaseFile>
163 <SubSystem>Console</SubSystem>
164 <RandomizedBaseAddress>false</RandomizedBaseAddress>
165 <DataExecutionPrevention>
166 </DataExecutionPrevention>
167 <AdditionalOptions>/SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
168 </Link>
169 <Bscmake>
170 <SuppressStartupBanner>true</SuppressStartupBanner>
171 <OutputFile>.\Debug/recover.bsc</OutputFile>
172 </Bscmake>
173 <PostBuildEvent>
174 <Message>install exe</Message>
175 <Command>copy $(OutDir)recover.exe ..\binary
176 if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt
177 </Command>
178 </PostBuildEvent>
179 </ItemDefinitionGroup>
180 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
181 <Midl>
182 <TypeLibraryName>.\Release/recover.tlb</TypeLibraryName>
183 <HeaderFileName>
184 </HeaderFileName>
185 </Midl>
186 <ClCompile>
187 <Optimization>MaxSpeed</Optimization>
188 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
189 <AdditionalIncludeDirectories>..\include;..\sys\winnt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
190 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;WIN32CON;DLB;MSWIN_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
191 <StringPooling>true</StringPooling>
192 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
193 <FunctionLevelLinking>true</FunctionLevelLinking>
194 <PrecompiledHeaderOutputFile>.\Release/recover.pch</PrecompiledHeaderOutputFile>
195 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
196 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
197 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
198 <WarningLevel>Level3</WarningLevel>
199 <SuppressStartupBanner>true</SuppressStartupBanner>
200 <MultiProcessorCompilation>false</MultiProcessorCompilation>
201 <AdditionalOptions>/FS %(AdditionalOptions)</AdditionalOptions>
202 </ClCompile>
203 <ResourceCompile>
204 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
205 <Culture>0x1009</Culture>
206 </ResourceCompile>
207 <Link>
208 <SuppressStartupBanner>true</SuppressStartupBanner>
209 <ProgramDatabaseFile>.\Release/recover.pdb</ProgramDatabaseFile>
210 <SubSystem>Console</SubSystem>
211 <RandomizedBaseAddress>false</RandomizedBaseAddress>
212 <DataExecutionPrevention>
213 </DataExecutionPrevention>
214 <TargetMachine>MachineX86</TargetMachine>
215 </Link>
216 <Bscmake>
217 <SuppressStartupBanner>true</SuppressStartupBanner>
218 <OutputFile>.\Release/recover.bsc</OutputFile>
219 </Bscmake>
220 <PostBuildEvent>
221 <Command>copy $(OutDir)recover.exe ..\binary
222 if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt
223 </Command>
224 </PostBuildEvent>
225 </ItemDefinitionGroup>
226 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
227 <Midl>
228 <TypeLibraryName>.\Release/recover.tlb</TypeLibraryName>
229 <HeaderFileName>
230 </HeaderFileName>
231 </Midl>
232 <ClCompile>
233 <Optimization>MaxSpeed</Optimization>
234 <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
235 <AdditionalIncludeDirectories>..\include;..\sys\winnt;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
236 <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;WIN32CON;DLB;MSWIN_GRAPHICS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
237 <StringPooling>true</StringPooling>
238 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
239 <FunctionLevelLinking>true</FunctionLevelLinking>
240 <PrecompiledHeaderOutputFile>.\Release/recover.pch</PrecompiledHeaderOutputFile>
241 <AssemblerListingLocation>.\$(ConfigurationName)\$(ProjectName)\</AssemblerListingLocation>
242 <ObjectFileName>.\$(ConfigurationName)\$(ProjectName)\</ObjectFileName>
243 <ProgramDataBaseFileName>.\$(ConfigurationName)\$(ProjectName)\</ProgramDataBaseFileName>
244 <WarningLevel>Level3</WarningLevel>
245 <SuppressStartupBanner>true</SuppressStartupBanner>
246 <MultiProcessorCompilation>false</MultiProcessorCompilation>
247 <AdditionalOptions>/FS %(AdditionalOptions)</AdditionalOptions>
248 </ClCompile>
249 <ResourceCompile>
250 <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
251 <Culture>0x1009</Culture>
252 </ResourceCompile>
253 <Link>
254 <SuppressStartupBanner>true</SuppressStartupBanner>
255 <ProgramDatabaseFile>.\Release/recover.pdb</ProgramDatabaseFile>
256 <SubSystem>Console</SubSystem>
257 <RandomizedBaseAddress>false</RandomizedBaseAddress>
258 <DataExecutionPrevention>
259 </DataExecutionPrevention>
260 </Link>
261 <Bscmake>
262 <SuppressStartupBanner>true</SuppressStartupBanner>
263 <OutputFile>.\Release/recover.bsc</OutputFile>
264 </Bscmake>
265 <PostBuildEvent>
266 <Command>copy $(OutDir)recover.exe ..\binary
267 if exist ..\doc\recover.txt copy ..\doc\recover.txt ..\binary\recover.txt
268 </Command>
269 </PostBuildEvent>
270 </ItemDefinitionGroup>
271 <ItemGroup>
272 <ClCompile Include="..\util\recover.c">
273 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
274 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
275 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
276 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
277 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
278 <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
279 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
280 <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
281 </ClCompile>
282 </ItemGroup>
283 <ItemGroup>
284 <ClInclude Include="..\include\config.h" />
285 <ClInclude Include="..\include\config1.h" />
286 <ClInclude Include="..\include\coord.h" />
287 <ClInclude Include="..\include\global.h" />
288 <ClInclude Include="..\include\nhlan.h" />
289 <ClInclude Include="..\include\ntconf.h" />
290 <ClInclude Include="..\include\tradstdc.h" />
291 <ClInclude Include="..\sys\winnt\win32api.h" />
292 </ItemGroup>
293 <ItemGroup>
294 <ProjectReference Include="dlb_main.vcxproj">
295 <Project>{0303a585-3f83-4bb7-af6b-1e12c8fb54ac}</Project>
296 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
297 </ProjectReference>
298 <ProjectReference Include="makedefs.vcxproj">
299 <Project>{ba3dd34c-04b7-40d0-b373-9329aa9e8945}</Project>
300 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
301 </ProjectReference>
302 </ItemGroup>
303 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
304 <ImportGroup Label="ExtensionTargets">
305 </ImportGroup>
306 </Project>