Ignore:
Timestamp:
Feb 5, 2011, 11:43:01 PM (13 years ago)
Author:
イグトランス (egtra)
Message:

PSAPIを使用している箇所について、Toolhelp32と選択するよう修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/egtra/ab5.0/abdev/ab-test/ab-test.vcxproj

    r782 r798  
    5252  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    5353    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     54    <Import Project="..\ab-common.props" />
    5455    <Import Project="..\ab-common-32.props" />
    55     <Import Project="..\ab-common.props" />
    5656  </ImportGroup>
    5757  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    5858    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    5959    <Import Project="..\ab-common.props" />
     60    <Import Project="..\ab-common-64.props" />
    6061  </ImportGroup>
    6162  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    6263    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     64    <Import Project="..\ab-common.props" />
    6365    <Import Project="..\ab-common-32.props" />
    64     <Import Project="..\ab-common.props" />
    6566  </ImportGroup>
    6667  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    6768    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    6869    <Import Project="..\ab-common.props" />
     70    <Import Project="..\ab-common-64.props" />
    6971  </ImportGroup>
    7072  <PropertyGroup Label="UserMacros" />
     
    9092    <Link>
    9193      <SubSystem>Console</SubSystem>
    92       <GenerateDebugInformation>true</GenerateDebugInformation>
    9394      <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
    9495    </Link>
     
    103104    <Link>
    104105      <SubSystem>Console</SubSystem>
    105       <GenerateDebugInformation>true</GenerateDebugInformation>
    106106      <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
    107107    </Link>
     
    118118    <Link>
    119119      <SubSystem>Console</SubSystem>
    120       <GenerateDebugInformation>true</GenerateDebugInformation>
    121120      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    122121      <OptimizeReferences>true</OptimizeReferences>
     
    135134    <Link>
    136135      <SubSystem>Console</SubSystem>
    137       <GenerateDebugInformation>true</GenerateDebugInformation>
    138136      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    139137      <OptimizeReferences>true</OptimizeReferences>
Note: See TracChangeset for help on using the changeset viewer.