aboutsummaryrefslogtreecommitdiff
path: root/samples/dual_layer/D3D11/src
diff options
context:
space:
mode:
Diffstat (limited to 'samples/dual_layer/D3D11/src')
-rw-r--r--samples/dual_layer/D3D11/src/DeviceManager11.h2
-rw-r--r--samples/dual_layer/D3D11/src/SSAO11_2015.vcxproj10
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" />