Changeset 798 in dev for branches/egtra/ab5.0/abdev/ab-test/ab-test.vcxproj
- Timestamp:
- Feb 5, 2011, 11:43:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab-test/ab-test.vcxproj
r782 r798 52 52 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 53 53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 54 <Import Project="..\ab-common.props" /> 54 55 <Import Project="..\ab-common-32.props" /> 55 <Import Project="..\ab-common.props" />56 56 </ImportGroup> 57 57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 58 58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 59 59 <Import Project="..\ab-common.props" /> 60 <Import Project="..\ab-common-64.props" /> 60 61 </ImportGroup> 61 62 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 62 63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 64 <Import Project="..\ab-common.props" /> 63 65 <Import Project="..\ab-common-32.props" /> 64 <Import Project="..\ab-common.props" />65 66 </ImportGroup> 66 67 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 67 68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 69 <Import Project="..\ab-common.props" /> 70 <Import Project="..\ab-common-64.props" /> 69 71 </ImportGroup> 70 72 <PropertyGroup Label="UserMacros" /> … … 90 92 <Link> 91 93 <SubSystem>Console</SubSystem> 92 <GenerateDebugInformation>true</GenerateDebugInformation>93 94 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies> 94 95 </Link> … … 103 104 <Link> 104 105 <SubSystem>Console</SubSystem> 105 <GenerateDebugInformation>true</GenerateDebugInformation>106 106 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies> 107 107 </Link> … … 118 118 <Link> 119 119 <SubSystem>Console</SubSystem> 120 <GenerateDebugInformation>true</GenerateDebugInformation>121 120 <EnableCOMDATFolding>true</EnableCOMDATFolding> 122 121 <OptimizeReferences>true</OptimizeReferences> … … 135 134 <Link> 136 135 <SubSystem>Console</SubSystem> 137 <GenerateDebugInformation>true</GenerateDebugInformation>138 136 <EnableCOMDATFolding>true</EnableCOMDATFolding> 139 137 <OptimizeReferences>true</OptimizeReferences>
Note:
See TracChangeset
for help on using the changeset viewer.