Ignore:
Timestamp:
Jan 27, 2011, 12:39:13 AM (13 years ago)
Author:
イグトランス (egtra)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/res/res.vcxproj

    r777 r781  
    1414  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    1515    <ConfigurationType>DynamicLibrary</ConfigurationType>
    16     <UseOfMfc>false</UseOfMfc>
    17     <CharacterSet>MultiByte</CharacterSet>
    1816    <PlatformToolset>Windows7.1SDK</PlatformToolset>
    1917  </PropertyGroup>
    2018  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
    2119  <ImportGroup Label="ExtensionSettings">
     20    <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
    2221  </ImportGroup>
    2322  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     
    2726  <PropertyGroup Label="UserMacros" />
    2827  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    29     <LinkIncremental>false</LinkIncremental>
    30     <OutDir>$(SolutionDir)..\ActiveBasic\SubOperation\</OutDir>
     28    <OutDir>$(SolutionDir)..\build\release\system\</OutDir>
    3129  </PropertyGroup>
    3230  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     
    3735      <FunctionLevelLinking>true</FunctionLevelLinking>
    3836      <Optimization>MaxSpeed</Optimization>
    39       <SuppressStartupBanner>true</SuppressStartupBanner>
    40       <WarningLevel>Level3</WarningLevel>
     37      <WarningLevel>Level4</WarningLevel>
    4138      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;RES_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    42       <AssemblerListingLocation>.\Release\</AssemblerListingLocation>
    4339      <PrecompiledHeaderOutputFile>.\Release\res.pch</PrecompiledHeaderOutputFile>
    44       <ObjectFileName>.\Release\</ObjectFileName>
    45       <ProgramDataBaseFileName>.\Release\</ProgramDataBaseFileName>
    4640    </ClCompile>
    4741    <Midl>
     
    6256    <Link>
    6357      <LinkDLL>true</LinkDLL>
    64       <ImportLibrary>.\Release\res.lib</ImportLibrary>
    6558      <NoEntryPoint>true</NoEntryPoint>
    6659    </Link>
     
    122115    <CustomBuild Include="zoomout.ico" />
    123116  </ItemGroup>
     117  <ItemGroup>
     118    <ClInclude Include="resource.h" />
     119  </ItemGroup>
    124120  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    125121  <ImportGroup Label="ExtensionTargets">
     122    <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />
    126123  </ImportGroup>
    127124</Project>
Note: See TracChangeset for help on using the changeset viewer.