Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.ServiceModel/System.ServiceModel-net_4_0.csproj')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel-net_4_0.csproj28
1 files changed, 18 insertions, 10 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel-net_4_0.csproj b/mcs/class/System.ServiceModel/System.ServiceModel-net_4_0.csproj
index b7cc6017e8e..e7d954d497e 100644
--- a/mcs/class/System.ServiceModel/System.ServiceModel-net_4_0.csproj
+++ b/mcs/class/System.ServiceModel/System.ServiceModel-net_4_0.csproj
@@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<NoWarn>1699,414,169,67,3005,436,219,618</NoWarn>
<OutputPath>./../../class/lib/net_4_0</OutputPath>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;TRACE;NET_3_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -25,7 +25,7 @@
<DebugType>full</DebugType>
<NoWarn>1699,414,169,67,3005,436,219,618</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;TRACE;NET_3_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
@@ -34,7 +34,7 @@
<DebugType>pdbonly</DebugType>
<NoWarn>1699,414,169,67,3005,436,219,618</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_3_0</DefineConstants>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;TRACE;NET_3_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
@@ -171,6 +171,7 @@
<Compile Include="System.Collections.Generic\SynchronizedCollection.cs" />
<Compile Include="System.Collections.Generic\SynchronizedKeyedCollection.cs" />
<Compile Include="System.Collections.Generic\SynchronizedReadOnlyCollection.cs" />
+ <Compile Include="System.IO\PipeException.cs" />
<Compile Include="System.ServiceModel\ActionNotSupportedException.cs" />
<Compile Include="System.ServiceModel.Activation\AspNetIntegrationRequirementsAttribute.cs" />
<Compile Include="System.ServiceModel.Activation\IServiceHostFactory.cs" />
@@ -213,6 +214,7 @@
<Compile Include="System.ServiceModel.Channels\CompositeDuplexBindingElement.cs" />
<Compile Include="System.ServiceModel.Channels\CompositeDuplexBindingElementImporter.cs" />
<Compile Include="System.ServiceModel.Channels\ConnectionOrientedTransportBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels\ContentType.cs" />
<Compile Include="System.ServiceModel.Channels\CustomBinding.cs" />
<Compile Include="System.ServiceModel.Channels\DeliveryFailure.cs" />
<Compile Include="System.ServiceModel.Channels\DeliveryStatus.cs" />
@@ -297,13 +299,19 @@
<Compile Include="System.ServiceModel.Channels\NamedPipeReplyChannel.cs" />
<Compile Include="System.ServiceModel.Channels\NamedPipeRequestChannel.cs" />
<Compile Include="System.ServiceModel.Channels\NamedPipetransportBindingElement.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\PeerDuplexChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpBinaryFrameManager.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpChannelFactory.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpChannelListener.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpDuplexSessionChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpReplyChannel.cs" />
+ <Compile Include="System.ServiceModel.Channels.NetTcp\TcpRequestChannel.cs" />
<Compile Include="System.ServiceModel.Channels\OneWayBindingElement.cs" />
<Compile Include="System.ServiceModel.Channels\OneWayBindingElementImporter.cs" />
<Compile Include="System.ServiceModel.Channels\OutputChannelBase.cs" />
<Compile Include="System.ServiceModel.Channels\PeerChannelFactory.cs" />
<Compile Include="System.ServiceModel.Channels\PeerChannelListener.cs" />
<Compile Include="System.ServiceModel.Channels\PeerCustomResolverBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\PeerDuplexChannel.cs" />
<Compile Include="System.ServiceModel.Channels\PeerInputChannel.cs" />
<Compile Include="System.ServiceModel.Channels\PeerOutputChannel.cs" />
<Compile Include="System.ServiceModel.Channels\PeerResolverBindingElement.cs" />
@@ -348,13 +356,7 @@
<Compile Include="System.ServiceModel.Channels\SvcHttpHandler.cs" />
<Compile Include="System.ServiceModel.Channels\SvcHttpHandlerFactory.cs" />
<Compile Include="System.ServiceModel.Channels\SymmetricSecurityBindingElement.cs" />
- <Compile Include="System.ServiceModel.Channels\TcpBinaryFrameManager.cs" />
- <Compile Include="System.ServiceModel.Channels\TcpChannelFactory.cs" />
- <Compile Include="System.ServiceModel.Channels\TcpChannelListener.cs" />
<Compile Include="System.ServiceModel.Channels\TcpConnectionPoolSettings.cs" />
- <Compile Include="System.ServiceModel.Channels\TcpDuplexSessionChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\TcpReplyChannel.cs" />
- <Compile Include="System.ServiceModel.Channels\TcpRequestChannel.cs" />
<Compile Include="System.ServiceModel.Channels\TcpTransportBindingElement.cs" />
<Compile Include="System.ServiceModel.Channels\TextMessageEncoder.cs" />
<Compile Include="System.ServiceModel.Channels\TextMessageEncoderFactory.cs" />
@@ -374,6 +376,7 @@
<Compile Include="System.ServiceModel\ClientBase.cs" />
<Compile Include="System.ServiceModel\ClientCredentialsSecurityTokenManager.cs" />
<Compile Include="System.ServiceModel\ClientProxyGenerator.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
<Compile Include="System.ServiceModel\ClientRuntimeChannel.cs" />
<Compile Include="System.ServiceModel.ComIntegration\Dummy.cs" />
<Compile Include="System.ServiceModel\CommunicationException.cs" />
@@ -437,6 +440,7 @@
<Compile Include="System.ServiceModel.Configuration\EndpointBehaviorElementCollection.cs" />
<Compile Include="System.ServiceModel.Configuration\EndpointBehaviorElement.cs" />
<Compile Include="System.ServiceModel.Configuration\EndpointCollectionElement.cs" />
+ <Compile Include="System.ServiceModel.Configuration\EndToEndTracingElement.cs" />
<Compile Include="System.ServiceModel.Configuration\ExtensionElementCollection.cs" />
<Compile Include="System.ServiceModel.Configuration\ExtensionElement.cs" />
<Compile Include="System.ServiceModel.Configuration\ExtensionsSection.cs" />
@@ -690,6 +694,8 @@
<Compile Include="System.ServiceModel.Description\XmlName.cs" />
<Compile Include="System.ServiceModel.Description\XmlSerializerMessageContractImporter.cs" />
<Compile Include="System.ServiceModel.Description\XmlSerializerOperationBehavior.cs" />
+ <Compile Include="System.ServiceModel.Diagnostics\MessageLoggingSettings.cs" />
+ <Compile Include="System.ServiceModel.Diagnostics\MessageLogTraceRecord.cs" />
<Compile Include="System.ServiceModel.Diagnostics\PerformanceCounterScope.cs" />
<Compile Include="System.ServiceModel.Dispatcher\ActionMessageFilter.cs" />
<Compile Include="System.ServiceModel.Dispatcher\ActionMessageFilterTable.cs" />
@@ -755,6 +761,7 @@
<Compile Include="System.ServiceModel.Dispatcher\ServiceThrottle.cs" />
<Compile Include="System.ServiceModel.Dispatcher\SessionInstanceContextProvider.cs" />
<Compile Include="System.ServiceModel.Dispatcher\SingletonInstanceContextProvider.cs" />
+ <Compile Include="System.ServiceModel.Dispatcher\XmlMessagesFormatter.cs" />
<Compile Include="System.ServiceModel.Dispatcher\XPathMessageContext.cs" />
<Compile Include="System.ServiceModel.Dispatcher\XPathMessageFilter.cs" />
<Compile Include="System.ServiceModel.Dispatcher\XPathMessageFilterTable.cs" />
@@ -793,6 +800,7 @@
<Compile Include="System.ServiceModel\InvalidMessageContractException.cs" />
<Compile Include="System.ServiceModel\IOnlineStatus.cs" />
<Compile Include="System.ServiceModel\IServiceChannel.cs" />
+ <Compile Include="System.ServiceModel\Logger.cs" />
<Compile Include="System.ServiceModel\MessageBodyAttribute.cs" />
<Compile Include="System.ServiceModel\MessageContractAttribute.cs" />
<Compile Include="System.ServiceModel\MessageContractMemberAttribute.cs" />