diff options
author | blinkseb <blinkseb@svn> | 2010-05-16 08:29:59 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-05-16 08:29:59 +0000 |
commit | 42c78492719a17b9d1ea36e6eacfa77b10dfe471 (patch) | |
tree | 201eaac971e52a1413c0a6fbd6ac9b5fbb4eba98 /project/VS2010Express | |
parent | 77bb5ab5414e4280204da42e66e6318204a1fce8 (diff) |
[VS2010] updated cpluff, libenca project files in order to get rid of warning MSB8012
Removed files from solutions which don't exist anymore
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30220 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 1 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 26ae0185ee..4252a335a9 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1577,7 +1577,6 @@ <ClInclude Include="..\..\xbmc\GUIWindowPrograms.h" />
<ClInclude Include="..\..\xbmc\GUIWindowScreensaver.h" />
<ClInclude Include="..\..\xbmc\GUIWindowScripts.h" />
- <ClInclude Include="..\..\xbmc\GUIWindowScriptsInfo.h" />
<ClInclude Include="..\..\xbmc\GUIWindowSettings.h" />
<ClInclude Include="..\..\xbmc\GUIWindowSettingsCategory.h" />
<ClInclude Include="..\..\xbmc\GUIWindowSettingsProfile.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 8f7ce878de..679ab701c2 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3830,9 +3830,6 @@ <ClInclude Include="..\..\xbmc\GUIWindowScripts.h">
<Filter>Header Files</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\GUIWindowScriptsInfo.h">
- <Filter>Header Files</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\GUIWindowSettings.h">
<Filter>Header Files</Filter>
</ClInclude>
|