Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mcs / class / System.Web.Services / System.Web.Services-net_4_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,649,169</NoWarn>\r
11     <OutputPath>./../../class/lib/net_4_0</OutputPath>\r
12     <NoStdLib>true</NoStdLib>\r
13     \r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace></RootNamespace>\r
16     <AssemblyName>System.Web.Services</AssemblyName>\r
17     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
18     <FileAlignment>512</FileAlignment>\r
19     <!-- Filter out System.Core added by: Microsoft.NETFramework.props  -->\r
20     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <PlatformTarget>AnyCPU</PlatformTarget>\r
24     <DebugSymbols>true</DebugSymbols>\r
25     <DebugType>full</DebugType>\r
26     <NoWarn>1699,649,169</NoWarn>\r
27     <Optimize>false</Optimize>\r
28     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
34     <PlatformTarget>AnyCPU</PlatformTarget>  \r
35     <DebugType>pdbonly</DebugType>\r
36     <NoWarn>1699,649,169</NoWarn>\r
37     <Optimize>true</Optimize>\r
38     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>\r
39     <ErrorReport>prompt</ErrorReport>\r
40     <WarningLevel>4</WarningLevel>\r
41     <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <ItemGroup>\r
45    <Compile Include="Assembly\AssemblyInfo.cs" />
46    <Compile Include="..\..\build\common\Consts.cs" />
47    <Compile Include="..\..\build\common\Locale.cs" />
48    <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
49    <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
50    <Compile Include="System.Web.Services\WebService.cs" />
51    <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
52    <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
53    <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
54    <Compile Include="System.Web.Services\WsiProfiles.cs" />
55    <Compile Include="System.Web.Services.Configuration\DiagnosticsElement.cs" />
56    <Compile Include="System.Web.Services.Configuration\PriorityGroup.cs" />
57    <Compile Include="System.Web.Services.Configuration\ProtocolElement.cs" />
58    <Compile Include="System.Web.Services.Configuration\ProtocolElementCollection.cs" />
59    <Compile Include="System.Web.Services.Configuration\SoapEnvelopeProcessingElement.cs" />
60    <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElement.cs" />
61    <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElementCollection.cs" />
62    <Compile Include="System.Web.Services.Configuration\TypeElement.cs" />
63    <Compile Include="System.Web.Services.Configuration\TypeElementCollection.cs" />
64    <Compile Include="System.Web.Services.Configuration\TypeTypeConverter.cs" />
65    <Compile Include="System.Web.Services.Configuration\WebServicesConfigurationSectionHandler.cs" />
66    <Compile Include="System.Web.Services.Configuration\WebServiceProtocols.cs" />
67    <Compile Include="System.Web.Services.Configuration\WebServicesSection.cs" />
68    <Compile Include="System.Web.Services.Configuration\WsdlHelpGeneratorElement.cs" />
69    <Compile Include="System.Web.Services.Configuration\WsiProfilesElement.cs" />
70    <Compile Include="System.Web.Services.Configuration\WsiProfilesElementCollection.cs" />
71    <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
72    <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
73    <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
74    <Compile Include="System.Web.Services.Description\BasicProfileChecker.cs" />
75    <Compile Include="System.Web.Services.Description\BasicProfileViolation.cs" />
76    <Compile Include="System.Web.Services.Description\BasicProfileViolationCollection.cs" />
77    <Compile Include="System.Web.Services.Description\BasicProfileViolationEnumerator.cs" />
78    <Compile Include="System.Web.Services.Description\Binding.cs" />
79    <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
80    <Compile Include="System.Web.Services.Description\ConformanceChecker.cs" />
81    <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
82    <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
83    <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
84    <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
85    <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
86    <Compile Include="System.Web.Services.Description\HttpGetProtocolImporter.cs" />
87    <Compile Include="System.Web.Services.Description\HttpGetProtocolReflector.cs" />
88    <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
89    <Compile Include="System.Web.Services.Description\HttpPostProtocolImporter.cs" />
90    <Compile Include="System.Web.Services.Description\HttpPostProtocolReflector.cs" />
91    <Compile Include="System.Web.Services.Description\HttpSimpleProtocolImporter.cs" />
92    <Compile Include="System.Web.Services.Description\HttpSimpleProtocolReflector.cs" />
93    <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
94    <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
95    <Compile Include="System.Web.Services.Description\Import.cs" />
96    <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
97    <Compile Include="System.Web.Services.Description\InputBinding.cs" />
98    <Compile Include="System.Web.Services.Description\Message.cs" />
99    <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
100    <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
101    <Compile Include="System.Web.Services.Description\MessagePart.cs" />
102    <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
103    <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
104    <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
105    <Compile Include="System.Web.Services.Description\MimePart.cs" />
106    <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
107    <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
108    <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
109    <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
110    <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
111    <Compile Include="System.Web.Services.Description\NamedItem.cs" />
112    <Compile Include="System.Web.Services.Description\Operation.cs" />
113    <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
114    <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
115    <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
116    <Compile Include="System.Web.Services.Description\OperationFault.cs" />
117    <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
118    <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
119    <Compile Include="System.Web.Services.Description\OperationInput.cs" />
120    <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
121    <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
122    <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
123    <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
124    <Compile Include="System.Web.Services.Description\Port.cs" />
125    <Compile Include="System.Web.Services.Description\PortCollection.cs" />
126    <Compile Include="System.Web.Services.Description\PortType.cs" />
127    <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
128    <Compile Include="System.Web.Services.Description\ProtocolImporter.cs" />
129    <Compile Include="System.Web.Services.Description\ProtocolReflector.cs" />
130    <Compile Include="System.Web.Services.Description\Service.cs" />
131    <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
132    <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
133    <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
134    <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
135    <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
136    <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
137    <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
138    <Compile Include="System.Web.Services.Description\ServiceDescriptionImportWarnings.cs" />
139    <Compile Include="System.Web.Services.Description\ServiceDescriptionImporter.cs" />
140    <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase.cs" />
141    <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
142    <Compile Include="System.Web.Services.Description\ServiceDescriptionReflector.cs" />
143    <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
144    <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
145    <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
146    <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
147    <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
148    <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
149    <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
150    <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
151    <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
152    <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
153    <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
154    <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
155    <Compile Include="System.Web.Services.Description\SoapExtensionImporter.cs" />
156    <Compile Include="System.Web.Services.Description\SoapExtensionReflector.cs" />
157    <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
158    <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
159    <Compile Include="System.Web.Services.Description\SoapHttpTransportImporter.cs" />
160    <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
161    <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
162    <Compile Include="System.Web.Services.Description\SoapProtocolImporter.cs" />
163    <Compile Include="System.Web.Services.Description\SoapProtocolReflector.cs" />
164    <Compile Include="System.Web.Services.Description\SoapTransportImporter.cs" />
165    <Compile Include="System.Web.Services.Description\Types.cs" />
166    <Compile Include="System.Web.Services.Description\WebReference.cs" />
167    <Compile Include="System.Web.Services.Description\WebReferenceCollection.cs" />
168    <Compile Include="System.Web.Services.Description\WebReferenceOptions.cs" />
169    <Compile Include="System.Web.Services.Description\WebReferenceOptionsSerializer.cs" />
170    <Compile Include="System.Web.Services.Description\WebServicesInteroperability.cs" />
171    <Compile Include="System.Web.Services.Protocols\Methods.cs" />
172    <Compile Include="System.Web.Services.Protocols\AnyReturnReader.cs" />
173    <Compile Include="System.Web.Services.Protocols\Fault.cs" />
174    <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
175    <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
176    <Compile Include="System.Web.Services.Protocols\HtmlFormParameterReader.cs" />
177    <Compile Include="System.Web.Services.Protocols\HtmlFormParameterWriter.cs" />
178    <Compile Include="System.Web.Services.Protocols\HttpGetClientProtocol.cs" />
179    <Compile Include="System.Web.Services.Protocols\HttpGetTypeStubInfo.cs" />
180    <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
181    <Compile Include="System.Web.Services.Protocols\HttpPostClientProtocol.cs" />
182    <Compile Include="System.Web.Services.Protocols\HttpPostTypeStubInfo.cs" />
183    <Compile Include="System.Web.Services.Protocols\HttpSimpleClientProtocol.cs" />
184    <Compile Include="System.Web.Services.Protocols\HttpSimpleTypeStubInfo.cs" />
185    <Compile Include="System.Web.Services.Protocols\HttpSimpleWebServiceHandler.cs" />
186    <Compile Include="System.Web.Services.Protocols\HttpSoapWebServiceHandler.cs" />
187    <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs" />
188    <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
189    <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
190    <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
191    <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
192    <Compile Include="System.Web.Services.Protocols\MatchAttribute.cs" />
193    <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
194    <Compile Include="System.Web.Services.Protocols\MimeParameterReader.cs" />
195    <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
196    <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
197    <Compile Include="System.Web.Services.Protocols\MimeReturnWriter.cs" />
198    <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
199    <Compile Include="System.Web.Services.Protocols\PatternMatcher.cs" />
200    <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
201    <Compile Include="System.Web.Services.Protocols\ServerProtocol.cs" />
202    <Compile Include="System.Web.Services.Protocols\ServerProtocolFactory.cs" />
203    <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
204    <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
205    <Compile Include="System.Web.Services.Protocols\SoapDocumentationHandler.cs" />
206    <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
207    <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
208    <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
209    <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
210    <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
211    <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
212    <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
213    <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
214    <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
215    <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
216    <Compile Include="System.Web.Services.Protocols\SoapHeaderException.cs" />
217    <Compile Include="System.Web.Services.Protocols\SoapHeaderHandling.cs" />
218    <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
219    <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs" />
220    <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
221    <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
222    <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
223    <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
224    <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
225    <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
226    <Compile Include="System.Web.Services.Protocols\SoapServerMessage.cs" />
227    <Compile Include="System.Web.Services.Protocols\SoapServerMethod.cs" />
228    <Compile Include="System.Web.Services.Protocols\SoapServerProtocol.cs" />
229    <Compile Include="System.Web.Services.Protocols\SoapServerProtocolFactory.cs" />
230    <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
231    <Compile Include="System.Web.Services.Protocols\SoapServerType.cs" />
232    <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
233    <Compile Include="System.Web.Services.Protocols\TextReturnReader.cs" />
234    <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
235    <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
236    <Compile Include="System.Web.Services.Protocols\UrlParameterReader.cs" />
237    <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
238    <Compile Include="System.Web.Services.Protocols\ValueCollectionParameterReader.cs" />
239    <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
240    <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs" />
241    <Compile Include="System.Web.Services.Protocols\WebServiceHandler.cs" />
242    <Compile Include="System.Web.Services.Protocols\WebServiceHandlerFactory.cs" />
243    <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
244    <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
245    <Compile Include="System.Web.Services.Protocols\XmlReturnWriter.cs" />
246    <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
247    <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
248    <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
249    <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs" />
250    <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
251    <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
252    <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
253    <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
254    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
255    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
256    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
257    <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
258    <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
259    <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
260    <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
261    <Compile Include="System.Web.Services.Discovery\DiscoveryRequestHandler.cs" />
262    <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
263    <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
264    <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
265    <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
266    <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
267    <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
268 \r
269   </ItemGroup>\r
270   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
271        Other similar extension points exist, see Microsoft.Common.targets.\r
272   <Target Name="BeforeBuild">\r
273   </Target>\r
274   <Target Name="AfterBuild">\r
275   </Target>\r
276   -->\r
277   <PropertyGroup>\r
278     <PreBuildEvent></PreBuildEvent>\r
279   </PropertyGroup>\r
280   <ItemGroup>\r
281     <Reference Include="mscorlib.dll">
282       <SpecificVersion>False</SpecificVersion>
283       <HintPath>mscorlib.dll</HintPath>
284     </Reference>
285     <Reference Include="mscorlib.dll">
286       <SpecificVersion>False</SpecificVersion>
287       <HintPath>mscorlib.dll</HintPath>
288     </Reference>
289     <Reference Include="System.dll">
290       <SpecificVersion>False</SpecificVersion>
291       <HintPath>System.dll</HintPath>
292     </Reference>
293     <Reference Include="System.EnterpriseServices.dll">
294       <SpecificVersion>False</SpecificVersion>
295       <HintPath>System.EnterpriseServices.dll</HintPath>
296     </Reference>
297     <Reference Include="System.Xml.dll">
298       <SpecificVersion>False</SpecificVersion>
299       <HintPath>System.Xml.dll</HintPath>
300     </Reference>
301     <Reference Include="System.Web.dll">
302       <SpecificVersion>False</SpecificVersion>
303       <HintPath>System.Web.dll</HintPath>
304     </Reference>
305     <Reference Include="System.Configuration.dll">
306       <SpecificVersion>False</SpecificVersion>
307       <HintPath>System.Configuration.dll</HintPath>
308     </Reference>
309 \r
310   </ItemGroup>\r
311   <ItemGroup>\r
312     <Folder Include="Properties\" />\r
313   </ItemGroup>\r
314     <ItemGroup>
315     <EmbeddedResource Include="System.Web.Services.Description/wsdl-1.1.xsd">
316        <LogicalName>wsdl-1.1.xsd</LogicalName>
317     </EmbeddedResource>
318     <EmbeddedResource Include="System.Web.Services.Description/wsdl-1.1-soap.xsd">
319        <LogicalName>wsdl-1.1-soap.xsd</LogicalName>
320     </EmbeddedResource>
321     <EmbeddedResource Include="System.Web.Services.Description/web-reference.xsd">
322        <LogicalName>web-reference.xsd</LogicalName>
323     </EmbeddedResource>
324   </ItemGroup>
325 \r
326 </Project>\r
327