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