OSDN Git Service

adjust for patch
[jnethack/source.git] / win / win32 / vs2015 / default_dll.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>DynamicLibrary</ConfigurationType>
5     <UseOfMfc>false</UseOfMfc>
6     <CharacterSet>MultiByte</CharacterSet>
7     <PlatformToolset>v140</PlatformToolset>
8   </PropertyGroup> 
9   <PropertyGroup Condition="'$(Configuration)'=='Debug'" >
10     <UseDebugLibraries>true</UseDebugLibraries>
11   </PropertyGroup>
12   <PropertyGroup Condition="'$(Configuration)'=='Release'" >
13     <UseDebugLibraries>false</UseDebugLibraries>
14     <WholeProgramOptimization>true</WholeProgramOptimization>
15   </PropertyGroup>
16
17 </Project>