diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-03-25 16:39:13 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-03-25 16:39:13 +0100 |
commit | b60bc45088ffa77b00dffca928f99159cbcebd2f (patch) | |
tree | 971de9407c7cabcf09d1992ee7f8a084e5c3949a /StormLib_vs17_test.vcxproj | |
parent | 468292a0c4f0febef52337ba1f2d9e3f76ccac63 (diff) |
CheckWildCard renamed to SFileCheckWildCard to prevent conflict with CascLib
Diffstat (limited to 'StormLib_vs17_test.vcxproj')
-rw-r--r-- | StormLib_vs17_test.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/StormLib_vs17_test.vcxproj b/StormLib_vs17_test.vcxproj index 055e9ef..098627d 100644 --- a/StormLib_vs17_test.vcxproj +++ b/StormLib_vs17_test.vcxproj @@ -28,24 +28,24 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v141_xp</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |