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:
authormonojenkins <jo.shields+jenkins@xamarin.com>2019-04-26 01:13:31 +0300
committerMarek Safar <marek.safar@gmail.com>2019-04-29 16:47:04 +0300
commit344df07dd2012f77e809f0c2ea8f86ad69018f2a (patch)
treebd3b2035599ad18f303f7f65cb7c785a658d70ed /mcs/class/System.ServiceModel
parent23343ab5061172c18602a84c186a9a7df1a51e58 (diff)
[csproj] Update project files
Diffstat (limited to 'mcs/class/System.ServiceModel')
-rw-r--r--mcs/class/System.ServiceModel/System.ServiceModel.csproj10
1 files changed, 9 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceModel/System.ServiceModel.csproj b/mcs/class/System.ServiceModel/System.ServiceModel.csproj
index 5d035c10ed8..f353ef67303 100644
--- a/mcs/class/System.ServiceModel/System.ServiceModel.csproj
+++ b/mcs/class/System.ServiceModel/System.ServiceModel.csproj
@@ -328,7 +328,6 @@
<Compile Include="System.ServiceModel\ChannelFactory_1.cs" />
<Compile Include="System.ServiceModel\ClientBase.cs" />
<Compile Include="System.ServiceModel\ClientProxyGenerator.cs" />
- <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
<Compile Include="System.ServiceModel\ClientRuntimeChannel.cs" />
<Compile Include="System.ServiceModel\CommunicationException.cs" />
<Compile Include="System.ServiceModel\CommunicationObjectAbortedException.cs" />
@@ -416,12 +415,14 @@
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'winaot'">
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'wasm'">
@@ -434,12 +435,14 @@
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'orbis'">
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'net_4_x'">
@@ -1054,6 +1057,7 @@
<Compile Include="System.ServiceModel\BasicHttpBinding.cs" />
<Compile Include="System.ServiceModel\ChannelTerminatedException.cs" />
<Compile Include="System.ServiceModel\ClientCredentialsSecurityTokenManager.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
<Compile Include="System.ServiceModel\DeliveryRequirementsAttribute.cs" />
<Compile Include="System.ServiceModel\DuplexClientRuntimeChannel.cs" />
<Compile Include="System.ServiceModel\EndpointAddressAugust2004.cs" />
@@ -1112,24 +1116,28 @@
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'monotouch_tv'">
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'monotouch'">
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
<When Condition="'$(Platform)' == 'monodroid'">
<ItemGroup>
<Compile Include="Dummy_2_1.cs" />
<Compile Include="System.ServiceModel.Channels\MessageBuffer_2_1.cs" />
+ <Compile Include="System.ServiceModel\ClientRealProxy.cs" />
</ItemGroup>
</When>
</Choose>