diff options
author | montellese <montellese@xbmc.org> | 2015-01-10 01:36:31 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-01-24 11:09:40 +0100 |
commit | b7f053964aff0960790295647d86c68a3e979449 (patch) | |
tree | df0ae7b6e9ed7317ee9d99cc45161e1e535fefb3 /project/VS2010Express/XBMC.vcxproj | |
parent | ae98154fcf435c963b66754ef7b2ff2c8a73cf3f (diff) |
[win32] update VS project files
Diffstat (limited to 'project/VS2010Express/XBMC.vcxproj')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 31167e7d7b..f53c8dce44 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -635,6 +635,7 @@ <ClCompile Include="..\..\xbmc\network\EventServer.cpp" /> <ClCompile Include="..\..\xbmc\network\GUIDialogAccessPoints.cpp" /> <ClCompile Include="..\..\xbmc\network\GUIDialogNetworkSetup.cpp" /> + <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPFileHandler.cpp" /> <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPImageHandler.cpp" /> <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPJsonRpcHandler.cpp" /> <ClCompile Include="..\..\xbmc\network\httprequesthandler\HTTPVfsHandler.cpp" /> @@ -647,6 +648,11 @@ <ClCompile Include="..\..\xbmc\network\NetworkServices.cpp" /> <ClCompile Include="..\..\xbmc\network\Socket.cpp" /> <ClCompile Include="..\..\xbmc\network\TCPServer.cpp" /> + <ClCompile Include="..\..\xbmc\network\test\TestWebServer.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">false</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\..\xbmc\network\UdpClient.cpp" /> <ClCompile Include="..\..\xbmc\network\upnp\UPnP.cpp" /> <ClCompile Include="..\..\xbmc\network\upnp\UPnPInternal.cpp" /> @@ -934,6 +940,7 @@ <ClInclude Include="..\..\xbmc\interfaces\python\pythreadstate.h" /> <ClInclude Include="..\..\xbmc\media\MediaType.h" /> <ClInclude Include="..\..\xbmc\music\karaoke\karaokevideobackground.h" /> + <ClInclude Include="..\..\xbmc\network\httprequesthandler\HTTPFileHandler.h" /> <ClInclude Include="..\..\xbmc\network\NetworkServices.h" /> <ClInclude Include="..\..\xbmc\peripherals\bus\virtual\PeripheralBusCEC.h" /> <ClInclude Include="..\..\xbmc\network\upnp\UPnPSettings.h" /> @@ -983,6 +990,7 @@ <ClInclude Include="..\..\xbmc\utils\auto_buffer.h" /> <ClInclude Include="..\..\xbmc\utils\BooleanLogic.h" /> <ClInclude Include="..\..\xbmc\utils\CharsetDetection.h" /> + <ClInclude Include="..\..\xbmc\utils\HttpRangeUtils.h" /> <ClInclude Include="..\..\xbmc\utils\IRssObserver.h" /> <ClInclude Include="..\..\xbmc\utils\IXmlDeserializable.h" /> <ClInclude Include="..\..\xbmc\utils\LegacyPathTranslation.h" /> @@ -1128,10 +1136,15 @@ <ClCompile Include="..\..\xbmc\utils\auto_buffer.cpp" /> <ClCompile Include="..\..\xbmc\utils\BooleanLogic.cpp" /> <ClCompile Include="..\..\xbmc\utils\CharsetDetection.cpp" /> + <ClCompile Include="..\..\xbmc\utils\HttpRangeUtils.cpp" /> <ClCompile Include="..\..\xbmc\utils\LegacyPathTranslation.cpp" /> <ClCompile Include="..\..\xbmc\utils\MarkWatchedJob.cpp" /> <ClCompile Include="..\..\xbmc\utils\RssManager.cpp" /> <ClCompile Include="..\..\xbmc\utils\StringValidation.cpp" /> + <ClCompile Include="..\..\xbmc\utils\test\TestHttpRangeUtils.cpp"> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\..\xbmc\utils\test\TestUrlOptions.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> |