Changeset 1604 in SHVCSoftware for branches/SHM-dev/build/vc2017/TAppEncoder_vc2017.vcxproj
- Timestamp:
- 3 Jan 2018, 01:46:45 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/vc2017/TAppEncoder_vc2017.vcxproj
r1603 r1604 67 67 <PropertyGroup> 68 68 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 69 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>70 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc201 0\$(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> 71 71 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 72 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>73 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc201 0\$(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> 74 74 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 75 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>76 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc201 0\$(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> 77 77 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 78 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc201 0\$(Platform)\$(Configuration)\</OutDir>79 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc201 0\$(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> 80 80 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 81 81 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> … … 184 184 </ItemGroup> 185 185 <ItemGroup> 186 <ProjectReference Include="TAppCommon_vc201 0.vcxproj">186 <ProjectReference Include="TAppCommon_vc2017.vcxproj"> 187 187 <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project> 188 188 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 189 189 </ProjectReference> 190 <ProjectReference Include="TLibCommon_vc201 0.vcxproj">190 <ProjectReference Include="TLibCommon_vc2017.vcxproj"> 191 191 <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project> 192 192 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 193 193 </ProjectReference> 194 <ProjectReference Include="TLibEncoder_vc201 0.vcxproj">194 <ProjectReference Include="TLibEncoder_vc2017.vcxproj"> 195 195 <Project>{47e90995-1fc5-4ee4-a94d-ad474169f0e1}</Project> 196 196 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 197 197 </ProjectReference> 198 <ProjectReference Include="TLibVideoIO_vc201 0.vcxproj">198 <ProjectReference Include="TLibVideoIO_vc2017.vcxproj"> 199 199 <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project> 200 200 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Note: See TracChangeset for help on using the changeset viewer.