Changeset 1413 in 3DVCSoftware for trunk/build/vc2015
- Timestamp:
- 11 Jul 2018, 15:19:49 (7 years ago)
- Location:
- trunk/build/vc2015
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vc2015/TAppDecoderAnalyser_vc2015.vcxproj
r1386 r1413 191 191 </ProjectReference> 192 192 <ProjectReference Include="TLibDecoderAnalyser_vc2015.vcxproj"> 193 <Project>{ f8b77a48-af6c-4746-a89f-b706aba6ad94}</Project>193 <Project>{68C1251A-55D8-47C9-9052-62F785BD437A}</Project> 194 194 <ReferenceOutputAssembly>false</ReferenceOutputAssembly> 195 195 </ProjectReference> -
trunk/build/vc2015/TLibCommon_vc2015.vcxproj
r1386 r1413 172 172 <ClCompile Include="..\..\source\Lib\TLibCommon\TComSampleAdaptiveOffset.cpp" /> 173 173 <ClCompile Include="..\..\source\Lib\TLibCommon\TComSlice.cpp" /> 174 <ClCompile Include="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" /> 174 <ClCompile Include="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" > 175 <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Release|x64'">/d2Qvec-sse2only %(AdditionalOptions)</AdditionalOptions> 176 </ClCompile> 175 177 <ClCompile Include="..\..\source\Lib\TLibCommon\TComTU.cpp" /> 176 178 <ClCompile Include="..\..\source\Lib\TLibCommon\TComWedgelet.cpp" /> -
trunk/build/vc2015/TLibDecoderAnalyser_vc2015.vcxproj
r1386 r1413 155 155 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.cpp" /> 156 156 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecCAVLC.cpp" /> 157 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecConformance.cpp" /> 157 158 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecCu.cpp" /> 158 159 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecEntropy.cpp" /> … … 170 171 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.h" /> 171 172 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecCAVLC.h" /> 173 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecConformance.h" /> 172 174 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecCu.h" /> 173 175 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecEntropy.h" /> -
trunk/build/vc2015/TLibDecoder_vc2015.vcxproj
r1386 r1413 155 155 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.cpp" /> 156 156 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecCAVLC.cpp" /> 157 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecConformance.cpp" /> 157 158 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecCu.cpp" /> 158 159 <ClCompile Include="..\..\source\Lib\TLibDecoder\TDecEntropy.cpp" /> … … 170 171 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.h" /> 171 172 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecCAVLC.h" /> 173 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecConformance.h" /> 172 174 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecCu.h" /> 173 175 <ClInclude Include="..\..\source\Lib\TLibDecoder\TDecEntropy.h" />
Note: See TracChangeset for help on using the changeset viewer.