diff options
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index e8e8dce36a..7f652a2eb6 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1655,6 +1655,7 @@ <ClCompile Include="..\..\xbmc\windows\GUIWindowPointer.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowScreensaver.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowScreensaverDim.cpp" /> + <ClCompile Include="..\..\xbmc\windows\GUIWindowSplash.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowStartup.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowSystemInfo.cpp" /> <ClCompile Include="..\..\xbmc\windows\GUIWindowWeather.cpp" /> @@ -2151,6 +2152,7 @@ <ClInclude Include="..\..\xbmc\win32\IMMNotificationClient.h" /> <ClInclude Include="..\..\xbmc\win32\pch.h" /> <ClInclude Include="..\..\xbmc\win32\PlatformDefs.h" /> + <ClInclude Include="..\..\xbmc\windows\GUIWindowSplash.h" /> <ClInclude Include="..\..\xbmc\XBDateTime.h" /> <ClInclude Include="..\..\xbmc\XbmcContext.h" /> <ClInclude Include="..\..\xbmc\win32\PlatformInclude.h" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index cada31e827..cd39ec68d4 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -3096,6 +3096,9 @@ <ClCompile Include="..\..\xbmc\contrib\kissfft\kiss_fftr.c"> <Filter>contrib\kissfft</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\windows\GUIWindowSplash.cpp"> + <Filter>windows</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -5989,6 +5992,9 @@ <ClInclude Include="..\..\xbmc\contrib\kissfft\kiss_fftr.h"> <Filter>contrib\kissfft</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\windows\GUIWindowSplash.h"> + <Filter>windows</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> |