Changeset 28 in 3DVCSoftware for branches/0.3-poznan-univ/build/vc10
- Timestamp:
- 24 Feb 2012, 20:22:58 (13 years ago)
- Location:
- branches/0.3-poznan-univ/build/vc10
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3-poznan-univ/build/vc10/TAppDecoder_vc10.vcxproj
r2 r28 190 190 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 191 191 </ProjectReference> 192 <ProjectReference Include="TLibRenderer_vc10.vcxproj"> 193 <Project>{2b298be6-dff0-4bd2-8f26-395ffe7f9eb4}</Project> 194 <Private>true</Private> 195 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 196 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> 197 <LinkLibraryDependencies>true</LinkLibraryDependencies> 198 <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs> 199 </ProjectReference> 192 200 </ItemGroup> 193 201 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -
branches/0.3-poznan-univ/build/vc10/TLibCommon_vc10.vcxproj
r2 r28 152 152 <ClCompile Include="..\..\source\Lib\TLibCommon\TComLoopFilter.cpp" /> 153 153 <ClCompile Include="..\..\source\Lib\TLibCommon\TComMotionInfo.cpp" /> 154 <ClCompile Include="..\..\source\Lib\TLibCommon\TComMP.cpp" /> 154 155 <ClCompile Include="..\..\source\Lib\TLibCommon\TComMVDRefData.cpp" /> 155 156 <ClCompile Include="..\..\source\Lib\TLibCommon\TComPattern.cpp" /> … … 187 188 <ClInclude Include="..\..\source\Lib\TLibCommon\TComLoopFilter.h" /> 188 189 <ClInclude Include="..\..\source\Lib\TLibCommon\TComMotionInfo.h" /> 190 <ClInclude Include="..\..\source\Lib\TLibCommon\TComMP.h" /> 189 191 <ClInclude Include="..\..\source\Lib\TLibCommon\TComMv.h" /> 190 192 <ClInclude Include="..\..\source\Lib\TLibCommon\TComMVDRefData.h" /> -
branches/0.3-poznan-univ/build/vc10/TLibCommon_vc10.vcxproj.filters
r2 r28 90 90 <Filter>Source Files</Filter> 91 91 </ClCompile> 92 <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp.cpp"> 92 <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp"> 93 <Filter>Source Files</Filter> 94 </ClCompile> 95 <ClCompile Include="..\..\source\Lib\TLibCommon\TComMP.cpp"> 93 96 <Filter>Source Files</Filter> 94 97 </ClCompile> … … 197 200 <Filter>Header Files</Filter> 198 201 </ClInclude> 202 <ClInclude Include="..\..\source\Lib\TLibCommon\TComMP.h"> 203 <Filter>Header Files</Filter> 204 </ClInclude> 199 205 </ItemGroup> 200 206 </Project>
Note: See TracChangeset for help on using the changeset viewer.