diff options
| author | 2013-09-13 18:11:14 -0400 | |
|---|---|---|
| committer | 2013-09-13 18:11:14 -0400 | |
| commit | b8ca09160b39120d1f55a2016cb652810dbd5619 (patch) | |
| tree | c831cd66f94e45421f755986e2ffe8b64323d976 /vsprops/base.props | |
| parent | added scm_rev_gen project to automatically create a header with the git revis... (diff) | |
| download | yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.gz yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.tar.xz yuzu-b8ca09160b39120d1f55a2016cb652810dbd5619.zip | |
renamed project to 'citrus'
Diffstat (limited to 'vsprops/base.props')
| -rw-r--r-- | vsprops/base.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vsprops/base.props b/vsprops/base.props index 2eb647e98..a4f95a3e7 100644 --- a/vsprops/base.props +++ b/vsprops/base.props | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | <StructMemberAlignment>16Bytes</StructMemberAlignment> | 12 | <StructMemberAlignment>16Bytes</StructMemberAlignment> |
| 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\citrus\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> |