aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorpsyton <psytonx@gmail.com>2015-02-16 23:14:29 +0600
committerpsyton <psytonx@gmail.com>2015-03-13 06:31:52 +0600
commit9cc2c388a39cb429a4e3cbffe1d06aece447dbf6 (patch)
tree3e3c060a9c8d51215e8b9ab1c3e6184e98e3b070 /project
parent337f5f1e2b8a6c0bee39e202e93103b37e7b993a (diff)
ReplayGain refactoring. (Create class for store and work with RG data)
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters8
2 files changed, 9 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index d91950528a..4bdba8bb15 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -628,6 +628,7 @@
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderShn.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderSPC.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderYM.cpp" />
+ <ClCompile Include="..\..\xbmc\music\tags\ReplayGain.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\TagLibVFSStream.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\TagLoaderTagLib.cpp" />
<ClCompile Include="..\..\xbmc\music\windows\GUIWindowMusicBase.cpp" />
@@ -969,6 +970,7 @@
<ClInclude Include="..\..\xbmc\interfaces\python\pythreadstate.h" />
<ClInclude Include="..\..\xbmc\media\MediaType.h" />
<ClInclude Include="..\..\xbmc\music\karaoke\karaokevideobackground.h" />
+ <ClInclude Include="..\..\xbmc\music\tags\ReplayGain.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPFileHandler.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPImageTransformationHandler.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPPythonHandler.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index ea7d5ce7bf..99e0c58a6d 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="win32">
@@ -3113,6 +3113,9 @@
<ClCompile Include="..\..\xbmc\input\Key.cpp">
<Filter>input</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\music\tags\ReplayGain.cpp">
+ <Filter>music\tags</Filter>
+ </ClCompile>
<ClCompile Include="..\..\xbmc\network\httprequesthandler\python\HTTPPythonInvoker.cpp">
<Filter>network\httprequesthandler\python</Filter>
</ClCompile>
@@ -6089,6 +6092,9 @@
</ClInclude>
<ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryMarkWatchedJob.h">
<Filter>video\jobs</Filter>
+ </ClCompile>
+ <ClInclude Include="..\..\xbmc\music\tags\ReplayGain.h">
+ <Filter>music\tags</Filter>
</ClInclude>
<ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryCleaningJob.h">
<Filter>video\jobs</Filter>