diff options
author | blinkseb <blinkseb@svn> | 2010-10-15 14:33:47 +0000 |
---|---|---|
committer | blinkseb <blinkseb@svn> | 2010-10-15 14:33:47 +0000 |
commit | 8a60eb93e490c69b4b0f1b921134202866ded6c9 (patch) | |
tree | 7585f9dc844619ec3fcabb17ca00c78665691f33 /project/VS2010Express | |
parent | 662738e99e23b976ab2b6fab121159d4fa18ebd9 (diff) |
[WIN32] removed missing header file from vs2k10 project
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34765 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 6626efed04..7fc55c715e 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1135,7 +1135,6 @@ <ClInclude Include="..\..\xbmc\cores\paplayer\DllAdpcm.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DllASAP.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DllDCACodec.h" />
- <ClInclude Include="..\..\xbmc\cores\paplayer\DllGensApu.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DllLibFlac.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DllNosefart.h" />
<ClInclude Include="..\..\xbmc\cores\paplayer\DllSidplay2.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index a27af3a5d9..24eb175fd6 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2510,9 +2510,6 @@ <ClInclude Include="..\..\xbmc\cores\paplayer\DllDCACodec.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\cores\paplayer\DllGensApu.h">
- <Filter>cores\paplayer</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\cores\paplayer\DllLibFlac.h">
<Filter>cores\paplayer</Filter>
</ClInclude>
|