diff options
| author | Louis Bavoil <[email protected]> | 2021-04-22 17:40:25 +0200 |
|---|---|---|
| committer | Louis Bavoil <[email protected]> | 2021-04-22 17:40:25 +0200 |
| commit | ea2885cfa9e07784648a028fdd0cb48a4c85da05 (patch) | |
| tree | 2b058b3fe76e742ddaf6cdc2cc6dd123ae30514b /build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj | |
| parent | HBAO+ 4.0.0.23827312 (diff) | |
| download | hbaoplus-master.tar.xz hbaoplus-master.zip | |
Diffstat (limited to 'build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj')
| -rw-r--r-- | build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj b/build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj index bad13f4..07f5ff7 100644 --- a/build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj +++ b/build/platforms/vs2015/GFSDK_SSAO_D3D12_UWP.vcxproj @@ -54,19 +54,19 @@ <RootNamespace>GFSDK_SSAO_D3D12</RootNamespace> <AppContainerApplication>true</AppContainerApplication> <ApplicationType>Windows Store</ApplicationType> - <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> <WindowsTargetPlatformMinVersion>10.0.10586.0</WindowsTargetPlatformMinVersion> <ApplicationTypeRevision>10.0</ApplicationTypeRevision> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_MT|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <WindowsAppContainer>true</WindowsAppContainer> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_MT|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <WindowsAppContainer>true</WindowsAppContainer> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |