Changeset 1412 in SHVCSoftware for branches/SHM-dev/build/vc2010/TAppDecoderAnalyser_vc2010.vcxproj
- Timestamp:
- 4 Aug 2015, 04:45:04 (9 years ago)
- Location:
- branches/SHM-dev/build/vc2010
- Files:
-
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/build/vc2010/TAppDecoderAnalyser_vc2010.vcxproj
r1378 r1412 62 62 <PropertyGroup> 63 63 <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> 64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>65 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>64 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 65 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 66 66 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> 67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>67 <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 68 <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 69 69 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental> 70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>70 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 71 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 72 72 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> 73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc 10\$(Platform)\$(Configuration)\</OutDir>74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc 10\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir>73 <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\..\bin\vc2010\$(Platform)\$(Configuration)\</OutDir> 74 <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\vc2010\$(Platform)\$(Configuration)\$(RootNamespace)\</IntDir> 75 75 <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental> 76 76 <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> … … 177 177 </ItemGroup> 178 178 <ItemGroup> 179 <ProjectReference Include="TAppCommon_vc 10.vcxproj">179 <ProjectReference Include="TAppCommon_vc2010.vcxproj"> 180 180 <Project>{d1e8a1c2-15db-4c94-80e8-4f70cf0a2dc5}</Project> 181 181 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 182 182 </ProjectReference> 183 <ProjectReference Include="TLibCommon_vc 10.vcxproj">183 <ProjectReference Include="TLibCommon_vc2010.vcxproj"> 184 184 <Project>{78018d78-f890-47e3-a0b7-09d273f0b11d}</Project> 185 185 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 186 186 </ProjectReference> 187 <ProjectReference Include="TLibDecoderAnalyser_vc 10.vcxproj">187 <ProjectReference Include="TLibDecoderAnalyser_vc2010.vcxproj"> 188 188 <Project>{f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project> 189 189 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 190 190 </ProjectReference> 191 <ProjectReference Include="TLibVideoIO_vc 10.vcxproj">191 <ProjectReference Include="TLibVideoIO_vc2010.vcxproj"> 192 192 <Project>{5280c25a-d316-4be7-ae50-29d72108624f}</Project> 193 193 <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Note: See TracChangeset for help on using the changeset viewer.