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

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

abdev新ソース用プロジェクトabdev-implとAB全体の単体テスト用プロジェクトab-testの追加。LoadIcon代替関数の作成(テスト未記述)。

File size: 930 bytes
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\boost;$(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 </ClCompile>
22 </ItemDefinitionGroup>
23 <ItemGroup />
24</Project>
Note: See TracBrowser for help on using the repository browser.