diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-03-21 08:32:34 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-03-21 08:32:34 +0100 |
commit | a3228def1ee35d5836d380abac9f2efd5d35e67e (patch) | |
tree | 15aeca8ff0bb27f94077855bdb6be5fbcf6a6321 /StormLib_vs17_dll.vcxproj | |
parent | c00454ead06f84e6736f3ab74c3af61da65ad0d1 (diff) |
Paths for test files
Diffstat (limited to 'StormLib_vs17_dll.vcxproj')
-rw-r--r-- | StormLib_vs17_dll.vcxproj | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/StormLib_vs17_dll.vcxproj b/StormLib_vs17_dll.vcxproj index 3768b40..67c2a39 100644 --- a/StormLib_vs17_dll.vcxproj +++ b/StormLib_vs17_dll.vcxproj @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> <Configuration>Debug</Configuration> @@ -23,29 +23,30 @@ <ProjectGuid>{CB385198-50B1-4CF4-883B-11F042DED6AA}</ProjectGuid> <RootNamespace>StormLib_dll</RootNamespace> <Keyword>Win32Proj</Keyword> + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v141</PlatformToolset> + <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |