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 /samples/dual_layer/D3D11/src | |
| parent | HBAO+ 4.0.0.23827312 (diff) | |
| download | hbaoplus-master.tar.xz hbaoplus-master.zip | |
Diffstat (limited to 'samples/dual_layer/D3D11/src')
| -rw-r--r-- | samples/dual_layer/D3D11/src/DeviceManager11.h | 2 | ||||
| -rw-r--r-- | samples/dual_layer/D3D11/src/SSAO11_2015.vcxproj | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/samples/dual_layer/D3D11/src/DeviceManager11.h b/samples/dual_layer/D3D11/src/DeviceManager11.h index 4d59d95..8d1db18 100644 --- a/samples/dual_layer/D3D11/src/DeviceManager11.h +++ b/samples/dual_layer/D3D11/src/DeviceManager11.h @@ -13,7 +13,7 @@ #include <DXGI.h> #include <D3D11.h> #include <list> - +#include <string> struct DeviceCreationParameters { diff --git a/samples/dual_layer/D3D11/src/SSAO11_2015.vcxproj b/samples/dual_layer/D3D11/src/SSAO11_2015.vcxproj index b7ebaed..1fb6448 100644 --- a/samples/dual_layer/D3D11/src/SSAO11_2015.vcxproj +++ b/samples/dual_layer/D3D11/src/SSAO11_2015.vcxproj @@ -24,7 +24,7 @@ <RootNamespace> </RootNamespace> <Keyword>Win32Proj</Keyword> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration"> @@ -37,7 +37,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> @@ -47,7 +47,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> @@ -62,12 +62,12 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |