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/TAppDownConvert/TAppDownConvert_vc2017.vcxproj

    r1603 r1604  
    6969  <PropertyGroup Label="UserMacros" />
    7070  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    71     <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    72     <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     71    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     72    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7373  </PropertyGroup>
    7474  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    75     <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    76     <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     75    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     76    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    7777  </PropertyGroup>
    7878  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    79     <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    80     <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     79    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     80    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    8181  </PropertyGroup>
    8282  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    83     <OutDir>$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir>
    84     <IntDir>$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
     83    <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir>
     84    <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>
    8585  </PropertyGroup>
    8686  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Note: See TracChangeset for help on using the changeset viewer.