source: dev/trunk/ab5.0/abdev/ab-common.vsprops@ 825

Last change on this file since 825 was 825, checked in by イグトランス (egtra), 12 years ago

ソリューションの整理。x64/x86を同じソリューションにまとめた。リソースのプロジェクトをVS2005化した。

File size: 801 bytes
Line 
1<?xml version="1.0" encoding="shift_jis"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="ab-common"
6 OutputDirectory="$(SolutionDir)out\$(PlatformName)-$(ConfigurationName)"
7 IntermediateDirectory="$(SolutionDir)int\$(PlatformName)-$(ConfigurationName)\$(ProjectName)"
8 >
9 <Tool
10 Name="VCCLCompilerTool"
11 AdditionalIncludeDirectories="$(SolutionDir)..;$(SolutionDir)..\cpplibs;$(SolutionDir)..\cpplibs\boost;$(SolutionDir)..\cpplibs\WTL80\include"
12 PreprocessorDefinitions="WIN32;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1;_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY=1"
13 UsePrecompiledHeader="2"
14 WarningLevel="4"
15 DebugInformationFormat="3"
16 />
17 <Tool
18 Name="VCLinkerTool"
19 GenerateDebugInformation="true"
20 />
21</VisualStudioPropertySheet>
Note: See TracBrowser for help on using the repository browser.