diff options
author | montellese <montellese@xbmc.org> | 2012-09-05 21:21:42 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-09-05 21:21:42 +0200 |
commit | 4ed11c82c5b8145f92b4b4fcd17370d6a9fbf9af (patch) | |
tree | 5ad47ddaf48932fc24a4b1f71fea9da10bda47ec /project | |
parent | b0e6bfffcccb0d1a3fcaab4669a113d057de7832 (diff) |
[win32] fix VS project file
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index 29ba9671c3..e7bf68721e 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -5616,7 +5616,7 @@ </ClInclude> <ClInclude Include="..\..\xbmc\music\MusicDbUrl.h"> <Filter>music</Filter> - </ClCompile> + </ClInclude> <ClInclude Include="..\..\xbmc\test\TestBasicEnvironment.h"> <Filter>test</Filter> </ClInclude> |