[mcs] Validate more nameof argument expressions
[mono.git] / mcs / class / System.Web.Services / System.Web.Services-net_4_0.csproj
index af4afcebd1fa29206ebf0b0866e0b26c1a4fa890..64651ca6bbd8f43cada5682524395f296649d9ef 100644 (file)
@@ -5,14 +5,16 @@
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
     <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
+    <ProjectGuid>{75EA05AE-77E9-44DA-9ECC-CC5808134137}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <NoWarn>1699,649,169</NoWarn>\r
     <OutputPath>./../../class/lib/net_4_0</OutputPath>\r
-    <NoStdLib>true</NoStdLib>\r
+    <NoStdLib>True</NoStdLib>\r
+    <NoConfig>True</NoConfig>\r
     \r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace></RootNamespace>\r
+    <RootNamespace>\r
+    </RootNamespace>\r
     <AssemblyName>System.Web.Services</AssemblyName>\r
     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
@@ -25,7 +27,6 @@
     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
+  </PropertyGroup>\r
+  <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
+  Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
+  is a problem to compile the Mono mscorlib.dll -->\r
+  <PropertyGroup>\r
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
   </PropertyGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
   <ItemGroup>\r
-   <Compile Include="Assembly\AssemblyInfo.cs" />
-   <Compile Include="..\..\build\common\Consts.cs" />
-   <Compile Include="..\..\build\common\Locale.cs" />
-   <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
-   <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
-   <Compile Include="System.Web.Services\WebService.cs" />
-   <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
-   <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
-   <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
-   <Compile Include="System.Web.Services\WsiProfiles.cs" />
-   <Compile Include="System.Web.Services.Configuration\DiagnosticsElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\PriorityGroup.cs" />
-   <Compile Include="System.Web.Services.Configuration\ProtocolElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\ProtocolElementCollection.cs" />
-   <Compile Include="System.Web.Services.Configuration\SoapEnvelopeProcessingElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElementCollection.cs" />
-   <Compile Include="System.Web.Services.Configuration\TypeElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\TypeElementCollection.cs" />
-   <Compile Include="System.Web.Services.Configuration\TypeTypeConverter.cs" />
-   <Compile Include="System.Web.Services.Configuration\WebServicesConfigurationSectionHandler.cs" />
-   <Compile Include="System.Web.Services.Configuration\WebServiceProtocols.cs" />
-   <Compile Include="System.Web.Services.Configuration\WebServicesSection.cs" />
-   <Compile Include="System.Web.Services.Configuration\WsdlHelpGeneratorElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\WsiProfilesElement.cs" />
-   <Compile Include="System.Web.Services.Configuration\WsiProfilesElementCollection.cs" />
-   <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
-   <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
-   <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
-   <Compile Include="System.Web.Services.Description\BasicProfileChecker.cs" />
-   <Compile Include="System.Web.Services.Description\BasicProfileViolation.cs" />
-   <Compile Include="System.Web.Services.Description\BasicProfileViolationCollection.cs" />
-   <Compile Include="System.Web.Services.Description\BasicProfileViolationEnumerator.cs" />
-   <Compile Include="System.Web.Services.Description\Binding.cs" />
-   <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
-   <Compile Include="System.Web.Services.Description\ConformanceChecker.cs" />
-   <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
-   <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
-   <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
-   <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
-   <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
-   <Compile Include="System.Web.Services.Description\HttpGetProtocolImporter.cs" />
-   <Compile Include="System.Web.Services.Description\HttpGetProtocolReflector.cs" />
-   <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
-   <Compile Include="System.Web.Services.Description\HttpPostProtocolImporter.cs" />
-   <Compile Include="System.Web.Services.Description\HttpPostProtocolReflector.cs" />
-   <Compile Include="System.Web.Services.Description\HttpSimpleProtocolImporter.cs" />
-   <Compile Include="System.Web.Services.Description\HttpSimpleProtocolReflector.cs" />
-   <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
-   <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Import.cs" />
-   <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
-   <Compile Include="System.Web.Services.Description\InputBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Message.cs" />
-   <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
-   <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
-   <Compile Include="System.Web.Services.Description\MessagePart.cs" />
-   <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
-   <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
-   <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
-   <Compile Include="System.Web.Services.Description\MimePart.cs" />
-   <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
-   <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
-   <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
-   <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
-   <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
-   <Compile Include="System.Web.Services.Description\NamedItem.cs" />
-   <Compile Include="System.Web.Services.Description\Operation.cs" />
-   <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
-   <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
-   <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
-   <Compile Include="System.Web.Services.Description\OperationFault.cs" />
-   <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
-   <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
-   <Compile Include="System.Web.Services.Description\OperationInput.cs" />
-   <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
-   <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
-   <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
-   <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Port.cs" />
-   <Compile Include="System.Web.Services.Description\PortCollection.cs" />
-   <Compile Include="System.Web.Services.Description\PortType.cs" />
-   <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
-   <Compile Include="System.Web.Services.Description\ProtocolImporter.cs" />
-   <Compile Include="System.Web.Services.Description\ProtocolReflector.cs" />
-   <Compile Include="System.Web.Services.Description\Service.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionImportWarnings.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
-   <Compile Include="System.Web.Services.Description\ServiceDescriptionReflector.cs" />
-   <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
-   <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
-   <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
-   <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
-   <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
-   <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapExtensionImporter.cs" />
-   <Compile Include="System.Web.Services.Description\SoapExtensionReflector.cs" />
-   <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapHttpTransportImporter.cs" />
-   <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
-   <Compile Include="System.Web.Services.Description\SoapProtocolImporter.cs" />
-   <Compile Include="System.Web.Services.Description\SoapProtocolReflector.cs" />
-   <Compile Include="System.Web.Services.Description\SoapTransportImporter.cs" />
-   <Compile Include="System.Web.Services.Description\Types.cs" />
-   <Compile Include="System.Web.Services.Description\WebReference.cs" />
-   <Compile Include="System.Web.Services.Description\WebReferenceCollection.cs" />
-   <Compile Include="System.Web.Services.Description\WebReferenceOptions.cs" />
-   <Compile Include="System.Web.Services.Description\WebReferenceOptionsSerializer.cs" />
-   <Compile Include="System.Web.Services.Description\WebServicesInteroperability.cs" />
-   <Compile Include="System.Web.Services.Protocols\Methods.cs" />
-   <Compile Include="System.Web.Services.Protocols\AnyReturnReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\Fault.cs" />
-   <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
-   <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
-   <Compile Include="System.Web.Services.Protocols\HtmlFormParameterReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\HtmlFormParameterWriter.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpGetClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpGetTypeStubInfo.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpPostClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpPostTypeStubInfo.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpSimpleClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpSimpleTypeStubInfo.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpSimpleWebServiceHandler.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpSoapWebServiceHandler.cs" />
-   <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
-   <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
-   <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
-   <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
-   <Compile Include="System.Web.Services.Protocols\MatchAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
-   <Compile Include="System.Web.Services.Protocols\MimeParameterReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
-   <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\MimeReturnWriter.cs" />
-   <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\PatternMatcher.cs" />
-   <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
-   <Compile Include="System.Web.Services.Protocols\ServerProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\ServerProtocolFactory.cs" />
-   <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapDocumentationHandler.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeaderException.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeaderHandling.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapServerMessage.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapServerMethod.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapServerProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapServerProtocolFactory.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapServerType.cs" />
-   <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
-   <Compile Include="System.Web.Services.Protocols\TextReturnReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
-   <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
-   <Compile Include="System.Web.Services.Protocols\UrlParameterReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
-   <Compile Include="System.Web.Services.Protocols\ValueCollectionParameterReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
-   <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Protocols\WebServiceHandler.cs" />
-   <Compile Include="System.Web.Services.Protocols\WebServiceHandlerFactory.cs" />
-   <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
-   <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
-   <Compile Include="System.Web.Services.Protocols\XmlReturnWriter.cs" />
-   <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
-   <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoveryRequestHandler.cs" />
-   <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
-   <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
-   <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
-   <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
-   <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
-   <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
-\r
-  </ItemGroup>\r
+    <Compile Include="..\..\build\common\Consts.cs" />\r
+    <Compile Include="..\..\build\common\Locale.cs" />\r
+    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
+    <Compile Include="Assembly\AssemblyInfo.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\DiagnosticsElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\PriorityGroup.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\ProtocolElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\ProtocolElementCollection.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\SoapEnvelopeProcessingElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElementCollection.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\TypeElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\TypeElementCollection.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\TypeTypeConverter.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\WebServiceProtocols.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\WebServicesConfigurationSectionHandler.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\WebServicesSection.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\WsdlHelpGeneratorElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\WsiProfilesElement.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\WsiProfilesElementCollection.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Description\BasicProfileChecker.cs" />\r
+    <Compile Include="System.Web.Services.Description\BasicProfileViolation.cs" />\r
+    <Compile Include="System.Web.Services.Description\BasicProfileViolationCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\BasicProfileViolationEnumerator.cs" />\r
+    <Compile Include="System.Web.Services.Description\Binding.cs" />\r
+    <Compile Include="System.Web.Services.Description\BindingCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\ConformanceChecker.cs" />\r
+    <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />\r
+    <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />\r
+    <Compile Include="System.Web.Services.Description\FaultBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpGetProtocolImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpGetProtocolReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpPostProtocolImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpPostProtocolReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpSimpleProtocolImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpSimpleProtocolReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Import.cs" />\r
+    <Compile Include="System.Web.Services.Description\ImportCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\InputBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Message.cs" />\r
+    <Compile Include="System.Web.Services.Description\MessageBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\MessageCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\MessagePart.cs" />\r
+    <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimePart.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\NamedItem.cs" />\r
+    <Compile Include="System.Web.Services.Description\Operation.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationFault.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationFlow.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationInput.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationMessage.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\OperationOutput.cs" />\r
+    <Compile Include="System.Web.Services.Description\OutputBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Port.cs" />\r
+    <Compile Include="System.Web.Services.Description\PortCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\PortType.cs" />\r
+    <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\ProtocolImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\ProtocolReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\Service.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionImportWarnings.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase.cs" />\r
+    <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />\r
+    <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapExtensionImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapExtensionReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapHttpTransportImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapProtocolImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapProtocolReflector.cs" />\r
+    <Compile Include="System.Web.Services.Description\SoapTransportImporter.cs" />\r
+    <Compile Include="System.Web.Services.Description\Types.cs" />\r
+    <Compile Include="System.Web.Services.Description\WebReference.cs" />\r
+    <Compile Include="System.Web.Services.Description\WebReferenceCollection.cs" />\r
+    <Compile Include="System.Web.Services.Description\WebReferenceOptions.cs" />\r
+    <Compile Include="System.Web.Services.Description\WebReferenceOptionsSerializer.cs" />\r
+    <Compile Include="System.Web.Services.Description\WebServicesInteroperability.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoveryRequestHandler.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />\r
+    <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\AnyReturnReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\Fault.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\Fault12.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HtmlFormParameterReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HtmlFormParameterWriter.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpGetClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpGetTypeStubInfo.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpPostClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpPostTypeStubInfo.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpSimpleClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpSimpleTypeStubInfo.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpSimpleWebServiceHandler.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpSoapWebServiceHandler.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\MatchAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\Methods.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\MimeParameterReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\MimeReturnWriter.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\PatternMatcher.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\ServerProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\ServerProtocolFactory.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\ServerType.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapDocumentationHandler.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapException.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeaderException.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeaderHandling.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapServerMessage.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapServerMethod.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapServerProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapServerProtocolFactory.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapServerType.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\TextReturnReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\UrlParameterReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\ValueCollectionParameterReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\WebServiceHandler.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\WebServiceHandlerFactory.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />\r
+    <Compile Include="System.Web.Services.Protocols\XmlReturnWriter.cs" />\r
+    <Compile Include="System.Web.Services\WebMethodAttribute.cs" />\r
+    <Compile Include="System.Web.Services\WebService.cs" />\r
+    <Compile Include="System.Web.Services\WebServiceAttribute.cs" />\r
+    <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />\r
+    <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />\r
+    <Compile Include="System.Web.Services\WsiProfiles.cs" />\r  </ItemGroup>\r
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
        Other similar extension points exist, see Microsoft.Common.targets.\r
   <Target Name="BeforeBuild">\r
   </Target>\r
   -->\r
   <PropertyGroup>\r
