Changeset 798 in dev for branches/egtra/ab5.0/abdev/abdev-impl
- Timestamp:
- Feb 5, 2011, 11:43:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/abdev-impl/abdev-impl.vcxproj
r781 r798 56 56 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 57 57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 <Import Project="..\ab-common.props" /> 58 59 <Import Project="..\ab-common-32.props" /> 59 <Import Project="..\ab-common.props" />60 60 </ImportGroup> 61 61 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 62 62 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 63 <Import Project="..\ab-common.props" /> 64 <Import Project="..\ab-common-64.props" /> 64 65 </ImportGroup> 65 66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 66 67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 <Import Project="..\ab-common.props" /> 67 69 <Import Project="..\ab-common-32.props" /> 68 <Import Project="..\ab-common.props" />69 70 </ImportGroup> 70 71 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 71 72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 72 73 <Import Project="..\ab-common.props" /> 74 <Import Project="..\ab-common-64.props" /> 73 75 </ImportGroup> 74 76 <PropertyGroup Label="UserMacros" />
Note:
See TracChangeset
for help on using the changeset viewer.