summaryrefslogtreecommitdiff
path: root/vsprops/base.props
diff options
context:
space:
mode:
authorGravatar ShizZy2013-09-04 22:09:15 -0400
committerGravatar ShizZy2013-09-04 22:09:15 -0400
commit86495a83c16538ddcab7da4ea68de38ee2d1837e (patch)
tree7f6b57ca0e01e972556f335b3000e2ffac6e0b96 /vsprops/base.props
parentadded build directory to be ignored by git (diff)
downloadyuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.gz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.tar.xz
yuzu-86495a83c16538ddcab7da4ea68de38ee2d1837e.zip
various fixes to be able to build project
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 @@
13 <FunctionLevelLinking>true</FunctionLevelLinking> 13 <FunctionLevelLinking>true</FunctionLevelLinking>
14 <MultiProcessorCompilation>true</MultiProcessorCompilation> 14 <MultiProcessorCompilation>true</MultiProcessorCompilation>
15 <AdditionalIncludeDirectories>$(SolutionDir)src\common\src;$(SolutionDir)src\core\src;$(SolutionDir)src\akiru\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> 15 <AdditionalIncludeDirectories>$(SolutionDir)src\common\src;$(SolutionDir)src\core\src;$(SolutionDir)src\akiru\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
16 <PreprocessorDefinitions>_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT =1</PreprocessorDefinitions> 16 <PreprocessorDefinitions>_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT=1</PreprocessorDefinitions>
17 <RuntimeTypeInfo>false</RuntimeTypeInfo> 17 <RuntimeTypeInfo>false</RuntimeTypeInfo>
18 </ClCompile> 18 </ClCompile>
19 <Link> 19 <Link>