summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-05-29 22:29:44 +0200
committerGitHub <noreply@github.com>2017-05-29 22:29:44 +0200
commitc76335eaf1bdf5606d353169872c2b53ddb0f2c5 (patch)
treeb33efa6743571800bae8690b5fd6108dc0e9ca2f /Source/Core/VideoBackends/Null
parent9b8f57725f7f1aeb366a1695fcb8673733c0ce8c (diff)
parente37ab851ad7a5243682ba1dfe019aef9a3749ac3 (diff)
Merge pull request #5484 from BhaaLseN/permissive
Windows: Enable MSVC Standards Conformance (/permissive-)
Diffstat (limited to 'Source/Core/VideoBackends/Null')
-rw-r--r--Source/Core/VideoBackends/Null/Null.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Null/Null.vcxproj b/Source/Core/VideoBackends/Null/Null.vcxproj
index f3a9f50c1b..13d92758e0 100644
--- a/Source/Core/VideoBackends/Null/Null.vcxproj
+++ b/Source/Core/VideoBackends/Null/Null.vcxproj
@@ -12,6 +12,7 @@
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{53A5391B-737E-49A8-BC8F-312ADA00736F}</ProjectGuid>
+ <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label="Configuration">