source: dev/branches/egtra/ab5.0/abdev/ab-common.props@ 788

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

ソリューション構成にAB_Releaseが追加されていたので削除。ほか、VC++プロジェクトからプロパティシートへの設定の移動など。

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ImportGroup Label="PropertySheets" />
4 <PropertyGroup Label="UserMacros" />
5 <PropertyGroup>
6 <OutDir>$(SolutionDir)$(Configuration)-$(Platform)\</OutDir>
7 </PropertyGroup>
8 <PropertyGroup>
9 <IntDir>$(Configuration)-$(Platform)\</IntDir>
10 </PropertyGroup>
11 <ItemDefinitionGroup>
12 <ClCompile>
13 <AdditionalIncludeDirectories>..\..;..\..\cpplibs;..\..\cpplibs\boost;..\..\cpplibs\WTL80\include;$(SolutionDir)abdev-impl;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
14 </ClCompile>
15 </ItemDefinitionGroup>
16 <ItemDefinitionGroup>
17 <ClCompile>
18 <WarningLevel>Level4</WarningLevel>
19 <PrecompiledHeader>Use</PrecompiledHeader>
20 <MultiProcessorCompilation>true</MultiProcessorCompilation>
21 <ExceptionHandling>Async</ExceptionHandling>
22 </ClCompile>
23 </ItemDefinitionGroup>
24 <ItemGroup />
25</Project>
Note: See TracBrowser for help on using the repository browser.