diff options
| author | Stenzek <stenzek@gmail.com> | 2019-11-07 14:42:37 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2019-11-30 13:42:52 +1000 |
| commit | dd23a1ee79697805a9a70fa1faca56135337fbf0 (patch) | |
| tree | 18019b2c7911f0336aa9a28c7b0ad80610a70f74 /Externals/cpp-optparse | |
| parent | 4a0611df5472ea58af2f7960c8fc91db56c68d5f (diff) | |
Update VS projects/solutions to VS2019
Diffstat (limited to 'Externals/cpp-optparse')
| -rw-r--r-- | Externals/cpp-optparse/cpp-optparse.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Externals/cpp-optparse/cpp-optparse.vcxproj b/Externals/cpp-optparse/cpp-optparse.vcxproj index 8e3160d1e3..22f3dd23bd 100644 --- a/Externals/cpp-optparse/cpp-optparse.vcxproj +++ b/Externals/cpp-optparse/cpp-optparse.vcxproj @@ -12,12 +12,12 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{C636D9D1-82FE-42B5-9987-63B7D4836341}</ProjectGuid> - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
