Changeset 827 in dev for branches/egtra/ab5.0/abdev/compiler-impl
- Timestamp:
- Mar 19, 2012, 1:05:20 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/compiler-impl/compiler-impl.vcxproj
r821 r827 51 51 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 52 52 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 53 <Import Project="..\ab-common.props" />54 53 <Import Project="..\ab-common-32.props" /> 55 54 </ImportGroup> 56 55 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 57 56 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 58 <Import Project="..\ab-common.props" />59 57 <Import Project="..\ab-common-64.props" /> 60 58 </ImportGroup> 61 59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 62 60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 63 <Import Project="..\ab-common.props" />64 61 <Import Project="..\ab-common-32.props" /> 65 62 </ImportGroup> 66 63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 67 64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 68 <Import Project="..\ab-common.props" />69 65 <Import Project="..\ab-common-64.props" /> 70 66 </ImportGroup>
Note:
See TracChangeset
for help on using the changeset viewer.