aboutsummaryrefslogtreecommitdiff
path: root/project/VS2010Express
diff options
context:
space:
mode:
authorRainer Hochecker <fernetmenta@online.de>2014-10-17 08:55:16 +0200
committerRainer Hochecker <fernetmenta@online.de>2014-10-31 21:45:03 +0100
commitce924e98a4f6be2e31dec8fa5846307cbe56f273 (patch)
tree08feb0577fc90f9bae9abe3874a2d21fc108db5a /project/VS2010Express
parenteda7cc530f9770879a771252179fe4872b878ddf (diff)
videorefclock: refactoring
Diffstat (limited to 'project/VS2010Express')
-rw-r--r--project/VS2010Express/XBMC.vcxproj5
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters14
2 files changed, 17 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index b33e533115..c29fb2f17b 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -1139,6 +1139,7 @@
<ClCompile Include="..\..\xbmc\utils\win32\Win32Log.cpp" />
<ClCompile Include="..\..\xbmc\utils\XSLTUtils.cpp" />
<ClCompile Include="..\..\xbmc\video\PlayerController.cpp" />
+ <ClCompile Include="..\..\xbmc\video\videosync\VideoSyncD3D.cpp" />
<ClCompile Include="..\..\xbmc\video\VideoThumbLoader.cpp" />
<ClCompile Include="..\..\xbmc\music\MusicThumbLoader.cpp" />
<ClCompile Include="..\..\xbmc\ThumbnailCache.cpp" />
@@ -2025,6 +2026,8 @@
<ClInclude Include="..\..\xbmc\DatabaseManager.h" />
<ClInclude Include="..\..\xbmc\ThumbLoader.h" />
<ClInclude Include="..\..\xbmc\video\PlayerController.h" />
+ <ClInclude Include="..\..\xbmc\video\videosync\VideoSync.h" />
+ <ClInclude Include="..\..\xbmc\video\videosync\VideoSyncD3D.h" />
<ClInclude Include="..\..\xbmc\video\VideoThumbLoader.h" />
<ClInclude Include="..\..\xbmc\music\MusicThumbLoader.h" />
<ClInclude Include="..\..\xbmc\ThumbnailCache.h" />
@@ -2551,4 +2554,4 @@
</VisualStudio>
</ProjectExtensions>
<Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index ca16ec8c1a..dbb9b9d41f 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -319,6 +319,9 @@
<Filter Include="utils\win32">
<UniqueIdentifier>{3adbba6a-6fbf-4192-b215-108d94bde1e0}</UniqueIdentifier>
</Filter>
+ <Filter Include="video\videosync">
+ <UniqueIdentifier>{9775d5c0-c640-4606-a625-e6cdcf9f959e}</UniqueIdentifier>
+ </Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\xbmc\win32\pch.cpp">
@@ -3077,6 +3080,9 @@
<ClCompile Include="..\..\xbmc\filesystem\BlurayFile.cpp">
<Filter>filesystem</Filter>
</ClCompile>
+ <ClCompile Include="..\..\xbmc\video\videosync\VideoSyncD3D.cpp">
+ <Filter>video\videosync</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\xbmc\win32\pch.h">
@@ -6022,6 +6028,12 @@
<ClInclude Include="..\..\xbmc\filesystem\BlurayFile.h">
<Filter>filesystem</Filter>
</ClInclude>
+ <ClInclude Include="..\..\xbmc\video\videosync\VideoSyncD3D.h">
+ <Filter>video\videosync</Filter>
+ </ClInclude>
+ <ClInclude Include="..\..\xbmc\video\videosync\VideoSync.h">
+ <Filter>video\videosync</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc">
@@ -6067,4 +6079,4 @@
<Filter>interfaces\swig</Filter>
</None>
</ItemGroup>
-</Project>
+</Project> \ No newline at end of file