Changeset 1604 in SHVCSoftware for branches/SHM-dev/build/vc2017/TAppDownConvert/TAppDownConvert_vc2017.vcxproj
- Timestamp:
- 3 Jan 2018, 01:46:45 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/vc2017/TAppDownConvert/TAppDownConvert_vc2017.vcxproj
r1603 r1604 69 69 <PropertyGroup Label="UserMacros" /> 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 71 <OutDir>$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>72 <IntDir>$(SolutionDir)\vc201 0\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>71 <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir> 72 <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 73 73 </PropertyGroup> 74 74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 75 <OutDir>$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>76 <IntDir>$(SolutionDir)\vc201 0\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>75 <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir> 76 <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 77 77 </PropertyGroup> 78 78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 79 <OutDir>$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>80 <IntDir>$(SolutionDir)\vc201 0\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>79 <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir> 80 <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 81 81 </PropertyGroup> 82 82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 83 <OutDir>$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>84 <IntDir>$(SolutionDir)\vc201 0\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>83 <OutDir>$(SolutionDir)\..\bin\vc2017\$(Platform)\$(Configuration)\</OutDir> 84 <IntDir>$(SolutionDir)\vc2017\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 85 85 </PropertyGroup> 86 86 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Note: See TracChangeset for help on using the changeset viewer.