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/TAppDecoder_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>
     
    182182  </ItemGroup>
    183183  <ItemGroup>
    184     <ProjectReference Include="TAppCommon_vc2010.vcxproj">
     184    <ProjectReference Include="TAppCommon_vc2017.vcxproj">
    185185      <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project>
    186186      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    187187    </ProjectReference>
    188     <ProjectReference Include="TLibCommon_vc2010.vcxproj">
     188    <ProjectReference Include="TLibCommon_vc2017.vcxproj">
    189189      <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project>
    190190      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    191191    </ProjectReference>
    192     <ProjectReference Include="TLibDecoder_vc2010.vcxproj">
     192    <ProjectReference Include="TLibDecoder_vc2017.vcxproj">
    193193      <Project>{f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project>
    194194      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    195195    </ProjectReference>
    196     <ProjectReference Include="TLibVideoIO_vc2010.vcxproj">
     196    <ProjectReference Include="TLibVideoIO_vc2017.vcxproj">
    197197      <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project>
    198198      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Note: See TracChangeset for help on using the changeset viewer.