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/VideoCommon | |
| 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/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/VideoCommon.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/VideoCommon.vcxproj b/Source/Core/VideoCommon/VideoCommon.vcxproj index 467d1c29e7..becac6d09c 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcxproj +++ b/Source/Core/VideoCommon/VideoCommon.vcxproj @@ -12,12 +12,12 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{3DE9EE35-3E91-4F27-A014-2866AD8C3FE3}</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"> @@ -194,4 +194,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> +</Project>
\ No newline at end of file |
