diff options
author | montellese <montellese@xbmc.org> | 2013-10-26 08:26:15 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-11-11 20:33:18 +0100 |
commit | 9993a4571556e5edd7fac1e2b2e13952bdb26e8b (patch) | |
tree | 858eed241c9ab7ed01ccb3066ab9f98c0387977a /project | |
parent | 3f9d588da180f3ecfd7dc8bb50523717df7adbe0 (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 9c5dddfe79..ae2c5cdd74 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -655,6 +655,7 @@ <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PlaylistOperations.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\ProfilesOperations.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp" /> + <ClCompile Include="..\..\xbmc\interfaces\json-rpc\SettingsOperations.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" /> @@ -1034,6 +1035,7 @@ <ClInclude Include="..\..\xbmc\interfaces\json-rpc\FavouritesOperations.h" /> <ClInclude Include="..\..\xbmc\interfaces\json-rpc\ProfilesOperations.h" /> <ClInclude Include="..\..\xbmc\interfaces\json-rpc\PVROperations.h" /> + <ClInclude Include="..\..\xbmc\interfaces\json-rpc\SettingsOperations.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 f525969762..deb9a12be9 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3083,6 +3083,9 @@ <ClCompile Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererGUI.cpp"> <Filter>cores\VideoRenderers</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\interfaces\json-rpc\SettingsOperations.cpp"> + <Filter>interfaces\json-rpc</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -6061,6 +6064,9 @@ <ClInclude Include="..\..\xbmc\cores\VideoRenderers\OverlayRendererGUI.h"> <Filter>cores\VideoRenderers</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\interfaces\json-rpc\SettingsOperations.h"> + <Filter>interfaces\json-rpc</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> |