diff options
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 81fed4fa9b..2841fa8c14 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -278,24 +278,60 @@ </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\..\xbmc\AddonDatabase.cpp" /> + <ClCompile Include="..\..\xbmc\addons\AddonHelpers_Addon.cpp" /> + <ClCompile Include="..\..\xbmc\addons\AddonHelpers_GUI.cpp" /> + <ClCompile Include="..\..\xbmc\addons\AddonHelpers_local.cpp" /> + <ClCompile Include="..\..\xbmc\addons\AddonHelpers_PVR.cpp" /> <ClCompile Include="..\..\xbmc\addons\PluginSource.cpp" /> + <ClCompile Include="..\..\xbmc\addons\PVRClient.cpp" /> <ClCompile Include="..\..\xbmc\addons\Repository.cpp" /> <ClCompile Include="..\..\xbmc\addons\Service.cpp" /> <ClCompile Include="..\..\xbmc\addons\Skin.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\CrystalHD.cpp" /> + <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxPVRClient.cpp" /> <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamBluray.cpp" /> + <ClCompile Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamPVRManager.cpp" /> <ClCompile Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.cpp" /> <ClCompile Include="..\..\xbmc\FileSystem\FileUDF.cpp" /> + <ClCompile Include="..\..\xbmc\FileSystem\PVRDirectory.cpp" /> + <ClCompile Include="..\..\xbmc\FileSystem\PVRFile.cpp" /> <ClCompile Include="..\..\xbmc\FileSystem\udf25.cpp" /> <ClCompile Include="..\..\xbmc\FileSystem\UDFDirectory.cpp" /> <ClCompile Include="..\..\xbmc\FileSystem\VideoDatabaseDirectory\DirectoryNodeCountry.cpp" /> <ClCompile Include="..\..\xbmc\GUIDialogAddonInfo.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRChannelManager.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRChannelsOSD.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRCutterOSD.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRDirectorOSD.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRGroupManager.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRGuideInfo.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRGuideOSD.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRGuideSearch.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRRecordingInfo.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRTimerSettings.cpp" /> + <ClCompile Include="..\..\xbmc\GUIDialogPVRUpdateProgressBar.cpp" /> <ClCompile Include="..\..\xbmc\GUIDialogTextViewer.cpp" /> <ClCompile Include="..\..\xbmc\GUIViewStateAddonBrowser.cpp" /> + <ClCompile Include="..\..\xbmc\GUIViewStateTV.cpp" /> <ClCompile Include="..\..\xbmc\GUIWindowSystemInfo.cpp" /> + <ClCompile Include="..\..\xbmc\GUIWindowTV.cpp" /> <ClCompile Include="..\..\xbmc\lib\libjsonrpc\AudioLibrary.cpp" /> <ClCompile Include="..\..\xbmc\lib\libPython\xbmcmodule\PythonAddon.cpp" /> <ClCompile Include="..\..\xbmc\lib\libPython\xbmcmodule\xbmcaddonmodule.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRChannel.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRChannelGroup.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRChannelGroups.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRChannels.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRChannelsContainer.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRDatabase.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVREpg.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVREpgInfoTag.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVREpgs.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVREpgSearchFilter.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRManager.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRRecordings.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRTimerInfoTag.cpp" /> + <ClCompile Include="..\..\xbmc\pvr\PVRTimers.cpp" /> <ClCompile Include="..\..\xbmc\RenderSystemGLES.cpp" /> <ClCompile Include="..\..\xbmc\SystemGlobals.cpp" /> <ClCompile Include="..\..\xbmc\utils\fstrcmp.c"> @@ -305,6 +341,8 @@ <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">CompileAsCpp</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">CompileAsCpp</CompileAs> </ClCompile> + <ClCompile Include="..\..\xbmc\utils\Observer.cpp" /> + <ClCompile Include="..\..\xbmc\utils\TextSearch.cpp" /> <ClCompile Include="..\..\xbmc\utils\Variant.cpp" /> <ClCompile Include="..\..\xbmc\win32\NetworkWin32.cpp" /> <ClCompile Include="..\..\xbmc\win32\pch.cpp"> @@ -994,24 +1032,63 @@ </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\AddonDatabase.h" /> + <ClInclude Include="..\..\xbmc\addons\AddonHelpers_Addon.h" /> + <ClInclude Include="..\..\xbmc\addons\AddonHelpers_GUI.h" /> + <ClInclude Include="..\..\xbmc\addons\AddonHelpers_local.h" /> + <ClInclude Include="..\..\xbmc\addons\AddonHelpers_PVR.h" /> + <ClInclude Include="..\..\xbmc\addons\DllPVRClient.h" /> <ClInclude Include="..\..\xbmc\addons\PluginSource.h" /> + <ClInclude Include="..\..\xbmc\addons\PVRClient.h" /> <ClInclude Include="..\..\xbmc\addons\Repository.h" /> <ClInclude Include="..\..\xbmc\addons\Service.h" /> <ClInclude Include="..\..\xbmc\addons\Skin.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDCodecs\Video\CrystalHD.h" /> + <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDDemuxers\DVDDemuxPVRClient.h" /> <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamBluray.h" /> + <ClInclude Include="..\..\xbmc\cores\dvdplayer\DVDInputStreams\DVDInputStreamPVRManager.h" /> <ClInclude Include="..\..\xbmc\cores\VideoRenderers\VideoShaders\WinVideoFilter.h" /> <ClInclude Include="..\..\xbmc\FileSystem\FileUDF.h" /> + <ClInclude Include="..\..\xbmc\FileSystem\PVRDirectory.h" /> + <ClInclude Include="..\..\xbmc\FileSystem\PVRFile.h" /> <ClInclude Include="..\..\xbmc\FileSystem\udf25.h" /> <ClInclude Include="..\..\xbmc\FileSystem\UDFDirectory.h" /> <ClInclude Include="..\..\xbmc\FileSystem\VideoDatabaseDirectory\DirectoryNodeCountry.h" /> <ClInclude Include="..\..\xbmc\GUIDialogAddonInfo.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRChannelManager.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRChannelsOSD.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRCutterOSD.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRDirectorOSD.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRGroupManager.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRGuideInfo.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRGuideOSD.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRGuideSearch.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRRecordingInfo.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRTimerSettings.h" /> + <ClInclude Include="..\..\xbmc\GUIDialogPVRUpdateProgressBar.h" /> <ClInclude Include="..\..\xbmc\GUIDialogTextViewer.h" /> <ClInclude Include="..\..\xbmc\GUIViewStateAddonBrowser.h" /> + <ClInclude Include="..\..\xbmc\GUIViewStateTV.h" /> + <ClInclude Include="..\..\xbmc\GUIWindowTV.h" /> <ClInclude Include="..\..\xbmc\lib\libjsonrpc\AudioLibrary.h" /> <ClInclude Include="..\..\xbmc\lib\libPython\xbmcmodule\PythonAddon.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRChannel.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRChannelGroup.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRChannelGroups.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRChannels.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRChannelsContainer.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRDatabase.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVREpg.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVREpgInfoTag.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVREpgs.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVREpgSearchFilter.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRManager.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRRecordings.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRTimerInfoTag.h" /> + <ClInclude Include="..\..\xbmc\pvr\PVRTimers.h" /> <ClInclude Include="..\..\xbmc\RenderSystemGLES.h" /> <ClInclude Include="..\..\xbmc\utils\ISerializable.h" /> + <ClInclude Include="..\..\xbmc\utils\Observer.h" /> + <ClInclude Include="..\..\xbmc\utils\TextSearch.h" /> <ClInclude Include="..\..\xbmc\utils\Variant.h" /> <ClInclude Include="..\..\xbmc\win32\NetworkWin32.h" /> <ClInclude Include="..\..\xbmc\win32\pch.h" /> |