Changeset 1412 in SHVCSoftware for branches/SHM-dev/build/vc2010/TAppDownConvert/TAppDownConvert_vc2010.vcxproj
- Timestamp:
- 4 Aug 2015, 04:45:04 (10 years ago)
- Location:
- branches/SHM-dev/build/vc2010
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/vc2010/TAppDownConvert/TAppDownConvert_vc2010.vcxproj
r1378 r1412 22 22 <ProjectGuid>{FB952E1B-681F-4461-9C8B-4F1F8B70E58B}</ProjectGuid> 23 23 <RootNamespace>TAppDownConvert</RootNamespace> 24 <ProjectName>TAppDownConvert</ProjectName> 24 25 </PropertyGroup> 25 26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> … … 63 64 <PropertyGroup Label="UserMacros" /> 64 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 65 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>66 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>66 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 67 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 67 68 </PropertyGroup> 68 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 69 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>70 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>70 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 71 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 71 72 </PropertyGroup> 72 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 73 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>74 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>74 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 75 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 75 76 </PropertyGroup> 76 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 77 <OutDir>$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>78 <IntDir>$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>78 <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 79 <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 79 80 </PropertyGroup> 80 81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Note: See TracChangeset for help on using the changeset viewer.