aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-09-24 21:59:36 +0200
committermontellese <montellese@xbmc.org>2012-10-10 23:08:06 +0200
commite9fbd79b307bdd4bb24b8594ae598f33d88b2a7e (patch)
tree4ccb05b251d4fd79aa73acf5f3c3c8542e2875be /project
parent65451ebb74083cd53a6effa73d42204018d0dbcf (diff)
[win32] remove HTTP-API references
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj6
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters21
2 files changed, 0 insertions, 27 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index b60aba2f2f..31079b9bbf 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -705,8 +705,6 @@
<ClCompile Include="..\..\xbmc\input\XBMC_keytable.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\AnnouncementManager.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\Builtins.cpp" />
- <ClCompile Include="..\..\xbmc\interfaces\http-api\HttpApi.cpp" />
- <ClCompile Include="..\..\xbmc\interfaces\http-api\XBMChttp.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\info\InfoBool.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\info\SkinVariable.cpp" />
<ClCompile Include="..\..\xbmc\interfaces\json-rpc\AddonsOperations.cpp" />
@@ -824,7 +822,6 @@
<ClCompile Include="..\..\xbmc\network\EventServer.cpp" />
<ClCompile Include="..\..\xbmc\network\GUIDialogAccessPoints.cpp" />
<ClCompile Include="..\..\xbmc\network\GUIDialogNetworkSetup.cpp" />
- <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPApiHandler.cpp" />
<ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPImageHandler.cpp" />
<ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPJsonRpcHandler.cpp" />
<ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPVfsHandler.cpp" />
@@ -1091,7 +1088,6 @@
<ClInclude Include="..\..\xbmc\interfaces\json-rpc\IJSONRPCAnnouncer.h" />
<ClInclude Include="..\..\xbmc\interfaces\json-rpc\JSONRPCUtils.h" />
<ClInclude Include="..\..\xbmc\interfaces\json-rpc\GUIOperations.h" />
- <ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPApiHandler.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPJsonRpcHandler.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPVfsHandler.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPWebinterfaceAddonsHandler.h" />
@@ -2135,8 +2131,6 @@
<ClInclude Include="..\..\xbmc\input\XBMC_vkeys.h" />
<ClInclude Include="..\..\xbmc\interfaces\AnnouncementManager.h" />
<ClInclude Include="..\..\xbmc\interfaces\Builtins.h" />
- <ClInclude Include="..\..\xbmc\interfaces\http-api\HttpApi.h" />
- <ClInclude Include="..\..\xbmc\interfaces\http-api\XBMChttp.h" />
<ClInclude Include="..\..\xbmc\interfaces\IAnnouncer.h" />
<ClInclude Include="..\..\xbmc\interfaces\info\InfoBool.h" />
<ClInclude Include="..\..\xbmc\interfaces\info\SkinVariable.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 5e784ba595..505c119e7c 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -127,9 +127,6 @@
<Filter Include="input\windows">
<UniqueIdentifier>{2f7a07e4-ac48-4e30-beb3-550e50b59c09}</UniqueIdentifier>
</Filter>
- <Filter Include="interfaces\http-api">
- <UniqueIdentifier>{3616033f-20f3-48c8-96bd-b07f2eed008e}</UniqueIdentifier>
- </Filter>
<Filter Include="interfaces\json-rpc">
<UniqueIdentifier>{15fc3844-6b50-4424-ba2c-ac9bd85d3ab0}</UniqueIdentifier>
</Filter>
@@ -1216,12 +1213,6 @@
<ClCompile Include="..\..\xbmc\input\windows\IrssMessage.cpp">
<Filter>input\windows</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\interfaces\http-api\HttpApi.cpp">
- <Filter>interfaces\http-api</Filter>
- </ClCompile>
- <ClCompile Include="..\..\xbmc\interfaces\http-api\XBMChttp.cpp">
- <Filter>interfaces\http-api</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\interfaces\json-rpc\AudioLibrary.cpp">
<Filter>interfaces\json-rpc</Filter>
</ClCompile>
@@ -2053,9 +2044,6 @@
<ClCompile Include="..\..\xbmc\filesystem\AFPDirectory.cpp">
<Filter>filesystem</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPApiHandler.cpp">
- <Filter>network\httprequesthandler</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPVfsHandler.cpp">
<Filter>network\httprequesthandler</Filter>
</ClCompile>
@@ -4062,12 +4050,6 @@
<ClInclude Include="..\..\xbmc\input\windows\IrssMessage.h">
<Filter>input\windows</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\interfaces\http-api\HttpApi.h">
- <Filter>interfaces\http-api</Filter>
- </ClInclude>
- <ClInclude Include="..\..\xbmc\interfaces\http-api\XBMChttp.h">
- <Filter>interfaces\http-api</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\interfaces\json-rpc\AudioLibrary.h">
<Filter>interfaces\json-rpc</Filter>
</ClInclude>
@@ -5312,9 +5294,6 @@
<ClInclude Include="..\..\xbmc\network\httprequesthandler\IHTTPRequestHandler.h">
<Filter>network\httprequesthandler</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPApiHandler.h">
- <Filter>network\httprequesthandler</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPVfsHandler.h">
<Filter>network\httprequesthandler</Filter>
</ClInclude>