Mono.System.Web.Services.csproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.10.2292"
  5. SchemaVersion = "2.0"
  6. ProjectGuid = "{1E24995F-861C-4FCB-BE59-C7B518F02F64}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "System.Web.Services"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. PreBuildEvent = ""
  20. PostBuildEvent = ""
  21. RootNamespace = "System.Web.Servces"
  22. RunPostBuildEvent = "OnBuildSuccess"
  23. StartupObject = ""
  24. >
  25. <Config
  26. Name = "Debug"
  27. AllowUnsafeBlocks = "false"
  28. BaseAddress = "285212672"
  29. CheckForOverflowUnderflow = "false"
  30. ConfigurationOverrideFile = ""
  31. DefineConstants = "DEBUG;TRACE"
  32. DocumentationFile = ""
  33. DebugSymbols = "true"
  34. FileAlignment = "4096"
  35. IncrementalBuild = "true"
  36. NoStdLib = "false"
  37. NoWarn = ""
  38. Optimize = "false"
  39. OutputPath = "bin\Debug\"
  40. RegisterForComInterop = "false"
  41. RemoveIntegerChecks = "false"
  42. TreatWarningsAsErrors = "false"
  43. WarningLevel = "4"
  44. />
  45. <Config
  46. Name = "Release"
  47. AllowUnsafeBlocks = "false"
  48. BaseAddress = "285212672"
  49. CheckForOverflowUnderflow = "false"
  50. ConfigurationOverrideFile = ""
  51. DefineConstants = "TRACE"
  52. DocumentationFile = ""
  53. DebugSymbols = "false"
  54. FileAlignment = "4096"
  55. IncrementalBuild = "false"
  56. NoStdLib = "false"
  57. NoWarn = ""
  58. Optimize = "true"
  59. OutputPath = "bin\Release\"
  60. RegisterForComInterop = "false"
  61. RemoveIntegerChecks = "false"
  62. TreatWarningsAsErrors = "false"
  63. WarningLevel = "4"
  64. />
  65. </Settings>
  66. <References>
  67. <Reference
  68. Name = "System.EnterpriseServices"
  69. AssemblyName = "System.EnterpriseServices"
  70. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.EnterpriseServices.dll"
  71. />
  72. <Reference
  73. Name = "System"
  74. AssemblyName = "System"
  75. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
  76. />
  77. <Reference
  78. Name = "System.XML"
  79. AssemblyName = "System.Xml"
  80. HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
  81. />
  82. <Reference
  83. Name = "System.Web"
  84. AssemblyName = "System.Web"
  85. HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll"
  86. />
  87. </References>
  88. </Build>
  89. <Files>
  90. <Include>
  91. <File
  92. RelPath = "ChangeLog"
  93. BuildAction = "None"
  94. />
  95. <File
  96. RelPath = "list"
  97. BuildAction = "None"
  98. />
  99. <File
  100. RelPath = "makefile.gnu"
  101. BuildAction = "None"
  102. />
  103. <File
  104. RelPath = "System.Web.Services.build"
  105. BuildAction = "None"
  106. />
  107. <File
  108. RelPath = "System.Web.Services\ChangeLog"
  109. BuildAction = "None"
  110. />
  111. <File
  112. RelPath = "System.Web.Services\TODOAttribute.cs"
  113. SubType = "Code"
  114. BuildAction = "Compile"
  115. />
  116. <File
  117. RelPath = "System.Web.Services\WebMethodAttribute.cs"
  118. SubType = "Code"
  119. BuildAction = "Compile"
  120. />
  121. <File
  122. RelPath = "System.Web.Services\WebService.cs"
  123. SubType = "Component"
  124. BuildAction = "Compile"
  125. />
  126. <File
  127. RelPath = "System.Web.Services\WebService.resx"
  128. DependentUpon = "WebService.cs"
  129. BuildAction = "EmbeddedResource"
  130. />
  131. <File
  132. RelPath = "System.Web.Services\WebServiceAttribute.cs"
  133. SubType = "Code"
  134. BuildAction = "Compile"
  135. />
  136. <File
  137. RelPath = "System.Web.Services\WebServiceBindingAttribute.cs"
  138. SubType = "Code"
  139. BuildAction = "Compile"
  140. />
  141. <File
  142. RelPath = "System.Web.Services\WebServicesDescriptionAttribute.cs"
  143. SubType = "Code"
  144. BuildAction = "Compile"
  145. />
  146. <File
  147. RelPath = "System.Web.Services.Configuration\ChangeLog"
  148. BuildAction = "None"
  149. />
  150. <File
  151. RelPath = "System.Web.Services.Configuration\XmlFormatExtensionAttribute.cs"
  152. SubType = "Code"
  153. BuildAction = "Compile"
  154. />
  155. <File
  156. RelPath = "System.Web.Services.Configuration\XmlFormatExtensionPointAttribute.cs"
  157. SubType = "Code"
  158. BuildAction = "Compile"
  159. />
  160. <File
  161. RelPath = "System.Web.Services.Configuration\XmlFormatExtensionPrefixAttribute.cs"
  162. SubType = "Code"
  163. BuildAction = "Compile"
  164. />
  165. <File
  166. RelPath = "System.Web.Services.Description\Binding.cs"
  167. SubType = "Code"
  168. BuildAction = "Compile"
  169. />
  170. <File
  171. RelPath = "System.Web.Services.Description\BindingCollection.cs"
  172. SubType = "Code"
  173. BuildAction = "Compile"
  174. />
  175. <File
  176. RelPath = "System.Web.Services.Description\ChangeLog"
  177. BuildAction = "None"
  178. />
  179. <File
  180. RelPath = "System.Web.Services.Description\DocumentableItem.cs"
  181. SubType = "Code"
  182. BuildAction = "Compile"
  183. />
  184. <File
  185. RelPath = "System.Web.Services.Description\FaultBinding.cs"
  186. SubType = "Code"
  187. BuildAction = "Compile"
  188. />
  189. <File
  190. RelPath = "System.Web.Services.Description\FaultBindingCollection.cs"
  191. SubType = "Code"
  192. BuildAction = "Compile"
  193. />
  194. <File
  195. RelPath = "System.Web.Services.Description\HttpAddressBinding.cs"
  196. SubType = "Code"
  197. BuildAction = "Compile"
  198. />
  199. <File
  200. RelPath = "System.Web.Services.Description\HttpBinding.cs"
  201. SubType = "Code"
  202. BuildAction = "Compile"
  203. />
  204. <File
  205. RelPath = "System.Web.Services.Description\HttpOperationBinding.cs"
  206. SubType = "Code"
  207. BuildAction = "Compile"
  208. />
  209. <File
  210. RelPath = "System.Web.Services.Description\HttpUrlEncodedBinding.cs"
  211. SubType = "Code"
  212. BuildAction = "Compile"
  213. />
  214. <File
  215. RelPath = "System.Web.Services.Description\HttpUrlReplacementBinding.cs"
  216. SubType = "Code"
  217. BuildAction = "Compile"
  218. />
  219. <File
  220. RelPath = "System.Web.Services.Description\Import.cs"
  221. SubType = "Code"
  222. BuildAction = "Compile"
  223. />
  224. <File
  225. RelPath = "System.Web.Services.Description\ImportCollection.cs"
  226. SubType = "Code"
  227. BuildAction = "Compile"
  228. />
  229. <File
  230. RelPath = "System.Web.Services.Description\InputBinding.cs"
  231. SubType = "Code"
  232. BuildAction = "Compile"
  233. />
  234. <File
  235. RelPath = "System.Web.Services.Description\Message.cs"
  236. SubType = "Code"
  237. BuildAction = "Compile"
  238. />
  239. <File
  240. RelPath = "System.Web.Services.Description\MessageBinding.cs"
  241. SubType = "Code"
  242. BuildAction = "Compile"
  243. />
  244. <File
  245. RelPath = "System.Web.Services.Description\MessageCollection.cs"
  246. SubType = "Code"
  247. BuildAction = "Compile"
  248. />
  249. <File
  250. RelPath = "System.Web.Services.Description\MessagePart.cs"
  251. SubType = "Code"
  252. BuildAction = "Compile"
  253. />
  254. <File
  255. RelPath = "System.Web.Services.Description\MessagePartCollection.cs"
  256. SubType = "Code"
  257. BuildAction = "Compile"
  258. />
  259. <File
  260. RelPath = "System.Web.Services.Description\MimeContentBinding.cs"
  261. SubType = "Code"
  262. BuildAction = "Compile"
  263. />
  264. <File
  265. RelPath = "System.Web.Services.Description\MimeMultipartRelatedBinding.cs"
  266. SubType = "Code"
  267. BuildAction = "Compile"
  268. />
  269. <File
  270. RelPath = "System.Web.Services.Description\MimePart.cs"
  271. SubType = "Code"
  272. BuildAction = "Compile"
  273. />
  274. <File
  275. RelPath = "System.Web.Services.Description\MimePartCollection.cs"
  276. SubType = "Code"
  277. BuildAction = "Compile"
  278. />
  279. <File
  280. RelPath = "System.Web.Services.Description\MimeTextBinding.cs"
  281. SubType = "Code"
  282. BuildAction = "Compile"
  283. />
  284. <File
  285. RelPath = "System.Web.Services.Description\MimeTextMatch.cs"
  286. SubType = "Code"
  287. BuildAction = "Compile"
  288. />
  289. <File
  290. RelPath = "System.Web.Services.Description\MimeTextMatchCollection.cs"
  291. SubType = "Code"
  292. BuildAction = "Compile"
  293. />
  294. <File
  295. RelPath = "System.Web.Services.Description\MimeXmlBinding.cs"
  296. SubType = "Code"
  297. BuildAction = "Compile"
  298. />
  299. <File
  300. RelPath = "System.Web.Services.Description\Operation.cs"
  301. SubType = "Code"
  302. BuildAction = "Compile"
  303. />
  304. <File
  305. RelPath = "System.Web.Services.Description\OperationBinding.cs"
  306. SubType = "Code"
  307. BuildAction = "Compile"
  308. />
  309. <File
  310. RelPath = "System.Web.Services.Description\OperationBindingCollection.cs"
  311. SubType = "Code"
  312. BuildAction = "Compile"
  313. />
  314. <File
  315. RelPath = "System.Web.Services.Description\OperationCollection.cs"
  316. SubType = "Code"
  317. BuildAction = "Compile"
  318. />
  319. <File
  320. RelPath = "System.Web.Services.Description\OperationFault.cs"
  321. SubType = "Code"
  322. BuildAction = "Compile"
  323. />
  324. <File
  325. RelPath = "System.Web.Services.Description\OperationFaultCollection.cs"
  326. SubType = "Code"
  327. BuildAction = "Compile"
  328. />
  329. <File
  330. RelPath = "System.Web.Services.Description\OperationFlow.cs"
  331. SubType = "Code"
  332. BuildAction = "Compile"
  333. />
  334. <File
  335. RelPath = "System.Web.Services.Description\OperationInput.cs"
  336. SubType = "Code"
  337. BuildAction = "Compile"
  338. />
  339. <File
  340. RelPath = "System.Web.Services.Description\OperationMessage.cs"
  341. SubType = "Code"
  342. BuildAction = "Compile"
  343. />
  344. <File
  345. RelPath = "System.Web.Services.Description\OperationMessageCollection.cs"
  346. SubType = "Code"
  347. BuildAction = "Compile"
  348. />
  349. <File
  350. RelPath = "System.Web.Services.Description\OperationOutput.cs"
  351. SubType = "Code"
  352. BuildAction = "Compile"
  353. />
  354. <File
  355. RelPath = "System.Web.Services.Description\OutputBinding.cs"
  356. SubType = "Code"
  357. BuildAction = "Compile"
  358. />
  359. <File
  360. RelPath = "System.Web.Services.Description\Port.cs"
  361. SubType = "Code"
  362. BuildAction = "Compile"
  363. />
  364. <File
  365. RelPath = "System.Web.Services.Description\PortCollection.cs"
  366. SubType = "Code"
  367. BuildAction = "Compile"
  368. />
  369. <File
  370. RelPath = "System.Web.Services.Description\PortType.cs"
  371. SubType = "Code"
  372. BuildAction = "Compile"
  373. />
  374. <File
  375. RelPath = "System.Web.Services.Description\PortTypeCollection.cs"
  376. SubType = "Code"
  377. BuildAction = "Compile"
  378. />
  379. <File
  380. RelPath = "System.Web.Services.Description\ProtocolImporter.cs"
  381. SubType = "Code"
  382. BuildAction = "Compile"
  383. />
  384. <File
  385. RelPath = "System.Web.Services.Description\ProtocolReflector.cs"
  386. SubType = "Code"
  387. BuildAction = "Compile"
  388. />
  389. <File
  390. RelPath = "System.Web.Services.Description\Service.cs"
  391. SubType = "Code"
  392. BuildAction = "Compile"
  393. />
  394. <File
  395. RelPath = "System.Web.Services.Description\ServiceCollection.cs"
  396. SubType = "Code"
  397. BuildAction = "Compile"
  398. />
  399. <File
  400. RelPath = "System.Web.Services.Description\ServiceDescription.cs"
  401. SubType = "Code"
  402. BuildAction = "Compile"
  403. />
  404. <File
  405. RelPath = "System.Web.Services.Description\ServiceDescriptionBaseCollection.cs"
  406. SubType = "Code"
  407. BuildAction = "Compile"
  408. />
  409. <File
  410. RelPath = "System.Web.Services.Description\ServiceDescriptionCollection.cs"
  411. SubType = "Code"
  412. BuildAction = "Compile"
  413. />
  414. <File
  415. RelPath = "System.Web.Services.Description\ServiceDescriptionFormatExtension.cs"
  416. SubType = "Code"
  417. BuildAction = "Compile"
  418. />
  419. <File
  420. RelPath = "System.Web.Services.Description\ServiceDescriptionFormatExtensionCollection.cs"
  421. SubType = "Code"
  422. BuildAction = "Compile"
  423. />
  424. <File
  425. RelPath = "System.Web.Services.Description\ServiceDescriptionImporter.cs"
  426. SubType = "Code"
  427. BuildAction = "Compile"
  428. />
  429. <File
  430. RelPath = "System.Web.Services.Description\ServiceDescriptionImportStyle.cs"
  431. SubType = "Code"
  432. BuildAction = "Compile"
  433. />
  434. <File
  435. RelPath = "System.Web.Services.Description\ServiceDescriptionImportWarnings.cs"
  436. SubType = "Code"
  437. BuildAction = "Compile"
  438. />
  439. <File
  440. RelPath = "System.Web.Services.Description\ServiceDescriptionReflector.cs"
  441. SubType = "Code"
  442. BuildAction = "Compile"
  443. />
  444. <File
  445. RelPath = "System.Web.Services.Description\SoapAddressBinding.cs"
  446. SubType = "Code"
  447. BuildAction = "Compile"
  448. />
  449. <File
  450. RelPath = "System.Web.Services.Description\SoapBinding.cs"
  451. SubType = "Code"
  452. BuildAction = "Compile"
  453. />
  454. <File
  455. RelPath = "System.Web.Services.Description\SoapBindingStyle.cs"
  456. SubType = "Code"
  457. BuildAction = "Compile"
  458. />
  459. <File
  460. RelPath = "System.Web.Services.Description\SoapBindingUse.cs"
  461. SubType = "Code"
  462. BuildAction = "Compile"
  463. />
  464. <File
  465. RelPath = "System.Web.Services.Description\SoapBodyBinding.cs"
  466. SubType = "Code"
  467. BuildAction = "Compile"
  468. />
  469. <File
  470. RelPath = "System.Web.Services.Description\SoapExtensionImporter.cs"
  471. SubType = "Code"
  472. BuildAction = "Compile"
  473. />
  474. <File
  475. RelPath = "System.Web.Services.Description\SoapExtensionReflector.cs"
  476. SubType = "Code"
  477. BuildAction = "Compile"
  478. />
  479. <File
  480. RelPath = "System.Web.Services.Description\SoapFaultBinding.cs"
  481. SubType = "Code"
  482. BuildAction = "Compile"
  483. />
  484. <File
  485. RelPath = "System.Web.Services.Description\SoapHeaderBinding.cs"
  486. SubType = "Code"
  487. BuildAction = "Compile"
  488. />
  489. <File
  490. RelPath = "System.Web.Services.Description\SoapHeaderFaultBinding.cs"
  491. SubType = "Code"
  492. BuildAction = "Compile"
  493. />
  494. <File
  495. RelPath = "System.Web.Services.Description\SoapOperationBinding.cs"
  496. SubType = "Code"
  497. BuildAction = "Compile"
  498. />
  499. <File
  500. RelPath = "System.Web.Services.Description\SoapProtocolImporter.cs"
  501. SubType = "Code"
  502. BuildAction = "Compile"
  503. />
  504. <File
  505. RelPath = "System.Web.Services.Description\SoapProtocolReflector.cs"
  506. SubType = "Code"
  507. BuildAction = "Compile"
  508. />
  509. <File
  510. RelPath = "System.Web.Services.Description\SoapTransportImporter.cs"
  511. SubType = "Code"
  512. BuildAction = "Compile"
  513. />
  514. <File
  515. RelPath = "System.Web.Services.Description\Types.cs"
  516. SubType = "Code"
  517. BuildAction = "Compile"
  518. />
  519. <File
  520. RelPath = "System.Web.Services.Discovery\ChangeLog"
  521. BuildAction = "None"
  522. />
  523. <File
  524. RelPath = "System.Web.Services.Discovery\ContractReference.cs"
  525. SubType = "Code"
  526. BuildAction = "Compile"
  527. />
  528. <File
  529. RelPath = "System.Web.Services.Discovery\ContractSearchPattern.cs"
  530. SubType = "Code"
  531. BuildAction = "Compile"
  532. />
  533. <File
  534. RelPath = "System.Web.Services.Discovery\DiscoveryClientDocumentCollection.cs"
  535. SubType = "Code"
  536. BuildAction = "Compile"
  537. />
  538. <File
  539. RelPath = "System.Web.Services.Discovery\DiscoveryClientProtocol.cs"
  540. SubType = "Component"
  541. BuildAction = "Compile"
  542. />
  543. <File
  544. RelPath = "System.Web.Services.Discovery\DiscoveryClientReferenceCollection.cs"
  545. SubType = "Code"
  546. BuildAction = "Compile"
  547. />
  548. <File
  549. RelPath = "System.Web.Services.Discovery\DiscoveryClientResult.cs"
  550. SubType = "Code"
  551. BuildAction = "Compile"
  552. />
  553. <File
  554. RelPath = "System.Web.Services.Discovery\DiscoveryClientResultCollection.cs"
  555. SubType = "Code"
  556. BuildAction = "Compile"
  557. />
  558. <File
  559. RelPath = "System.Web.Services.Discovery\DiscoveryDocument.cs"
  560. SubType = "Code"
  561. BuildAction = "Compile"
  562. />
  563. <File
  564. RelPath = "System.Web.Services.Discovery\DiscoveryDocumentLinksPattern.cs"
  565. SubType = "Code"
  566. BuildAction = "Compile"
  567. />
  568. <File
  569. RelPath = "System.Web.Services.Discovery\DiscoveryDocumentReference.cs"
  570. SubType = "Code"
  571. BuildAction = "Compile"
  572. />
  573. <File
  574. RelPath = "System.Web.Services.Discovery\DiscoveryDocumentSearchPattern.cs"
  575. SubType = "Code"
  576. BuildAction = "Compile"
  577. />
  578. <File
  579. RelPath = "System.Web.Services.Discovery\DiscoveryExceptionDictionary.cs"
  580. SubType = "Code"
  581. BuildAction = "Compile"
  582. />
  583. <File
  584. RelPath = "System.Web.Services.Discovery\DiscoveryReference.cs"
  585. SubType = "Code"
  586. BuildAction = "Compile"
  587. />
  588. <File
  589. RelPath = "System.Web.Services.Discovery\DiscoveryReferenceCollection.cs"
  590. SubType = "Code"
  591. BuildAction = "Compile"
  592. />
  593. <File
  594. RelPath = "System.Web.Services.Discovery\DiscoveryRequestHandler.cs"
  595. SubType = "Code"
  596. BuildAction = "Compile"
  597. />
  598. <File
  599. RelPath = "System.Web.Services.Discovery\DiscoverySearchPattern.cs"
  600. SubType = "Code"
  601. BuildAction = "Compile"
  602. />
  603. <File
  604. RelPath = "System.Web.Services.Discovery\DynamicDiscoveryDocument.cs"
  605. SubType = "Code"
  606. BuildAction = "Compile"
  607. />
  608. <File
  609. RelPath = "System.Web.Services.Discovery\ExcludePathInfo.cs"
  610. SubType = "Code"
  611. BuildAction = "Compile"
  612. />
  613. <File
  614. RelPath = "System.Web.Services.Discovery\SchemaReference.cs"
  615. SubType = "Code"
  616. BuildAction = "Compile"
  617. />
  618. <File
  619. RelPath = "System.Web.Services.Discovery\SoapBinding.cs"
  620. SubType = "Code"
  621. BuildAction = "Compile"
  622. />
  623. <File
  624. RelPath = "System.Web.Services.Discovery\XmlSchemaSearchPattern.cs"
  625. SubType = "Code"
  626. BuildAction = "Compile"
  627. />
  628. <File
  629. RelPath = "System.Web.Services.Protocols\AnyReturnReader.cs"
  630. SubType = "Code"
  631. BuildAction = "Compile"
  632. />
  633. <File
  634. RelPath = "System.Web.Services.Protocols\ChangeLog"
  635. BuildAction = "None"
  636. />
  637. <File
  638. RelPath = "System.Web.Services.Protocols\HtmlFormParameterReader.cs"
  639. SubType = "Code"
  640. BuildAction = "Compile"
  641. />
  642. <File
  643. RelPath = "System.Web.Services.Protocols\HtmlFormParameterWriter.cs"
  644. SubType = "Code"
  645. BuildAction = "Compile"
  646. />
  647. <File
  648. RelPath = "System.Web.Services.Protocols\HttpGetClientProtocol.cs"
  649. SubType = "Component"
  650. BuildAction = "Compile"
  651. />
  652. <File
  653. RelPath = "System.Web.Services.Protocols\HttpMethodAttribute.cs"
  654. SubType = "Code"
  655. BuildAction = "Compile"
  656. />
  657. <File
  658. RelPath = "System.Web.Services.Protocols\HttpPostClientProtocol.cs"
  659. SubType = "Component"
  660. BuildAction = "Compile"
  661. />
  662. <File
  663. RelPath = "System.Web.Services.Protocols\HttpServerProtocol.cs"
  664. SubType = "Code"
  665. BuildAction = "Compile"
  666. />
  667. <File
  668. RelPath = "System.Web.Services.Protocols\HttpSimpleClientProtocol.cs"
  669. SubType = "Component"
  670. BuildAction = "Compile"
  671. />
  672. <File
  673. RelPath = "System.Web.Services.Protocols\HttpWebClientProtocol.cs"
  674. SubType = "Component"
  675. BuildAction = "Compile"
  676. />
  677. <File
  678. RelPath = "System.Web.Services.Protocols\LogicalMethodInfo.cs"
  679. SubType = "Code"
  680. BuildAction = "Compile"
  681. />
  682. <File
  683. RelPath = "System.Web.Services.Protocols\LogicalMethodTypes.cs"
  684. SubType = "Code"
  685. BuildAction = "Compile"
  686. />
  687. <File
  688. RelPath = "System.Web.Services.Protocols\MatchAttribute.cs"
  689. SubType = "Code"
  690. BuildAction = "Compile"
  691. />
  692. <File
  693. RelPath = "System.Web.Services.Protocols\MimeFormatter.cs"
  694. SubType = "Code"
  695. BuildAction = "Compile"
  696. />
  697. <File
  698. RelPath = "System.Web.Services.Protocols\MimeParameterReader.cs"
  699. SubType = "Code"
  700. BuildAction = "Compile"
  701. />
  702. <File
  703. RelPath = "System.Web.Services.Protocols\MimeParameterWriter.cs"
  704. SubType = "Code"
  705. BuildAction = "Compile"
  706. />
  707. <File
  708. RelPath = "System.Web.Services.Protocols\MimeReturnReader.cs"
  709. SubType = "Code"
  710. BuildAction = "Compile"
  711. />
  712. <File
  713. RelPath = "System.Web.Services.Protocols\MimeReturnWriter.cs"
  714. SubType = "Code"
  715. BuildAction = "Compile"
  716. />
  717. <File
  718. RelPath = "System.Web.Services.Protocols\NopReturnReader.cs"
  719. SubType = "Code"
  720. BuildAction = "Compile"
  721. />
  722. <File
  723. RelPath = "System.Web.Services.Protocols\PatternMatcher.cs"
  724. SubType = "Code"
  725. BuildAction = "Compile"
  726. />
  727. <File
  728. RelPath = "System.Web.Services.Protocols\ServerProtocol.cs"
  729. SubType = "Code"
  730. BuildAction = "Compile"
  731. />
  732. <File
  733. RelPath = "System.Web.Services.Protocols\SoapClientMessage.cs"
  734. SubType = "Code"
  735. BuildAction = "Compile"
  736. />
  737. <File
  738. RelPath = "System.Web.Services.Protocols\SoapClientMethod.cs"
  739. SubType = "Code"
  740. BuildAction = "Compile"
  741. />
  742. <File
  743. RelPath = "System.Web.Services.Protocols\SoapDocumentMethodAttribute.cs"
  744. SubType = "Code"
  745. BuildAction = "Compile"
  746. />
  747. <File
  748. RelPath = "System.Web.Services.Protocols\SoapDocumentServiceAttribute.cs"
  749. SubType = "Code"
  750. BuildAction = "Compile"
  751. />
  752. <File
  753. RelPath = "System.Web.Services.Protocols\SoapException.cs"
  754. SubType = "Code"
  755. BuildAction = "Compile"
  756. />
  757. <File
  758. RelPath = "System.Web.Services.Protocols\SoapExtension.cs"
  759. SubType = "Code"
  760. BuildAction = "Compile"
  761. />
  762. <File
  763. RelPath = "System.Web.Services.Protocols\SoapExtensionAttribute.cs"
  764. SubType = "Code"
  765. BuildAction = "Compile"
  766. />
  767. <File
  768. RelPath = "System.Web.Services.Protocols\SoapHeader.cs"
  769. SubType = "Code"
  770. BuildAction = "Compile"
  771. />
  772. <File
  773. RelPath = "System.Web.Services.Protocols\SoapHeaderAttribute.cs"
  774. SubType = "Code"
  775. BuildAction = "Compile"
  776. />
  777. <File
  778. RelPath = "System.Web.Services.Protocols\SoapHeaderCollection.cs"
  779. SubType = "Code"
  780. BuildAction = "Compile"
  781. />
  782. <File
  783. RelPath = "System.Web.Services.Protocols\SoapHeaderDirection.cs"
  784. SubType = "Code"
  785. BuildAction = "Compile"
  786. />
  787. <File
  788. RelPath = "System.Web.Services.Protocols\SoapHeaderException.cs"
  789. SubType = "Code"
  790. BuildAction = "Compile"
  791. />
  792. <File
  793. RelPath = "System.Web.Services.Protocols\SoapHttpClientProtocol.cs"
  794. SubType = "Component"
  795. BuildAction = "Compile"
  796. />
  797. <File
  798. RelPath = "System.Web.Services.Protocols\SoapMessage.cs"
  799. SubType = "Code"
  800. BuildAction = "Compile"
  801. />
  802. <File
  803. RelPath = "System.Web.Services.Protocols\SoapMessageStage.cs"
  804. SubType = "Code"
  805. BuildAction = "Compile"
  806. />
  807. <File
  808. RelPath = "System.Web.Services.Protocols\SoapParameterStyle.cs"
  809. SubType = "Code"
  810. BuildAction = "Compile"
  811. />
  812. <File
  813. RelPath = "System.Web.Services.Protocols\SoapRpcMethodAttribute.cs"
  814. SubType = "Code"
  815. BuildAction = "Compile"
  816. />
  817. <File
  818. RelPath = "System.Web.Services.Protocols\SoapRpcServiceAttribute.cs"
  819. SubType = "Code"
  820. BuildAction = "Compile"
  821. />
  822. <File
  823. RelPath = "System.Web.Services.Protocols\SoapServerMessage.cs"
  824. SubType = "Code"
  825. BuildAction = "Compile"
  826. />
  827. <File
  828. RelPath = "System.Web.Services.Protocols\SoapServerProtocol.cs"
  829. SubType = "Code"
  830. BuildAction = "Compile"
  831. />
  832. <File
  833. RelPath = "System.Web.Services.Protocols\SoapServiceRoutingStyle.cs"
  834. SubType = "Code"
  835. BuildAction = "Compile"
  836. />
  837. <File
  838. RelPath = "System.Web.Services.Protocols\SoapUnknownHeader.cs"
  839. SubType = "Code"
  840. BuildAction = "Compile"
  841. />
  842. <File
  843. RelPath = "System.Web.Services.Protocols\TextReturnReader.cs"
  844. SubType = "Code"
  845. BuildAction = "Compile"
  846. />
  847. <File
  848. RelPath = "System.Web.Services.Protocols\UrlEncodedParameterWriter.cs"
  849. SubType = "Code"
  850. BuildAction = "Compile"
  851. />
  852. <File
  853. RelPath = "System.Web.Services.Protocols\UrlParameterReader.cs"
  854. SubType = "Code"
  855. BuildAction = "Compile"
  856. />
  857. <File
  858. RelPath = "System.Web.Services.Protocols\UrlParameterWriter.cs"
  859. SubType = "Code"
  860. BuildAction = "Compile"
  861. />
  862. <File
  863. RelPath = "System.Web.Services.Protocols\ValueCollectionParameterReader.cs"
  864. SubType = "Code"
  865. BuildAction = "Compile"
  866. />
  867. <File
  868. RelPath = "System.Web.Services.Protocols\WebClientAsyncResult.cs"
  869. SubType = "Code"
  870. BuildAction = "Compile"
  871. />
  872. <File
  873. RelPath = "System.Web.Services.Protocols\WebClientProtocol.cs"
  874. SubType = "Component"
  875. BuildAction = "Compile"
  876. />
  877. <File
  878. RelPath = "System.Web.Services.Protocols\WebServiceHandler.cs"
  879. SubType = "Code"
  880. BuildAction = "Compile"
  881. />
  882. <File
  883. RelPath = "System.Web.Services.Protocols\WebServiceHandlerFactory.cs"
  884. SubType = "Code"
  885. BuildAction = "Compile"
  886. />
  887. <File
  888. RelPath = "System.Web.Services.Protocols\XmlReturnReader.cs"
  889. SubType = "Code"
  890. BuildAction = "Compile"
  891. />
  892. <File
  893. RelPath = "System.Web.Services.Protocols\XmlReturnWriter.cs"
  894. SubType = "Code"
  895. BuildAction = "Compile"
  896. />
  897. </Include>
  898. </Files>
  899. </CSHARP>
  900. </VisualStudioProject>