diff options
author | montellese <montellese@xbmc.org> | 2012-10-09 10:12:36 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-10-16 13:39:15 +0200 |
commit | 5a0dd41c9ae35d3f4b56c359eb82ef2aa7647385 (patch) | |
tree | ba65e18799c9c44672ab531a07f293dd4d4e7d0f /project | |
parent | d5e3a2fd00350fa968465b07c2da692818d391ed (diff) |
[win32] update VS project files
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 12b59520d3..4c7824dfcd 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -717,6 +717,7 @@ <ClCompile Include="..\..\xbmc\interfaces\json-rpc\JSONServiceDescription.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PlayerOperations.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PlaylistOperations.cpp" /> + <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\SystemOperations.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\VideoLibrary.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\XBMCOperations.cpp" /> @@ -1026,6 +1027,7 @@ <ClInclude Include="..\..\xbmc\guilib\GUIKeyboard.h" /> <ClInclude Include="..\..\xbmc\guilib\GUIKeyboardFactory.h" /> <ClInclude Include="..\..\xbmc\input\windows\WINJoystick.h" /> + <ClInclude Include="..\..\xbmc\interfaces\json-rpc\PVROperations.h" /> <ClInclude Include="..\..\xbmc\interfaces\legacy\Addon.h" /> <ClInclude Include="..\..\xbmc\interfaces\legacy\AddonCallback.h" /> <ClInclude Include="..\..\xbmc\interfaces\legacy\AddonClass.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index bb0e3e0100..b471ebfa05 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2933,6 +2933,9 @@ <ClCompile Include="..\..\xbmc\test\TestFileItem.cpp"> <Filter>test</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp"> + <Filter>interfaces\json-rpc</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -5734,6 +5737,9 @@ <ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h"> <Filter>dialogs</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\interfaces\json-rpc\PVROperations.h"> + <Filter>interfaces\json-rpc</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> |