Skip to content

Commit

Permalink
[win32] Sync VS project.
Browse files Browse the repository at this point in the history
  • Loading branch information
ace20022 authored and FernetMenta committed Sep 20, 2015
1 parent ea05a8b commit 290c497
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/VS2010Express/XBMC.vcxproj
Expand Up @@ -677,6 +677,7 @@
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderCDDA.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderDatabase.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderFactory.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderFFmpeg.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderShn.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\ReplayGain.cpp" />
<ClCompile Include="..\..\xbmc\music\tags\TagLibVFSStream.cpp" />
Expand Down Expand Up @@ -1091,6 +1092,7 @@
<ClInclude Include="..\..\xbmc\music\CueInfoLoader.h" />
<ClInclude Include="..\..\xbmc\music\EmbeddedArt.h" />
<ClInclude Include="..\..\xbmc\music\karaoke\karaokevideobackground.h" />
<ClInclude Include="..\..\xbmc\music\tags\MusicInfoTagLoaderFFmpeg.h" />
<ClInclude Include="..\..\xbmc\music\tags\ReplayGain.h" />
<ClInclude Include="..\..\xbmc\network\dacp\dacp.h" />
<ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPFileHandler.h" />
Expand Down
4 changes: 4 additions & 0 deletions project/VS2010Express/XBMC.vcxproj.filters
Expand Up @@ -3197,6 +3197,8 @@
</ClCompile>
<ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryRefreshingJob.cpp">
<Filter>video\jobs</Filter>
<ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderFFmpeg.cpp">
<Filter>music\tags</Filter>
</ClCompile>
<ClCompile Include="..\..\xbmc\guilib\Gif.cpp">
<Filter>guilib</Filter>
Expand Down Expand Up @@ -6255,6 +6257,8 @@
</ClInclude>
<ClInclude Include="..\..\xbmc\utils\win32\memcpy_sse2.h">
<Filter>utils\win32</Filter>
<ClInclude Include="..\..\xbmc\music\tags\MusicInfoTagLoaderFFmpeg.h">
<Filter>music\tags</Filter>
</ClInclude>
<ClInclude Include="..\..\xbmc\guilib\Gif.h">
<Filter>guilib</Filter>
Expand Down

0 comments on commit 290c497

Please sign in to comment.