diff options
author | montellese <montellese@kodi.tv> | 2016-03-24 18:42:31 +0100 |
---|---|---|
committer | montellese <montellese@kodi.tv> | 2016-05-04 21:43:56 +0200 |
commit | e6719a1d675bb75141ca6ee4ef5c18ff69c59727 (patch) | |
tree | 91f9e10158ac4b16da8a44179252149e6f6ea31e /project/VS2010Express/XBMC.vcxproj | |
parent | f753928208668c93fdcedaa1bc149f6c8de750c8 (diff) |
[network] webserver: move some helper methods from CWebServer to HTTPRequestHandlerUtils
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 0c88bc4743..91e937d437 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -714,6 +714,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClCompile Include="..\..\xbmc\peripherals\devices\PeripheralJoystick.cpp" /> <ClCompile Include="..\..\xbmc\peripherals\EventScanner.cpp" /> <ClCompile Include="..\..\xbmc\peripherals\EventScanRate.cpp" /> + <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPRequestHandlerUtils.cpp" /> <ClCompile Include="..\..\xbmc\platform\posix\main.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">true</ExcludedFromBuild> </ClCompile> @@ -1267,6 +1268,7 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> <ClInclude Include="..\..\xbmc\peripherals\devices\PeripheralJoystick.h" /> <ClInclude Include="..\..\xbmc\peripherals\EventScanner.h" /> <ClInclude Include="..\..\xbmc\peripherals\EventScanRate.h" /> + <ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPRequestHandlerUtils.h" /> <ClInclude Include="..\..\xbmc\platform\MessagePrinter.h" /> <ClInclude Include="..\..\xbmc\media\MediaType.h" /> <ClInclude Include="..\..\xbmc\messaging\ApplicationMessenger.h" /> @@ -3148,4 +3150,4 @@ copy "..\Win32BuildSetup\dependencies\python27.dll" "$(TargetDir)"</Command> </VisualStudio> </ProjectExtensions> <Import Project="$(SolutionDir)\$(ProjectFileName).targets.user" Condition="Exists('$(SolutionDir)\$(ProjectFileName).targets.user')" /> -</Project>
\ No newline at end of file +</Project> |