aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorace20022 <ace20022@xbmc.org>2014-09-03 16:00:57 +0200
committerace20022 <ace20022@ymail.com>2014-10-04 14:32:46 +0200
commit8ce6725160ddaff4446f54de391d886e97cd7f9f (patch)
treec442c3615472debf9a4aa5ed9cc26dd05f8678a2 /project
parentc83549e875aaca0476afbbf486d0086865f8afe4 (diff)
[bluray][files] Add new BlurayFile class.
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters6
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 64f7d5cde0..fde9bd8e9d 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -278,6 +278,7 @@
<ClCompile Include="..\..\xbmc\filesystem\AFPFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\ASAPFileDirectory.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\BlurayDirectory.cpp" />
+ <ClCompile Include="..\..\xbmc\filesystem\BlurayFile.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\CacheStrategy.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\CDDADirectory.cpp" />
<ClCompile Include="..\..\xbmc\filesystem\CDDAFile.cpp" />
@@ -848,6 +849,7 @@
<ClInclude Include="..\..\xbmc\DbUrl.h" />
<ClInclude Include="..\..\xbmc\dialogs\GUIDialogMediaFilter.h" />
<ClInclude Include="..\..\xbmc\FileItemListModification.h" />
+ <ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\HTTPFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\DAVCommon.h" />
<ClInclude Include="..\..\xbmc\filesystem\DAVFile.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 2f3a22d3da..c16c9c5332 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -3071,6 +3071,9 @@
<ClCompile Include="..\..\xbmc\utils\MarkWatchedJob.cpp">
<Filter>utils</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\filesystem\BlurayFile.cpp">
+ <Filter>filesystem</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">
@@ -6007,6 +6010,9 @@
<ClInclude Include="..\..\xbmc\settings\DiscSettings.h">
<Filter>settings</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h">
+ <Filter>filesystem</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc">