Ignore:
Timestamp:
4 Aug 2015, 04:45:04 (10 years ago)
Author:
seregin
Message:

port rev 4570

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  
    2222    <ProjectGuid>{FB952E1B-681F-4461-9C8B-4F1F8B70E58B}</ProjectGuid>
    2323    <RootNamespace>TAppDownConvert</RootNamespace>
     24    <ProjectName>TAppDownConvert</ProjectName>
    2425  </PropertyGroup>
    2526  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     
    6364  <PropertyGroup Label="UserMacros" />
    6465  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    65     <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    66     <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     66    <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     67    <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    6768  </PropertyGroup>
    6869  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    69     <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    70     <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     70    <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     71    <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7172  </PropertyGroup>
    7273  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    73     <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    74     <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     74    <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     75    <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7576  </PropertyGroup>
    7677  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    77     <OutDir>$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    78     <IntDir>$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     78    <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     79    <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7980  </PropertyGroup>
    8081  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Note: See TracChangeset for help on using the changeset viewer.