diff options
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index cbe52b5e4e..922823493b 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1269,6 +1269,7 @@ <ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryJob.cpp" /> <ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryMarkWatchedJob.cpp" /> <ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryProgressJob.cpp" /> + <ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryRefreshingJob.cpp" /> <ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryScanningJob.cpp" /> <ClCompile Include="..\..\xbmc\video\PlayerController.cpp" /> <ClCompile Include="..\..\xbmc\video\videosync\VideoSyncD3D.cpp" /> @@ -2109,6 +2110,7 @@ <ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryJob.h" /> <ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryMarkWatchedJob.h" /> <ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryProgressJob.h" /> + <ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryRefreshingJob.h" /> <ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryScanningJob.h" /> <ClInclude Include="..\..\xbmc\video\PlayerController.h" /> <ClInclude Include="..\..\xbmc\video\videosync\VideoSync.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index bd62734f05..041cdfadeb 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3198,6 +3198,9 @@ <ClCompile Include="..\..\xbmc\filesystem\XbtManager.cpp"> <Filter>filesystem</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\video\jobs\VideoLibraryRefreshingJob.cpp"> + <Filter>video\jobs</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -6193,6 +6196,9 @@ <ClInclude Include="..\..\xbmc\filesystem\XbtManager.h"> <Filter>filesystem</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\video\jobs\VideoLibraryRefreshingJob.h"> + <Filter>video\jobs</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> |