-    <PreBuildEvent></PreBuildEvent>\r
+    <PreBuildEvent>\r
+\r
+    </PreBuildEvent>\r
+    <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
+
+    </PostBuildEvent>
+    <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
+
+    </PostBuildEvent>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-        <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="mscorlib.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.EnterpriseServices.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.EnterpriseServices.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Xml.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Xml.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Web.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Web.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Configuration.dll">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>System.Configuration.dll</HintPath>
-    </Reference>
-\r
+    <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">\r
+      <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>\r
+      <Name>corlib\corlib-net_4_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System\System-net_4_0-2.csproj">\r
+      <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>\r
+      <Name>System\System-net_4_0-2</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.EnterpriseServices\System.EnterpriseServices-net_4_0.csproj">\r
+      <Project>{C8124AA3-044F-4027-BD71-4810346B8FB6}</Project>\r
+      <Name>System.EnterpriseServices\System.EnterpriseServices-net_4_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">\r
+      <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>\r
+      <Name>System.XML\System.Xml-net_4_0-1</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Web\System.Web-net_4_0.csproj">\r
+      <Project>{DF42883E-DAAC-43D8-8074-D48BD4BC1A36}</Project>\r
+      <Name>System.Web\System.Web-net_4_0</Name>\r
+    </ProjectReference>\r
+    <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">\r
+      <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>\r
+      <Name>System.Configuration\System.Configuration-net_4_0</Name>\r
+    </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
   </ItemGroup>\r
-    <ItemGroup>
-    <EmbeddedResource Include="System.Web.Services.Description/wsdl-1.1.xsd">
-       <LogicalName>wsdl-1.1.xsd</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="System.Web.Services.Description/wsdl-1.1-soap.xsd">
-       <LogicalName>wsdl-1.1-soap.xsd</LogicalName>
-    </EmbeddedResource>
-    <EmbeddedResource Include="System.Web.Services.Description/web-reference.xsd">
-       <LogicalName>web-reference.xsd</LogicalName>
-    </EmbeddedResource>
-  </ItemGroup>
-\r
+  <ItemGroup>\r
+    <EmbeddedResource Include="System.Web.Services.Description/wsdl-1.1.xsd">\r
+      <LogicalName>wsdl-1.1.xsd</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="System.Web.Services.Description/wsdl-1.1-soap.xsd">\r
+      <LogicalName>wsdl-1.1-soap.xsd</LogicalName>\r
+    </EmbeddedResource>\r
+    <EmbeddedResource Include="System.Web.Services.Description/web-reference.xsd">\r
+      <LogicalName>web-reference.xsd</LogicalName>\r
+    </EmbeddedResource>\r
+  </ItemGroup>\r
 </Project>\r