|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations">
|
4 | 4 | <ProjectConfiguration Include="Debug|Win32">
|
5 | 5 | <Configuration>Debug</Configuration>
|
|
21 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
22 | 22 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
23 | 23 | <UseDebugLibraries>true</UseDebugLibraries>
|
24 |
| - <PlatformToolset>v140</PlatformToolset> |
| 24 | + <PlatformToolset>v141</PlatformToolset> |
25 | 25 | <CharacterSet>MultiByte</CharacterSet>
|
26 | 26 | </PropertyGroup>
|
27 | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
28 | 28 | <ConfigurationType>DynamicLibrary</ConfigurationType>
|
29 | 29 | <UseDebugLibraries>false</UseDebugLibraries>
|
30 |
| - <PlatformToolset>v140</PlatformToolset> |
| 30 | + <PlatformToolset>v141</PlatformToolset> |
31 | 31 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
32 | 32 | <CharacterSet>MultiByte</CharacterSet>
|
33 | 33 | </PropertyGroup>
|
|
72 | 72 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
73 | 73 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
74 | 74 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
75 |
| - <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
| 75 | + <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
76 | 76 | </ClCompile>
|
77 | 77 | <Link>
|
78 | 78 | <SubSystem>Windows</SubSystem>
|
|
0 commit comments