From 661988ada76b04a7bf0ce902c9d74174e2590c36 Mon Sep 17 00:00:00 2001 From: ruil2 <ruil2@cisco.com> Date: Thu, 12 Dec 2013 17:15:52 +0800 Subject: [PATCH] Fix issue:#9 update VS2010 and VS2012 project --- codec/build/win32/dec/WelsDecPlus_2012.vcxproj | 2 +- codec/build/win32/dec/decConsole_2010.vcxproj | 2 +- codec/build/win32/dec/decConsole_2012.vcxproj | 2 +- codec/build/win32/enc/WelsEncPlus_2010.vcxproj | 2 +- codec/build/win32/enc/encConsole_2010.vcxproj | 2 +- codec/build/win32/enc/encConsole_2012.vcxproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/codec/build/win32/dec/WelsDecPlus_2012.vcxproj b/codec/build/win32/dec/WelsDecPlus_2012.vcxproj index 04b9ac23..6c4cfffd 100644 --- a/codec/build/win32/dec/WelsDecPlus_2012.vcxproj +++ b/codec/build/win32/dec/WelsDecPlus_2012.vcxproj @@ -171,7 +171,7 @@ <ClInclude Include="..\..\..\decoder\plus\inc\welsDecoderExt.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="WelsDecCore.vcxproj"> + <ProjectReference Include="WelsDecCore_2012.vcxproj"> <Project>{01b4ae41-6ad6-4caf-aeb3-c42f7f9121d5}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/codec/build/win32/dec/decConsole_2010.vcxproj b/codec/build/win32/dec/decConsole_2010.vcxproj index 763d1906..919f7aed 100644 --- a/codec/build/win32/dec/decConsole_2010.vcxproj +++ b/codec/build/win32/dec/decConsole_2010.vcxproj @@ -162,7 +162,7 @@ <None Include="..\..\..\..\bin\Release\welsdec.cfg" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="WelsDecPlus.vcxproj"> + <ProjectReference Include="WelsDecPlus_2010.vcxproj"> <Project>{1131558a-9986-4f4b-a13f-8b7f4c8438bf}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/codec/build/win32/dec/decConsole_2012.vcxproj b/codec/build/win32/dec/decConsole_2012.vcxproj index 60ce7fff..16e9fccf 100644 --- a/codec/build/win32/dec/decConsole_2012.vcxproj +++ b/codec/build/win32/dec/decConsole_2012.vcxproj @@ -153,7 +153,7 @@ <None Include="..\..\..\..\bin\Release\welsdec.cfg" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="WelsDecPlus.vcxproj"> + <ProjectReference Include="WelsDecPlus_2012.vcxproj"> <Project>{1131558a-9986-4f4b-a13f-8b7f4c8438bf}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/codec/build/win32/enc/WelsEncPlus_2010.vcxproj b/codec/build/win32/enc/WelsEncPlus_2010.vcxproj index 1984456f..2797bb06 100644 --- a/codec/build/win32/enc/WelsEncPlus_2010.vcxproj +++ b/codec/build/win32/enc/WelsEncPlus_2010.vcxproj @@ -183,7 +183,7 @@ </ResourceCompile> </ItemGroup> <ItemGroup> - <ProjectReference Include="WelsEncCore.vcxproj"> + <ProjectReference Include="WelsEncCore_2010.vcxproj"> <Project>{59208004-1774-4816-ac24-31ff44c324b4}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/codec/build/win32/enc/encConsole_2010.vcxproj b/codec/build/win32/enc/encConsole_2010.vcxproj index 56a627b0..3945482a 100644 --- a/codec/build/win32/enc/encConsole_2010.vcxproj +++ b/codec/build/win32/enc/encConsole_2010.vcxproj @@ -161,7 +161,7 @@ <ClInclude Include="..\..\..\console\enc\inc\read_config.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="WelsEncPlus.vcxproj"> + <ProjectReference Include="WelsEncPlus_2010.vcxproj"> <Project>{1e7b4e9a-986e-4167-8c70-6e4f60eaee7f}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference> diff --git a/codec/build/win32/enc/encConsole_2012.vcxproj b/codec/build/win32/enc/encConsole_2012.vcxproj index 31886aa5..108b59b1 100644 --- a/codec/build/win32/enc/encConsole_2012.vcxproj +++ b/codec/build/win32/enc/encConsole_2012.vcxproj @@ -153,7 +153,7 @@ <ClInclude Include="..\..\..\console\enc\inc\read_config.h" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="WelsEncPlus.vcxproj"> + <ProjectReference Include="WelsEncPlus_2012.vcxproj"> <Project>{1e7b4e9a-986e-4167-8c70-6e4f60eaee7f}</Project> <ReferenceOutputAssembly>false</ReferenceOutputAssembly> </ProjectReference>