diff options
author | elupus <elupus@svn> | 2010-02-28 12:11:35 +0000 |
---|---|---|
committer | elupus <elupus@svn> | 2010-02-28 12:11:35 +0000 |
commit | 7dd7179a7a37d744c48d5da13ec4f0a244bc84a6 (patch) | |
tree | 931fec4a02b4bc26752af1777577824d95eca46a /project/VS2008Express/XBMC.vcproj | |
parent | cd69c6dfadb76757385eb10c712e14165f0d1666 (diff) |
fixed: windows project to match rename of myth files.
Ps... They had the prefix C not because of [c]lass, but because they use lib[c]myth...
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@28215 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2008Express/XBMC.vcproj')
-rw-r--r-- | project/VS2008Express/XBMC.vcproj | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/project/VS2008Express/XBMC.vcproj b/project/VS2008Express/XBMC.vcproj index 1d83f1f9e7..271830be9f 100644 --- a/project/VS2008Express/XBMC.vcproj +++ b/project/VS2008Express/XBMC.vcproj @@ -4002,27 +4002,27 @@ > </File> <File - RelativePath="..\..\xbmc\FileSystem\CMythDirectory.cpp" + RelativePath="..\..\xbmc\FileSystem\MythDirectory.cpp" > </File> <File - RelativePath="..\..\xbmc\FileSystem\CMythDirectory.h" + RelativePath="..\..\xbmc\FileSystem\MythDirectory.h" > </File> <File - RelativePath="..\..\xbmc\FileSystem\CMythFile.cpp" + RelativePath="..\..\xbmc\FileSystem\MythFile.cpp" > </File> <File - RelativePath="..\..\xbmc\FileSystem\CMythFile.h" + RelativePath="..\..\xbmc\FileSystem\MythFile.h" > </File> <File - RelativePath="..\..\xbmc\FileSystem\CMythSession.cpp" + RelativePath="..\..\xbmc\FileSystem\MythSession.cpp" > </File> <File - RelativePath="..\..\xbmc\FileSystem\CMythSession.h" + RelativePath="..\..\xbmc\FileSystem\MythSession.h" > </File> <File |