Changeset 781 in dev for branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj
- Timestamp:
- Jan 27, 2011, 12:39:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/ab_common/ab_common.vcxproj
r778 r781 65 65 <PropertyGroup> 66 66 <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$( Configuration)-$(Platform)\</OutDir>67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 68 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)-$(Platform)\</IntDir> 69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$( Configuration)-$(Platform)\</OutDir>69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 70 70 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)-$(Platform)\</IntDir> 71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$( Configuration)-$(Platform)\</OutDir>71 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 72 72 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)-$(Platform)\</IntDir> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$( Configuration)-$(Platform)\</OutDir>73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)-$(Platform)\</OutDir> 74 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)-$(Platform)\</IntDir> 75 75 </PropertyGroup>
Note:
See TracChangeset
for help on using the changeset viewer.