diff options
author | CrystalPT <CrystalPT@svn> | 2010-05-12 20:38:00 +0000 |
---|---|---|
committer | CrystalPT <CrystalPT@svn> | 2010-05-12 20:38:00 +0000 |
commit | d1655889f26a885c93dd5f985f8de5f5aa777b35 (patch) | |
tree | 21cbb99682023ab644e6ffd4f2f414b3e9310b32 /project/VS2008Express | |
parent | f8d2bcf1f1bac4273bf68afbb386987a9a68c281 (diff) |
VS2008 project fixup
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30066 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2008Express')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index a3d00dc0fa..5760003959 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="XBMC" ProjectGUID="{3A68081D-E8F9-4523-9436-530DE9E5530A}" RootNamespace="XBMC_PC" @@ -2272,6 +2272,10 @@ RelativePath="..\..\xbmc\CueDocument.cpp" > </File> + <File + RelativePath="..\..\xbmc\SystemGlobals.h" + > + </File> <Filter Name="Settings" > @@ -3696,6 +3700,14 @@ > </File> <File + RelativePath="..\..\xbmc\GUIDialogTextViewer.cpp" + > + </File> + <File + RelativePath="..\..\xbmc\GUIDialogTextViewer.h" + > + </File> + <File RelativePath="..\..\xbmc\GUIDialogVideoBookmarks.cpp" > </File> @@ -3840,10 +3852,6 @@ > </File> <File - RelativePath="..\..\xbmc\GUIWindowScriptsInfo.cpp" - > - </File> - <File RelativePath="..\..\xbmc\GUIWindowSlideShow.cpp" > </File> |