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.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.vcxproj')
| -rw-r--r-- | build/platforms/vs2015/GFSDK_SSAO_D3D12.vcxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/platforms/vs2015/GFSDK_SSAO_D3D12.vcxproj b/build/platforms/vs2015/GFSDK_SSAO_D3D12.vcxproj index bb0c40f..4d70a81 100644 --- a/build/platforms/vs2015/GFSDK_SSAO_D3D12.vcxproj +++ b/build/platforms/vs2015/GFSDK_SSAO_D3D12.vcxproj @@ -54,16 +54,16 @@ <ProjectGuid>{9E9A59CE-F50F-454A-A922-17324373A3A5}</ProjectGuid> <RootNamespace>NVUT</RootNamespace> <Keyword>Win32Proj</Keyword> - <WindowsTargetPlatformVersion>10.0.10586.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </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> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_MT|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |