Changeset 1604 in SHVCSoftware for branches/SHM-dev/build/vc2017/TAppDecoderAnalyser_vc2017.vcxproj
- Timestamp:
- 3 Jan 2018, 01:46:45 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/vc2017/TAppDecoderAnalyser_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> … … 182 182 </ItemGroup> 183 183 <ItemGroup> 184 <ProjectReference Include="TAppCommon_vc201 0.vcxproj">184 <ProjectReference Include="TAppCommon_vc2017.vcxproj"> 185 185 <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project> 186 186 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 187 187 </ProjectReference> 188 <ProjectReference Include="TLibCommon_vc201 0.vcxproj">188 <ProjectReference Include="TLibCommon_vc2017.vcxproj"> 189 189 <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project> 190 190 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 191 191 </ProjectReference> 192 <ProjectReference Include="TLibDecoderAnalyser_vc201 0.vcxproj">192 <ProjectReference Include="TLibDecoderAnalyser_vc2017.vcxproj"> 193 193 <Project>{f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project> 194 194 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 195 195 </ProjectReference> 196 <ProjectReference Include="TLibVideoIO_vc201 0.vcxproj">196 <ProjectReference Include="TLibVideoIO_vc2017.vcxproj"> 197 197 <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project> 198 198 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Note: See TracChangeset for help on using the changeset viewer.