System.Web.Services20.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug_Java</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>8.0.50727</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{B37A8704-33AB-48D9-B0C2-1D919755B69A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Web.Services</RootNamespace>
  11. <AssemblyName>System.Web.Services</AssemblyName>
  12. <JDKName>1.5.0_05</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <GHProjectKind>framework</GHProjectKind>
  15. <Version>2.0</Version>
  16. <ProjectTypeGuids>{F6B19D50-1E2E-4e87-ADFB-10393B439DE0};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  19. <OutputPath>bin\Release_Java20\</OutputPath>
  20. <DefineConstants>TRACE;NET_1_1;TARGET_JVM;TARGET_J2EE;NET_2_0</DefineConstants>
  21. <BaseAddress>285212672</BaseAddress>
  22. <Optimize>true</Optimize>
  23. <DebugType>pdbonly</DebugType>
  24. <PlatformTarget>AnyCPU</PlatformTarget>
  25. <ErrorReport>prompt</ErrorReport>
  26. <SkipValidation>false</SkipValidation>
  27. <KeepIntermediate>false</KeepIntermediate>
  28. <GHProjectType>1</GHProjectType>
  29. <PreCompile>false</PreCompile>
  30. <AdditionalClassPath>
  31. </AdditionalClassPath>
  32. <ApplicationServerType>
  33. </ApplicationServerType>
  34. <Version>2.0</Version>
  35. <JDKName>1.5.0_05</JDKName>
  36. <TargetPlatform>0</TargetPlatform>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\Debug_Java20\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG;NET_1_1;TARGET_JVM;TARGET_J2EE;NET_2_0</DefineConstants>
  42. <BaseAddress>285212672</BaseAddress>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. <SkipValidation>True</SkipValidation>
  47. <KeepIntermediate>False</KeepIntermediate>
  48. <GHProjectType>1</GHProjectType>
  49. <PreCompile>false</PreCompile>
  50. <AdditionalClassPath>
  51. </AdditionalClassPath>
  52. <ApplicationServerType>
  53. </ApplicationServerType>
  54. <Version>2.0</Version>
  55. <JDKName>1.5.0_05</JDKName>
  56. <TargetPlatform>0</TargetPlatform>
  57. </PropertyGroup>
  58. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  59. <DebugSymbols>true</DebugSymbols>
  60. <DebugType>full</DebugType>
  61. <Optimize>false</Optimize>
  62. <OutputPath>bin\Debug_Java\</OutputPath>
  63. <DefineConstants>TRACE;DEBUG;NET_1_1;TARGET_JVM;ONLY_1_1</DefineConstants>
  64. <ErrorReport>prompt</ErrorReport>
  65. <WarningLevel>4</WarningLevel>
  66. <BaseAddress>285212672</BaseAddress>
  67. <NoStdLib>false</NoStdLib>
  68. <SkipValidation>True</SkipValidation>
  69. <KeepIntermediate>False</KeepIntermediate>
  70. <TargetPlatform>0</TargetPlatform>
  71. <AdditionalClassPath>
  72. </AdditionalClassPath>
  73. </PropertyGroup>
  74. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  75. <DebugType>pdbonly</DebugType>
  76. <Optimize>true</Optimize>
  77. <OutputPath>bin\Release_Java\</OutputPath>
  78. <DefineConstants>TRACE;NET_1_1;TARGET_JVM;ONLY_1_1</DefineConstants>
  79. <ErrorReport>prompt</ErrorReport>
  80. <WarningLevel>4</WarningLevel>
  81. <BaseAddress>285212672</BaseAddress>
  82. <NoStdLib>false</NoStdLib>
  83. <SkipValidation>false</SkipValidation>
  84. <KeepIntermediate>false</KeepIntermediate>
  85. <TargetPlatform>0</TargetPlatform>
  86. <AdditionalClassPath>
  87. </AdditionalClassPath>
  88. </PropertyGroup>
  89. <ItemGroup>
  90. <Reference Include="System" />
  91. <Reference Include="System.Configuration" />
  92. <Reference Include="System.Web" />
  93. <Reference Include="System.Xml" />
  94. <Reference Include="J2EE.Helpers">
  95. <Private>False</Private>
  96. <HintPath>..\lib\J2EE.Helpers.dll</HintPath>
  97. </Reference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="..\..\build\common\Locale.cs">
  101. <Link>Locale.cs</Link>
  102. </Compile>
  103. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  104. <Link>MonoTODOAttribute.cs</Link>
  105. </Compile>
  106. <Compile Include="System.Web.Services.Configuration\DiagnosticsElement.cs" />
  107. <Compile Include="System.Web.Services.Configuration\PriorityGroup.cs" />
  108. <Compile Include="System.Web.Services.Configuration\ProtocolElement.cs" />
  109. <Compile Include="System.Web.Services.Configuration\ProtocolElementCollection.cs" />
  110. <Compile Include="System.Web.Services.Configuration\SoapEnvelopeProcessingElement.cs" />
  111. <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElement.cs" />
  112. <Compile Include="System.Web.Services.Configuration\SoapExtensionTypeElementCollection.cs" />
  113. <Compile Include="System.Web.Services.Configuration\TypeElement.cs" />
  114. <Compile Include="System.Web.Services.Configuration\TypeElementCollection.cs" />
  115. <Compile Include="System.Web.Services.Configuration\TypeTypeConverter.cs" />
  116. <Compile Include="System.Web.Services.Configuration\WebServiceProtocols.cs" />
  117. <Compile Include="System.Web.Services.Configuration\WebServicesConfigurationSectionHandler.cs" />
  118. <Compile Include="System.Web.Services.Configuration\WebServicesSection.cs" />
  119. <Compile Include="System.Web.Services.Configuration\WsdlHelpGeneratorElement.cs" />
  120. <Compile Include="System.Web.Services.Configuration\WsiProfilesElement.cs" />
  121. <Compile Include="System.Web.Services.Configuration\WsiProfilesElementCollection.cs" />
  122. <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs" />
  123. <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs" />
  124. <Compile Include="System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs" />
  125. <Compile Include="System.Web.Services.Description\BasicProfileChecker.cs" />
  126. <Compile Include="System.Web.Services.Description\BasicProfileViolation.cs" />
  127. <Compile Include="System.Web.Services.Description\BasicProfileViolationCollection.cs" />
  128. <Compile Include="System.Web.Services.Description\BasicProfileViolationEnumerator.cs" />
  129. <Compile Include="System.Web.Services.Description\Binding.cs" />
  130. <Compile Include="System.Web.Services.Description\BindingCollection.cs" />
  131. <Compile Include="System.Web.Services.Description\ConformanceChecker.cs" />
  132. <Compile Include="System.Web.Services.Description\DocumentableItem.cs" />
  133. <Compile Include="System.Web.Services.Description\ExtensionManager.cs" />
  134. <Compile Include="System.Web.Services.Description\FaultBinding.cs" />
  135. <Compile Include="System.Web.Services.Description\FaultBindingCollection.cs" />
  136. <Compile Include="System.Web.Services.Description\HttpAddressBinding.cs" />
  137. <Compile Include="System.Web.Services.Description\HttpBinding.cs" />
  138. <Compile Include="System.Web.Services.Description\HttpGetProtocolReflector.cs" />
  139. <Compile Include="System.Web.Services.Description\HttpOperationBinding.cs" />
  140. <Compile Include="System.Web.Services.Description\HttpPostProtocolReflector.cs" />
  141. <Compile Include="System.Web.Services.Description\HttpSimpleProtocolReflector.cs" />
  142. <Compile Include="System.Web.Services.Description\HttpUrlEncodedBinding.cs" />
  143. <Compile Include="System.Web.Services.Description\HttpUrlReplacementBinding.cs" />
  144. <Compile Include="System.Web.Services.Description\Import.cs" />
  145. <Compile Include="System.Web.Services.Description\ImportCollection.cs" />
  146. <Compile Include="System.Web.Services.Description\InputBinding.cs" />
  147. <Compile Include="System.Web.Services.Description\Message.cs" />
  148. <Compile Include="System.Web.Services.Description\MessageBinding.cs" />
  149. <Compile Include="System.Web.Services.Description\MessageCollection.cs" />
  150. <Compile Include="System.Web.Services.Description\MessagePart.cs" />
  151. <Compile Include="System.Web.Services.Description\MessagePartCollection.cs" />
  152. <Compile Include="System.Web.Services.Description\MimeContentBinding.cs" />
  153. <Compile Include="System.Web.Services.Description\MimeMultipartRelatedBinding.cs" />
  154. <Compile Include="System.Web.Services.Description\MimePart.cs" />
  155. <Compile Include="System.Web.Services.Description\MimePartCollection.cs" />
  156. <Compile Include="System.Web.Services.Description\MimeTextBinding.cs" />
  157. <Compile Include="System.Web.Services.Description\MimeTextMatch.cs" />
  158. <Compile Include="System.Web.Services.Description\MimeTextMatchCollection.cs" />
  159. <Compile Include="System.Web.Services.Description\MimeXmlBinding.cs" />
  160. <Compile Include="System.Web.Services.Description\NamedItem.cs" />
  161. <Compile Include="System.Web.Services.Description\Operation.cs" />
  162. <Compile Include="System.Web.Services.Description\OperationBinding.cs" />
  163. <Compile Include="System.Web.Services.Description\OperationBindingCollection.cs" />
  164. <Compile Include="System.Web.Services.Description\OperationCollection.cs" />
  165. <Compile Include="System.Web.Services.Description\OperationFault.cs" />
  166. <Compile Include="System.Web.Services.Description\OperationFaultCollection.cs" />
  167. <Compile Include="System.Web.Services.Description\OperationFlow.cs" />
  168. <Compile Include="System.Web.Services.Description\OperationInput.cs" />
  169. <Compile Include="System.Web.Services.Description\OperationMessage.cs" />
  170. <Compile Include="System.Web.Services.Description\OperationMessageCollection.cs" />
  171. <Compile Include="System.Web.Services.Description\OperationOutput.cs" />
  172. <Compile Include="System.Web.Services.Description\OutputBinding.cs" />
  173. <Compile Include="System.Web.Services.Description\Port.cs" />
  174. <Compile Include="System.Web.Services.Description\PortCollection.cs" />
  175. <Compile Include="System.Web.Services.Description\PortType.cs" />
  176. <Compile Include="System.Web.Services.Description\PortTypeCollection.cs" />
  177. <Compile Include="System.Web.Services.Description\ProtocolReflector.cs" />
  178. <Compile Include="System.Web.Services.Description\Service.cs" />
  179. <Compile Include="System.Web.Services.Description\ServiceCollection.cs" />
  180. <Compile Include="System.Web.Services.Description\ServiceDescription.cs" />
  181. <Compile Include="System.Web.Services.Description\ServiceDescriptionBaseCollection.cs" />
  182. <Compile Include="System.Web.Services.Description\ServiceDescriptionCollection.cs" />
  183. <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtension.cs" />
  184. <Compile Include="System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs" />
  185. <Compile Include="System.Web.Services.Description\ServiceDescriptionImportStyle.cs" />
  186. <Compile Include="System.Web.Services.Description\ServiceDescriptionImportWarnings.cs" />
  187. <Compile Include="System.Web.Services.Description\ServiceDescriptionReflector.cs" />
  188. <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase.cs" />
  189. <Compile Include="System.Web.Services.Description\ServiceDescriptionSerializerBase2.cs" />
  190. <Compile Include="System.Web.Services.Description\Soap12AddressBinding.cs" />
  191. <Compile Include="System.Web.Services.Description\Soap12Binding.cs" />
  192. <Compile Include="System.Web.Services.Description\Soap12BodyBinding.cs" />
  193. <Compile Include="System.Web.Services.Description\Soap12FaultBinding.cs" />
  194. <Compile Include="System.Web.Services.Description\Soap12HeaderBinding.cs" />
  195. <Compile Include="System.Web.Services.Description\Soap12OperationBinding.cs" />
  196. <Compile Include="System.Web.Services.Description\SoapAddressBinding.cs" />
  197. <Compile Include="System.Web.Services.Description\SoapBinding.cs" />
  198. <Compile Include="System.Web.Services.Description\SoapBindingStyle.cs" />
  199. <Compile Include="System.Web.Services.Description\SoapBindingUse.cs" />
  200. <Compile Include="System.Web.Services.Description\SoapBodyBinding.cs" />
  201. <Compile Include="System.Web.Services.Description\SoapExtensionReflector.cs" />
  202. <Compile Include="System.Web.Services.Description\SoapFaultBinding.cs" />
  203. <Compile Include="System.Web.Services.Description\SoapHeaderBinding.cs" />
  204. <Compile Include="System.Web.Services.Description\SoapHeaderFaultBinding.cs" />
  205. <Compile Include="System.Web.Services.Description\SoapOperationBinding.cs" />
  206. <Compile Include="System.Web.Services.Description\SoapProtocolReflector.cs" />
  207. <Compile Include="System.Web.Services.Description\Types.cs" />
  208. <Compile Include="System.Web.Services.Description\WebReference.cs" />
  209. <Compile Include="System.Web.Services.Description\WebReferenceCollection.cs" />
  210. <Compile Include="System.Web.Services.Description\WebReferenceOptions.cs" />
  211. <Compile Include="System.Web.Services.Description\WebReferenceOptionsSerializer.cs" />
  212. <Compile Include="System.Web.Services.Description\WebServicesInteroperability.cs" />
  213. <Compile Include="System.Web.Services.Discovery\ContractReference.cs" />
  214. <Compile Include="System.Web.Services.Discovery\ContractSearchPattern.cs" />
  215. <Compile Include="System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs" />
  216. <Compile Include="System.Web.Services.Discovery\DiscoveryClientProtocol.cs">
  217. <SubType>Component</SubType>
  218. </Compile>
  219. <Compile Include="System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs" />
  220. <Compile Include="System.Web.Services.Discovery\DiscoveryClientResult.cs" />
  221. <Compile Include="System.Web.Services.Discovery\DiscoveryClientResultCollection.cs" />
  222. <Compile Include="System.Web.Services.Discovery\DiscoveryDocument.cs" />
  223. <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs" />
  224. <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentReference.cs" />
  225. <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs" />
  226. <Compile Include="System.Web.Services.Discovery\DiscoveryDocumentSerializer.cs" />
  227. <Compile Include="System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs" />
  228. <Compile Include="System.Web.Services.Discovery\DiscoveryReference.cs" />
  229. <Compile Include="System.Web.Services.Discovery\DiscoveryReferenceCollection.cs" />
  230. <Compile Include="System.Web.Services.Discovery\DiscoveryRequestHandler.cs" />
  231. <Compile Include="System.Web.Services.Discovery\DiscoverySearchPattern.cs" />
  232. <Compile Include="System.Web.Services.Discovery\DynamicDiscoveryDocument.cs" />
  233. <Compile Include="System.Web.Services.Discovery\ExcludePathInfo.cs" />
  234. <Compile Include="System.Web.Services.Discovery\SchemaReference.cs" />
  235. <Compile Include="System.Web.Services.Discovery\SoapBinding.cs" />
  236. <Compile Include="System.Web.Services.Discovery\XmlSchemaSearchPattern.cs" />
  237. <Compile Include="System.Web.Services.Protocols\AnyReturnReader.cs" />
  238. <Compile Include="System.Web.Services.Protocols\Fault.cs" />
  239. <Compile Include="System.Web.Services.Protocols\Fault12.cs" />
  240. <Compile Include="System.Web.Services.Protocols\Fault12Serializer.cs" />
  241. <Compile Include="System.Web.Services.Protocols\HtmlFormParameterReader.cs" />
  242. <Compile Include="System.Web.Services.Protocols\HtmlFormParameterWriter.cs" />
  243. <Compile Include="System.Web.Services.Protocols\HttpGetClientProtocol.cs">
  244. <SubType>Component</SubType>
  245. </Compile>
  246. <Compile Include="System.Web.Services.Protocols\HttpGetTypeStubInfo.cs" />
  247. <Compile Include="System.Web.Services.Protocols\HttpMethodAttribute.cs" />
  248. <Compile Include="System.Web.Services.Protocols\HttpPostClientProtocol.cs">
  249. <SubType>Component</SubType>
  250. </Compile>
  251. <Compile Include="System.Web.Services.Protocols\HttpPostTypeStubInfo.cs" />
  252. <Compile Include="System.Web.Services.Protocols\HttpSimpleClientProtocol.cs">
  253. <SubType>Component</SubType>
  254. </Compile>
  255. <Compile Include="System.Web.Services.Protocols\HttpSimpleTypeStubInfo.cs" />
  256. <Compile Include="System.Web.Services.Protocols\HttpSimpleWebServiceHandler.cs" />
  257. <Compile Include="System.Web.Services.Protocols\HttpSoapWebServiceHandler.cs" />
  258. <Compile Include="System.Web.Services.Protocols\HttpWebClientProtocol.cs">
  259. <SubType>Component</SubType>
  260. </Compile>
  261. <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventArgs.cs" />
  262. <Compile Include="System.Web.Services.Protocols\InvokeCompletedEventHandler.cs" />
  263. <Compile Include="System.Web.Services.Protocols\LogicalMethodInfo.cs" />
  264. <Compile Include="System.Web.Services.Protocols\LogicalMethodTypes.cs" />
  265. <Compile Include="System.Web.Services.Protocols\MatchAttribute.cs" />
  266. <Compile Include="System.Web.Services.Protocols\Methods.cs" />
  267. <Compile Include="System.Web.Services.Protocols\MimeFormatter.cs" />
  268. <Compile Include="System.Web.Services.Protocols\MimeParameterReader.cs" />
  269. <Compile Include="System.Web.Services.Protocols\MimeParameterWriter.cs" />
  270. <Compile Include="System.Web.Services.Protocols\MimeReturnReader.cs" />
  271. <Compile Include="System.Web.Services.Protocols\MimeReturnWriter.cs" />
  272. <Compile Include="System.Web.Services.Protocols\NopReturnReader.cs" />
  273. <Compile Include="System.Web.Services.Protocols\PatternMatcher.cs" />
  274. <Compile Include="System.Web.Services.Protocols\ServerProtocol.cs" />
  275. <Compile Include="System.Web.Services.Protocols\ServerProtocolFactory.cs" />
  276. <Compile Include="System.Web.Services.Protocols\ServerType.cs" />
  277. <Compile Include="System.Web.Services.Protocols\Soap12FaultCodes.cs" />
  278. <Compile Include="System.Web.Services.Protocols\SoapClientMessage.cs" />
  279. <Compile Include="System.Web.Services.Protocols\SoapClientMethod.cs" />
  280. <Compile Include="System.Web.Services.Protocols\SoapDocumentationHandler.cs" />
  281. <Compile Include="System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs" />
  282. <Compile Include="System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs" />
  283. <Compile Include="System.Web.Services.Protocols\SoapException.cs" />
  284. <Compile Include="System.Web.Services.Protocols\SoapExtension.cs" />
  285. <Compile Include="System.Web.Services.Protocols\SoapExtensionAttribute.cs" />
  286. <Compile Include="System.Web.Services.Protocols\SoapFaultSubcode.cs" />
  287. <Compile Include="System.Web.Services.Protocols\SoapHeader.cs" />
  288. <Compile Include="System.Web.Services.Protocols\SoapHeaderAttribute.cs" />
  289. <Compile Include="System.Web.Services.Protocols\SoapHeaderCollection.cs" />
  290. <Compile Include="System.Web.Services.Protocols\SoapHeaderDirection.cs" />
  291. <Compile Include="System.Web.Services.Protocols\SoapHeaderException.cs" />
  292. <Compile Include="System.Web.Services.Protocols\SoapHeaderHandling.cs" />
  293. <Compile Include="System.Web.Services.Protocols\SoapHeaderMapping.cs" />
  294. <Compile Include="System.Web.Services.Protocols\SoapHttpClientProtocol.cs">
  295. <SubType>Component</SubType>
  296. </Compile>
  297. <Compile Include="System.Web.Services.Protocols\SoapMessage.cs" />
  298. <Compile Include="System.Web.Services.Protocols\SoapMessageStage.cs" />
  299. <Compile Include="System.Web.Services.Protocols\SoapParameterStyle.cs" />
  300. <Compile Include="System.Web.Services.Protocols\SoapProtocolVersion.cs" />
  301. <Compile Include="System.Web.Services.Protocols\SoapRpcMethodAttribute.cs" />
  302. <Compile Include="System.Web.Services.Protocols\SoapRpcServiceAttribute.cs" />
  303. <Compile Include="System.Web.Services.Protocols\SoapServerMessage.cs" />
  304. <Compile Include="System.Web.Services.Protocols\SoapServerMethod.cs" />
  305. <Compile Include="System.Web.Services.Protocols\SoapServerProtocol.cs" />
  306. <Compile Include="System.Web.Services.Protocols\SoapServerProtocolFactory.cs" />
  307. <Compile Include="System.Web.Services.Protocols\SoapServerType.cs" />
  308. <Compile Include="System.Web.Services.Protocols\SoapServiceRoutingStyle.cs" />
  309. <Compile Include="System.Web.Services.Protocols\SoapUnknownHeader.cs" />
  310. <Compile Include="System.Web.Services.Protocols\TextReturnReader.cs" />
  311. <Compile Include="System.Web.Services.Protocols\TypeStubManager.cs" />
  312. <Compile Include="System.Web.Services.Protocols\UrlEncodedParameterWriter.cs" />
  313. <Compile Include="System.Web.Services.Protocols\UrlParameterReader.cs" />
  314. <Compile Include="System.Web.Services.Protocols\UrlParameterWriter.cs" />
  315. <Compile Include="System.Web.Services.Protocols\ValueCollectionParameterReader.cs" />
  316. <Compile Include="System.Web.Services.Protocols\WebClientAsyncResult.cs" />
  317. <Compile Include="System.Web.Services.Protocols\WebClientProtocol.cs">
  318. <SubType>Component</SubType>
  319. </Compile>
  320. <Compile Include="System.Web.Services.Protocols\WebServiceHandler.cs" />
  321. <Compile Include="System.Web.Services.Protocols\WebServiceHandlerFactory.cs" />
  322. <Compile Include="System.Web.Services.Protocols\WebServiceHelper.cs" />
  323. <Compile Include="System.Web.Services.Protocols\XmlReturnReader.cs" />
  324. <Compile Include="System.Web.Services.Protocols\XmlReturnWriter.cs" />
  325. <Compile Include="System.Web.Services\WebMethodAttribute.cs" />
  326. <Compile Include="System.Web.Services\WebService.cs">
  327. <SubType>Component</SubType>
  328. </Compile>
  329. <Compile Include="System.Web.Services\WebServiceAttribute.cs" />
  330. <Compile Include="System.Web.Services\WebServiceBindingAttribute.cs" />
  331. <Compile Include="System.Web.Services\WebServicesDescriptionAttribute.cs" />
  332. <Compile Include="System.Web.Services\WsiProfiles.cs" />
  333. </ItemGroup>
  334. <ItemGroup>
  335. <None Include="..\..\build\common\Consts.cs.in">
  336. <Link>Consts.cs.in</Link>
  337. </None>
  338. </ItemGroup>
  339. <ItemGroup>
  340. <EmbeddedResource Include="System.Web.Services.Description\wsdl-1.1.xsd">
  341. <LogicalName>wsdl-1.1.xsd</LogicalName>
  342. </EmbeddedResource>
  343. <EmbeddedResource Include="System.Web.Services.Description\web-reference.xsd">
  344. <LogicalName>web-reference.xsd</LogicalName>
  345. </EmbeddedResource>
  346. </ItemGroup>
  347. <ItemGroup>
  348. <Folder Include="Properties\" />
  349. </ItemGroup>
  350. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  351. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  352. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  353. Other similar extension points exist, see Microsoft.Common.targets.
  354. <Target Name="BeforeBuild">
  355. </Target>
  356. <Target Name="AfterBuild">
  357. </Target>
  358. -->
  359. <ProjectExtensions>
  360. <VisualStudio>
  361. <UserProperties REFS-JarPath-system-web="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Web.jar" REFS-JarPath-system-configuration="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Configuration.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\mscorlib.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.Xml.jar" />
  362. </VisualStudio>
  363. </ProjectExtensions>
  364. <PropertyGroup>
  365. <PostBuildEvent>echo Parsing DefaultWsdlHelpGenerator.jvm.aspx
  366. rmdir /S /Q parse
  367. mkdir parse
  368. copy System.Web.Services.* parse
  369. cd parse
  370. copy ..\..\..\..\..\..\mono\data\net_2_0\DefaultWsdlHelpGenerator.jvm.aspx DefaultWsdlHelpGenerator.aspx
  371. "%25VMW_HOME%25\bin\aspxparser.exe" /reference:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll" /reference:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll" /reference:"System.Web.Services.dll" /reference:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll" /reference:"..\..\..\..\lib\J2EE.Helpers.dll" /novalidator /appdir:%25CD%25 /out:C:\views2\builder1\studio\GH\runtime\monobuild\mcs\class\System.Web.Services\\WEB-INF\lib\System.Web.Services.jar /bindir:%25CD%25 /virtdir:/MonoSystemWeb /aspxfiles:DefaultWsdlHelpGenerator.aspx /precompileall /tempDir:%25CD%25 /assembly:%CD%\System.Web.Services.dll /nomd5
  372. cd ..
  373. rmdir /S /Q pack
  374. mkdir pack
  375. md pack\ASP
  376. md pack\assemblies
  377. copy parse\assemblies\defaultwsdlhelpgenerator.aspx.xml pack\assemblies\defaultwsdlhelpgenerator.aspx.xml
  378. cd parse\assemblies\A*
  379. copy *.ghres ..\..\..\pack
  380. copy ASP ..\..\..\pack\ASP
  381. cd ..\..\..\pack
  382. echo Unzipping System.Web.Services.jar...
  383. set jar=$(TargetDir)$(TargetName).jar
  384. %25JAVA_HOME%25\bin\jar xf "%25jar%25"
  385. echo Repackaging...
  386. jar cfm "%25jar%25" .\META-INF\MANIFEST.MF *
  387. cd ..</PostBuildEvent>
  388. </PropertyGroup>
  389. </Project>