Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
thisdir = class/System.Web.Http.SelfHost
SUBDIRS =
include ../../build/rules.make
LIBRARY = System.Web.Http.SelfHost.dll
System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources: ../../../external/aspnetwebstack/src/Common/CommonWebApiResources.resx
$(RESGEN) "$<" "$@"
System.Web.Http.SelfHost.Properties.SRResources.resources: ../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/SRResources.resx
$(RESGEN) "$<" "$@"
LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll -r:System.Xml.dll -r:System.Configuration.dll -r:System.Net.Http.dll \
-r:System.Runtime.Serialization.dll -r:System.ServiceModel.dll -r:System.IdentityModel.dll \
-r:System.Web.Http.dll -r:System.Net.Http.Formatting.dll \
-d:ASPNETMVC -keyfile:../winfx.pub -delaysign
include ../../build/library.make
$(the_lib): System.Web.Http.SelfHost.Properties.CommonWebApiResources.resources \
System.Web.Http.SelfHost.Properties.SRResources.resources

View File

@@ -0,0 +1,43 @@
../../../external/aspnetwebstack/src/CommonAssemblyInfo.cs
../../../external/aspnetwebstack/src/TransparentCommonAssemblyInfo.cs
../../../external/aspnetwebstack/src/Common/DictionaryExtensions.cs
../../../external/aspnetwebstack/src/Common/Error.cs
../../../external/aspnetwebstack/src/Common/HttpMethodHelper.cs
../../../external/aspnetwebstack/src/Common/TaskHelpers.cs
../../../external/aspnetwebstack/src/Common/TaskHelpersExtensions.cs
../../../external/aspnetwebstack/src/Common/CommonWebApiResources.Designer.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/HttpRequestMessageExtensions.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessage.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessageEncoderFactory.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessageEncodingBindingElement.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessageEncodingChannelListener.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessageEncodingReplyChannel.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessageEncodingRequestContext.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpMessageExtensions.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpBinding.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpBindingSecurity.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpBindingSecurityMode.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/HttpBindingSecurityModeHelper.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/HttpSelfHostConfiguration.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/HttpSelfHostServer.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/AssemblyInfo.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/Properties/SRResources.Designer.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/AsyncResult.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/BufferedOutputStream.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/BufferManagerOutputStream.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/ChannelAcceptor.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/ChannelBindingUtility.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/CompletedAsyncResult.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/HttpTransportDefaults.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/IChannelAcceptor.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/LayeredChannel.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/LayeredChannelAcceptor.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/LayeredChannelListener.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/Channels/TransportDefaults.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/HostNameComparisonModeHelper.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/HttpClientCredentialTypeHelper.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/HttpProxyCredentialTypeHelper.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/HttpTransportSecurityExtensionMethods.cs
../../../external/aspnetwebstack/src/System.Web.Http.SelfHost/ServiceModel/TransferModeHelper.cs