aboutsummaryrefslogtreecommitdiff
path: root/StormLib_vs15_test.vcxproj
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-03-21 08:32:34 +0100
committerLadislav Zezula <zezula@volny.cz>2020-03-21 08:32:34 +0100
commita3228def1ee35d5836d380abac9f2efd5d35e67e (patch)
tree15aeca8ff0bb27f94077855bdb6be5fbcf6a6321 /StormLib_vs15_test.vcxproj
parentc00454ead06f84e6736f3ab74c3af61da65ad0d1 (diff)
Paths for test files
Diffstat (limited to 'StormLib_vs15_test.vcxproj')
-rw-r--r--StormLib_vs15_test.vcxproj11
1 files changed, 6 insertions, 5 deletions
diff --git a/StormLib_vs15_test.vcxproj b/StormLib_vs15_test.vcxproj
index 91dc16d..efb86da 100644
--- a/StormLib_vs15_test.vcxproj
+++ b/StormLib_vs15_test.vcxproj
@@ -23,28 +23,29 @@
<ProjectGuid>{AA561A7B-26EA-49AF-90E8-C53C1FA2965D}</ProjectGuid>
<RootNamespace>StormLib_test</RootNamespace>
<Keyword>Win32Proj</Keyword>
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v140</PlatformToolset>
- <CharacterSet>MultiByte</CharacterSet>
+ <PlatformToolset>v140_xp</PlatformToolset>
+ <CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v140_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v140_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v140_xp</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />