OSDN Git Service

upgrade to 3.6.1
[jnethack/source.git] / win / win32 / vs2017 / default.props
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <ConfigurationType>Application</ConfigurationType>
5     <UseOfMfc>false</UseOfMfc>
6     <CharacterSet>MultiByte</CharacterSet>
7     <PlatformToolset>v141</PlatformToolset>
8     <LocalDebuggerWorkingDirectory>$(BinDir)</LocalDebuggerWorkingDirectory>
9   </PropertyGroup>
10   <PropertyGroup Condition="'$(Configuration)'=='Debug'" >
11     <UseDebugLibraries>true</UseDebugLibraries>
12   </PropertyGroup>
13   <PropertyGroup Condition="'$(Configuration)'=='Release'" >
14     <UseDebugLibraries>false</UseDebugLibraries>
15     <WholeProgramOptimization>true</WholeProgramOptimization>
16   </PropertyGroup>
17
18 </Project>