aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authormapfau <pfau@peak3d.de>2016-04-14 19:02:44 +0200
committermapfau <pfau@peak3d.de>2016-04-14 19:02:44 +0200
commitbe086776acd716fc0f9c0383001700f8a1b239fc (patch)
treec685c5b666987390408bb473f2973dc8379f0fb7 /project/VS2010Express
parentbda4a031291672457f16ef99412180078d2f439a (diff)
Pass postdata Base64 encoded using CURL Options
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters6
2 files changed, 0 insertions, 8 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 49b4059646..c26646616d 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -393,7 +393,6 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command>
<ClCompile Include="..\..\xbmc\filesystem\FTPDirectory.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\FTPParse.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\HTTPDirectory.cpp" />
- <ClCompile Include="..\..\xbmc\filesystem\HTTPFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\IDirectory.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\IFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\ImageFile.cpp" />
@@ -1105,7 +1104,6 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command>
<ClInclude Include="..\..\xbmc\filesystem\EventsDirectory.h" />
<ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\Directorization.h" />
- <ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\DAVCommon.h" />
<ClInclude Include="..\..\xbmc\filesystem\DAVFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\ImageFile.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 725804b0c9..9a0a9615d6 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2602,9 +2602,6 @@
<ClCompile Include="..\..\xbmc\interfaces\json-rpc\PVROperations.cpp">
<Filter>interfaces\json-rpc</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\filesystem\HTTPFile.cpp">
- <Filter>filesystem</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\utils\GroupUtils.cpp">
<Filter>utils</Filter>
</ClCompile>
@@ -5694,9 +5691,6 @@
<ClInclude Include="..\..\xbmc\interfaces\json-rpc\PVROperations.h">
<Filter>interfaces\json-rpc</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h">
- <Filter>filesystem</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\utils\GroupUtils.h">
<Filter>utils</Filter>
</ClInclude>