Ignore:
Timestamp:
4 Aug 2015, 04:45:04 (9 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/TAppDecoderAnalyser_vc2010.vcxproj

    r1378 r1412  
    6262  <PropertyGroup>
    6363    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
    64     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    65     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     64    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     65    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    6666    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    67     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    68     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    6969    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    70     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     70    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     71    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7272    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    73     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc10\$(Platform)\$(Configuration)\</OutDir>
    74     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
     74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7575    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
    7676    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
     
    177177  </ItemGroup>
    178178  <ItemGroup>
    179     <ProjectReference Include="TAppCommon_vc10.vcxproj">
     179    <ProjectReference Include="TAppCommon_vc2010.vcxproj">
    180180      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
    181181      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    182182    </ProjectReference>
    183     <ProjectReference Include="TLibCommon_vc10.vcxproj">
     183    <ProjectReference Include="TLibCommon_vc2010.vcxproj">
    184184      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
    185185      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    186186    </ProjectReference>
    187     <ProjectReference Include="TLibDecoderAnalyser_vc10.vcxproj">
     187    <ProjectReference Include="TLibDecoderAnalyser_vc2010.vcxproj">
    188188      <Project>{f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project>
    189189      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    190190    </ProjectReference>
    191     <ProjectReference Include="TLibVideoIO_vc10.vcxproj">
     191    <ProjectReference Include="TLibVideoIO_vc2010.vcxproj">
    192192      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
    193193      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Note: See TracChangeset for help on using the changeset viewer.