diff options
author | montellese <montellese@xbmc.org> | 2014-12-17 00:20:00 +0100 |
---|---|---|
committer | montellese <montellese@kodi.tv> | 2015-08-10 18:17:54 +0200 |
commit | a1e1d9dd35ab11f6f2a254db4e904b6800e231d7 (patch) | |
tree | fe4b5505d2326cc87d22f2b17bd6fc088d0519e4 /project/VS2010Express/XBMC.vcxproj | |
parent | e7dcee64ce5596f0ba55c56dfdb07da2eab198e2 (diff) |
[win32] update VS project files
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 06e5534a6c..52b0dce966 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -312,8 +312,16 @@ <ClCompile Include="..\..\xbmc\epg\EpgInfoTag.cpp" /> <ClCompile Include="..\..\xbmc\epg\EpgSearchFilter.cpp" /> <ClCompile Include="..\..\xbmc\epg\GUIEPGGridContainer.cpp" /> + <ClCompile Include="..\..\xbmc\events\AddonEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\AddonManagementEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\BaseEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\EventLog.cpp" /> + <ClCompile Include="..\..\xbmc\events\MediaLibraryEvent.cpp" /> + <ClCompile Include="..\..\xbmc\events\windows\GUIViewStateEventLog.cpp" /> + <ClCompile Include="..\..\xbmc\events\windows\GUIWindowEventLog.cpp" /> <ClCompile Include="..\..\xbmc\FileItem.cpp" /> <ClCompile Include="..\..\xbmc\FileItemListModification.cpp" /> + <ClCompile Include="..\..\xbmc\filesystem\EventsDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\AddonsDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\BlurayDirectory.cpp" /> <ClCompile Include="..\..\xbmc\filesystem\BlurayFile.cpp" /> @@ -920,7 +928,18 @@ <ClInclude Include="..\..\xbmc\DbUrl.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" /> <ClInclude Include="..\..\xbmc\dialogs\GUIDialogSimpleMenu.h" /> + <ClInclude Include="..\..\xbmc\events\AddonEvent.h" /> + <ClInclude Include="..\..\xbmc\events\AddonManagementEvent.h" /> + <ClInclude Include="..\..\xbmc\events\BaseEvent.h" /> + <ClInclude Include="..\..\xbmc\events\EventLog.h" /> + <ClInclude Include="..\..\xbmc\events\IEvent.h" /> + <ClInclude Include="..\..\xbmc\events\MediaLibraryEvent.h" /> + <ClInclude Include="..\..\xbmc\events\NotificationEvent.h" /> + <ClInclude Include="..\..\xbmc\events\UniqueEvent.h" /> + <ClInclude Include="..\..\xbmc\events\windows\GUIViewStateEventLog.h" /> + <ClInclude Include="..\..\xbmc\events\windows\GUIWindowEventLog.h" /> <ClInclude Include="..\..\xbmc\FileItemListModification.h" /> + <ClInclude Include="..\..\xbmc\filesystem\EventsDirectory.h" /> <ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h" /> <ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h" /> <ClInclude Include="..\..\xbmc\filesystem\DAVCommon.h" /> |