summaryrefslogtreecommitdiffstats
path: root/vsprops/base.props
diff options
context:
space:
mode:
authorShizZy <shizzy@6bit.net>2013-09-05 04:09:15 +0200
committerShizZy <shizzy@6bit.net>2013-09-05 04:09:15 +0200
commit86495a83c16538ddcab7da4ea68de38ee2d1837e (patch)
tree7f6b57ca0e01e972556f335b3000e2ffac6e0b96 /vsprops/base.props
parentadded build directory to be ignored by git (diff)
downloadyuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.gz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.bz2
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.lz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.xz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.zst
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.zip
Diffstat (limited to 'vsprops/base.props')
-rw-r--r--vsprops/base.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/base.props b/vsprops/base.props
index d127e15da..2eb647e98 100644
--- a/vsprops/base.props
+++ b/vsprops/base.props
@@ -13,7 +13,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalIncludeDirectories>$(SolutionDir)src\common\src;$(SolutionDir)src\core\src;$(SolutionDir)src\akiru\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT =1</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1</PreprocessorDefinitions>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
</ClCompile>
<Link>