aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2014-07-04 20:42:35 +0400
committerKarlson2k <k2k@narod.ru>2014-09-01 13:43:27 +0400
commit82787d6d101342d109c7c7f8ebd2cd9094d157e7 (patch)
treee84f96e5560ce4fac3f4fa21f53c6863b88f61bb /project/VS2010Express
parentff02a20444604a849f8f6542ba1fd428b492cc04 (diff)
[win32][vfs] FileFactory: switch to new CWin32File class; remove HDFile from win32 project
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 3690eaf6df..8e1e4dfaf1 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -300,7 +300,6 @@
<ClCompile Include="..\..\xbmc\filesystem\FileReaderFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\FTPDirectory.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\FTPParse.cpp" />
- <ClCompile Include="..\..\xbmc\filesystem\HDFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\HDHomeRunDirectory.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\HDHomeRunFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\HTSPDirectory.cpp" />
@@ -1045,7 +1044,6 @@
<ClInclude Include="..\..\xbmc\filesystem\FileReaderFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\FTPDirectory.h" />
<ClInclude Include="..\..\xbmc\filesystem\FTPParse.h" />
- <ClInclude Include="..\..\xbmc\filesystem\HDFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\HDHomeRunDirectory.h" />
<ClInclude Include="..\..\xbmc\filesystem\HDHomeRunFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\HTSPDirectory.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 847f056c88..fcec4f0c1f 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2035,9 +2035,6 @@
<ClCompile Include="..\..\xbmc\filesystem\FTPParse.cpp">
<Filter>filesystem</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\filesystem\HDFile.cpp">
- <Filter>filesystem</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\filesystem\HDHomeRunDirectory.cpp">
<Filter>filesystem</Filter>
</ClCompile>
@@ -4990,9 +4987,6 @@
<ClInclude Include="..\..\xbmc\filesystem\FTPParse.h">
<Filter>filesystem</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\filesystem\HDFile.h">
- <Filter>filesystem</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\filesystem\HDHomeRunDirectory.h">
<Filter>filesystem</Filter>
</ClInclude>