diff options
| author | Tilka <tilkax@gmail.com> | 2018-10-20 01:14:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-20 01:14:58 +0100 |
| commit | 6119212d684ea2f7f9f6e37fe85d502d0dcf0659 (patch) | |
| tree | 39b4dd14f18e7b7714a7fd58fec7b1115e40fe47 /Source/Core/InputCommon | |
| parent | 4d62037f885683183fd4dcf516d86c939fdbad8d (diff) | |
| parent | 97cc9894e46a8200d524a6e3fad943db71cae3b5 (diff) | |
Merge pull request #7506 from Tilka/windows_sdk
Update to Visual Studio's default Windows SDK
Diffstat (limited to 'Source/Core/InputCommon')
| -rw-r--r-- | Source/Core/InputCommon/InputCommon.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/InputCommon.vcxproj b/Source/Core/InputCommon/InputCommon.vcxproj index 6d0efb2c91..0b5dc08018 100644 --- a/Source/Core/InputCommon/InputCommon.vcxproj +++ b/Source/Core/InputCommon/InputCommon.vcxproj @@ -12,7 +12,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{6BBD47CF-91FD-4077-B676-8B76980178A9}</ProjectGuid> - <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Label="Configuration"> |
