Ignore:
Timestamp:
3 Jan 2018, 01:46:45 (7 years ago)
Author:
seregin
Message:

add VS2017 solution and projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/build/vc2017/TAppEncoder_vc2017.vcxproj

    r1603 r1604  
    6767  <PropertyGroup>
    6868    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
    69     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    70     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     69    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     70    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7171    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     73    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7474    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    75     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    76     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     75    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     76    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7777    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    78     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    79     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     78    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     79    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    8080    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
    8181    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
     
    184184  </ItemGroup>
    185185  <ItemGroup>
    186     <ProjectReference Include="TAppCommon_vc2010.vcxproj">
     186    <ProjectReference Include="TAppCommon_vc2017.vcxproj">
    187187      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
    188188      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    189189    </ProjectReference>
    190     <ProjectReference Include="TLibCommon_vc2010.vcxproj">
     190    <ProjectReference Include="TLibCommon_vc2017.vcxproj">
    191191      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
    192192      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    193193    </ProjectReference>
    194     <ProjectReference Include="TLibEncoder_vc2010.vcxproj">
     194    <ProjectReference Include="TLibEncoder_vc2017.vcxproj">
    195195      <Project>{47e90995-1fc5-4ee4-a94d-ad474169f0e1}</Project>
    196196      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    197197    </ProjectReference>
    198     <ProjectReference Include="TLibVideoIO_vc2010.vcxproj">
     198    <ProjectReference Include="TLibVideoIO_vc2017.vcxproj">
    199199      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
    200200      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Note: See TracChangeset for help on using the changeset viewer.