diff options
author | montellese <montellese@xbmc.org> | 2013-03-05 13:08:21 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2013-03-09 19:05:18 +0100 |
commit | 2a2b9f30ad4a75c292ae2f2f53b321dded9064b2 (patch) | |
tree | 215b3d854eaa2b010e351eefee982aa301ff6315 /project | |
parent | a42a5cb7a24ec57e1510000d446e57a3019b05a7 (diff) |
[win32] update VS project files
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 5 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 3dcf4a0d89..ba3d8c25cd 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1099,6 +1099,8 @@ <ClInclude Include="..\..\xbmc\settings\windows\GUIWindowSettingsProfile.h" /> <ClInclude Include="..\..\xbmc\settings\windows\GUIWindowSettingsScreenCalibration.h" /> <ClInclude Include="..\..\xbmc\settings\windows\GUIWindowTestPattern.h" /> + <ClInclude Include="..\..\xbmc\utils\IRssObserver.h" /> + <ClInclude Include="..\..\xbmc\utils\RssManager.h" /> <ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h" /> <ClInclude Include="..\..\xbmc\interfaces\python\swig.h" /> <ClInclude Include="..\..\xbmc\interfaces\python\XBPython.h" /> @@ -1234,6 +1236,7 @@ </ClInclude> <ClInclude Include="..\..\xbmc\interfaces\json-rpc\AddonsOperations.h" /> <ClCompile Include="..\..\xbmc\ThumbLoader.cpp" /> + <ClCompile Include="..\..\xbmc\utils\RssManager.cpp" /> <ClCompile Include="..\..\xbmc\utils\test\TestUrlOptions.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild> @@ -2946,4 +2949,4 @@ </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project> +</Project>
\ No newline at end of file diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index ddeb4f3b9e..791c5182f7 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2970,6 +2970,9 @@ <ClCompile Include="..\..\xbmc\settings\windows\GUIWindowTestPattern.cpp"> <Filter>settings\windows</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\utils\RssManager.cpp"> + <Filter>utils</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> @@ -5798,6 +5801,12 @@ <ClInclude Include="..\..\xbmc\settings\windows\GUIWindowTestPattern.h"> <Filter>settings\windows</Filter> </ClInclude> + <ClInclude Include="..\..\xbmc\utils\IRssObserver.h"> + <Filter>utils</Filter> + </ClInclude> + <ClInclude Include="..\..\xbmc\utils\RssManager.h"> + <Filter>utils</Filter> + </ClInclude> </ItemGroup> <ItemGroup> <ResourceCompile Include="..\..\xbmc\win32\XBMC_PC.rc"> @@ -5829,4 +5838,4 @@ <Filter>interfaces\swig</Filter> </None> </ItemGroup> -</Project> +</Project>
\ No newline at end of file |