diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-12-03 13:03:49 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-03 13:03:49 +1000 |
| commit | 15fc71cfcf5f94221443aaff99ae559fa3cb4633 (patch) | |
| tree | 9f9e2ba276c727fb39995902450f3a1bc1de6e42 /Source/Core/VideoBackends/Software | |
| parent | 0f6304ad34bf7c7e826860280e92ac3dd616773f (diff) | |
| parent | 33c0abd1ab1444a70af649d80174ab8436b08300 (diff) | |
Merge pull request #8498 from stenzek/update-vs2019
Update VS projects/solutions to VS2019
Diffstat (limited to 'Source/Core/VideoBackends/Software')
| -rw-r--r-- | Source/Core/VideoBackends/Software/Software.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoBackends/Software/Software.vcxproj b/Source/Core/VideoBackends/Software/Software.vcxproj index c74aed0e0c..f4651e6908 100644 --- a/Source/Core/VideoBackends/Software/Software.vcxproj +++ b/Source/Core/VideoBackends/Software/Software.vcxproj @@ -12,12 +12,12 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{A4C423AA-F57C-46C7-A172-D1A777017D29}</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"> |
