Last change
on this file since 794 was 788, checked in by イグトランス (egtra), 14 years ago |
ソリューション構成にAB_Releaseが追加されていたので削除。ほか、VC++プロジェクトからプロパティシートへの設定の移動など。
|
File size:
1.0 KB
|
Rev | Line | |
---|
[781] | 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>
|
---|
[784] | 13 | <AdditionalIncludeDirectories>..\..;..\..\cpplibs;..\..\cpplibs\boost;..\..\cpplibs\WTL80\include;$(SolutionDir)abdev-impl;$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
---|
[781] | 14 | </ClCompile>
|
---|
| 15 | </ItemDefinitionGroup>
|
---|
| 16 | <ItemDefinitionGroup>
|
---|
| 17 | <ClCompile>
|
---|
| 18 | <WarningLevel>Level4</WarningLevel>
|
---|
| 19 | <PrecompiledHeader>Use</PrecompiledHeader>
|
---|
| 20 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
---|
[788] | 21 | <ExceptionHandling>Async</ExceptionHandling>
|
---|
[781] | 22 | </ClCompile>
|
---|
| 23 | </ItemDefinitionGroup>
|
---|
| 24 | <ItemGroup />
|
---|
| 25 | </Project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.