diff options
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 3 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index c2f6d9c1c0..bc8badca65 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -283,6 +283,7 @@ <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxCDDA.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxClient.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamBluray.cpp" /> + <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\DVDInputStreamPVRManager.cpp" /> <ClCompile Include="..\..\xbmc\cores\FFmpeg.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoPlayer\Process\ProcessInfo.cpp" /> @@ -1014,6 +1015,8 @@ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxCDDA.h" /> <ClInclude Include="..\..\xbmc\cores\FFmpeg.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxClient.h" /> + <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.h" /> + <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiStreams.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxPacket.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\Process\ProcessInfo.h" /> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\VideoRenderers\BaseRenderer.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index f873a8c641..6d5332ed91 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3304,6 +3304,9 @@ <ClCompile Include="..\..\xbmc\addons\binary\interfaces\api1\Addon\AddonCallbacksAddon.cpp"> <Filter>addons\binary\interfaces\api1\Addon</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.cpp"> + <Filter>cores\VideoPlayer\DVDInputStreams</Filter> + </ClCompile> <ClCompile Include="..\..\xbmc\addons\binary\interfaces\api1\AudioDSP\AddonCallbacksAudioDSP.cpp"> <Filter>addons\binary\interfaces\api1\AudioDSP</Filter> </ClCompile> @@ -6341,6 +6344,9 @@ <ClInclude Include="..\..\xbmc\cores\VideoPlayer\Process\ProcessInfo.h"> <Filter>cores\Process</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiSource.h"> + <Filter>cores\VideoPlayer\DVDInputStreams</Filter> + </ClInclude> <ClInclude Include="..\..\xbmc\addons\kodi-addon-dev-kit\include\kodi\kodi_adsp_dll.h"> <Filter>addons\include</Filter> </ClInclude> @@ -6413,6 +6419,9 @@ <ClInclude Include="..\..\xbmc\addons\binary\interfaces\api1\AudioDSP\AddonCallbacksAudioDSP.h"> <Filter>addons\binary\interfaces\api1\AudioDSP</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDInputStreams\InputStreamMultiStreams.h"> + <Filter>cores\VideoPlayer\DVDInputStreams</Filter> + </ClInclude> <ClInclude Include="..\..\xbmc\cores\VideoPlayer\DVDDemuxers\DVDDemuxPacket.h"> <Filter>cores\VideoPlayer\DVDDemuxers</Filter> </ClInclude> |