aboutsummaryrefslogtreecommitdiff
path: root/build/tools/ShaderBuildTool
diff options
context:
space:
mode:
authorLouis Bavoil <[email protected]>2021-04-22 17:40:25 +0200
committerLouis Bavoil <[email protected]>2021-04-22 17:40:25 +0200
commitea2885cfa9e07784648a028fdd0cb48a4c85da05 (patch)
tree2b058b3fe76e742ddaf6cdc2cc6dd123ae30514b /build/tools/ShaderBuildTool
parentHBAO+ 4.0.0.23827312 (diff)
downloadhbaoplus-master.tar.xz
hbaoplus-master.zip
Update license. Update build files to VS 2019.HEADmaster
Diffstat (limited to 'build/tools/ShaderBuildTool')
-rw-r--r--build/tools/ShaderBuildTool/ShaderBuildTool.vcxproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/tools/ShaderBuildTool/ShaderBuildTool.vcxproj b/build/tools/ShaderBuildTool/ShaderBuildTool.vcxproj
index 4976c48..0658c28 100644
--- a/build/tools/ShaderBuildTool/ShaderBuildTool.vcxproj
+++ b/build/tools/ShaderBuildTool/ShaderBuildTool.vcxproj
@@ -22,32 +22,32 @@
<ProjectGuid>{438B73C1-A960-4F8E-B23C-DB6E3AEBC0DE}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>ShaderBuildTool</RootNamespace>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v140</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>