diff options
author | Rainer Hochecker <fernetmenta@online.de> | 2013-10-18 14:21:39 +0200 |
---|---|---|
committer | Rainer Hochecker <fernetmenta@online.de> | 2013-10-28 12:54:51 +0100 |
commit | 3524d8f7449378c51bd4705efbeaeeb3ebe9b51f (patch) | |
tree | db201da34daa4cf2c4a53ed86b4b0b32e55557a6 /project/VS2010Express | |
parent | 745a7fb602ffd3e14be987f999562c22e823277e (diff) |
update VS project after removal of SoftAE
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 8 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 18 |
2 files changed, 1 insertions, 25 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 65ec4a0dab..07d723e323 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -393,9 +393,6 @@ <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESink.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESound.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAEStream.cpp" /> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.cpp" /> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.cpp" /> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkDirectSound.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkNULL.cpp" /> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkProfiler.cpp" /> @@ -1055,9 +1052,6 @@ <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESink.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAESound.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\ActiveAE\ActiveAEStream.h" /> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.h" /> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.h" /> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AE.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AEEncoder.h" /> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AESink.h" /> @@ -2985,4 +2979,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project> +</Project>
\ No newline at end of file diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 570fb6f160..74e82c44ac 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2316,15 +2316,6 @@ <ClCompile Include="..\..\xbmc\cores\AudioEngine\AESinkFactory.cpp"> <Filter>cores\AudioEngine</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.cpp"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClCompile> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.cpp"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClCompile> - <ClCompile Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.cpp"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\cores\AudioEngine\Sinks\AESinkDirectSound.cpp"> <Filter>cores\AudioEngine\Sinks</Filter> </ClCompile> @@ -5377,15 +5368,6 @@ <ClInclude Include="..\..\xbmc\cores\AudioEngine\AESinkFactory.h"> <Filter>cores\AudioEngine</Filter> </ClInclude> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAE.h"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClInclude> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAESound.h"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClInclude> - <ClInclude Include="..\..\xbmc\cores\AudioEngine\Engines\SoftAE\SoftAEStream.h"> - <Filter>cores\AudioEngine\Engines</Filter> - </ClInclude> <ClInclude Include="..\..\xbmc\cores\AudioEngine\Interfaces\AE.h"> <Filter>cores\AudioEngine\Interfaces</Filter> </ClInclude> |