Mono.System.XML.csproj 48 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280
  1. <VisualStudioProject>
  2. <CSHARP
  3. ProjectType = "Local"
  4. ProductVersion = "7.0.9466"
  5. SchemaVersion = "1.0"
  6. ProjectGuid = "{0CB7FB41-3C0F-40E8-ACD3-8C5B8BC35B2C}"
  7. >
  8. <Build>
  9. <Settings
  10. ApplicationIcon = ""
  11. AssemblyKeyContainerName = ""
  12. AssemblyName = "System.XML"
  13. AssemblyOriginatorKeyFile = ""
  14. DefaultClientScript = "JScript"
  15. DefaultHTMLPageLayout = "Grid"
  16. DefaultTargetSchema = "IE50"
  17. DelaySign = "false"
  18. OutputType = "Library"
  19. RootNamespace = "System.XML"
  20. StartupObject = ""
  21. >
  22. <Config
  23. Name = "Debug"
  24. AllowUnsafeBlocks = "false"
  25. BaseAddress = "285212672"
  26. CheckForOverflowUnderflow = "false"
  27. ConfigurationOverrideFile = ""
  28. DefineConstants = "DEBUG;TRACE"
  29. DocumentationFile = ""
  30. DebugSymbols = "true"
  31. FileAlignment = "4096"
  32. IncrementalBuild = "true"
  33. Optimize = "false"
  34. OutputPath = "bin\Debug\"
  35. RegisterForComInterop = "false"
  36. RemoveIntegerChecks = "false"
  37. TreatWarningsAsErrors = "false"
  38. WarningLevel = "4"
  39. />
  40. <Config
  41. Name = "Release"
  42. AllowUnsafeBlocks = "false"
  43. BaseAddress = "285212672"
  44. CheckForOverflowUnderflow = "false"
  45. ConfigurationOverrideFile = ""
  46. DefineConstants = "TRACE"
  47. DocumentationFile = ""
  48. DebugSymbols = "false"
  49. FileAlignment = "4096"
  50. IncrementalBuild = "false"
  51. Optimize = "true"
  52. OutputPath = "bin\Release\"
  53. RegisterForComInterop = "false"
  54. RemoveIntegerChecks = "false"
  55. TreatWarningsAsErrors = "false"
  56. WarningLevel = "4"
  57. />
  58. </Settings>
  59. <References>
  60. <Reference
  61. Name = "System"
  62. AssemblyName = "System"
  63. HintPath = "..\..\..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
  64. />
  65. <Reference
  66. Name = "System.Data"
  67. AssemblyName = "System.Data"
  68. HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
  69. />
  70. </References>
  71. </Build>
  72. <Files>
  73. <Include>
  74. <File
  75. RelPath = "System.Xml\ChangeLog"
  76. BuildAction = "None"
  77. />
  78. <File
  79. RelPath = "System.Xml\Driver.cs"
  80. SubType = "Code"
  81. BuildAction = "Compile"
  82. />
  83. <File
  84. RelPath = "System.Xml\DTDObjectModel.cs"
  85. SubType = "Code"
  86. BuildAction = "Compile"
  87. />
  88. <File
  89. RelPath = "System.Xml\EntityHandling.cs"
  90. SubType = "Code"
  91. BuildAction = "Compile"
  92. />
  93. <File
  94. RelPath = "System.Xml\Formatting.cs"
  95. SubType = "Code"
  96. BuildAction = "Compile"
  97. />
  98. <File
  99. RelPath = "System.Xml\IHasXmlNode.cs"
  100. SubType = "Code"
  101. BuildAction = "Compile"
  102. />
  103. <File
  104. RelPath = "System.Xml\IXmlLineInfo.cs"
  105. SubType = "Code"
  106. BuildAction = "Compile"
  107. />
  108. <File
  109. RelPath = "System.Xml\NameTable.cs"
  110. SubType = "Code"
  111. BuildAction = "Compile"
  112. />
  113. <File
  114. RelPath = "System.Xml\Profile.cs"
  115. SubType = "Code"
  116. BuildAction = "Compile"
  117. />
  118. <File
  119. RelPath = "System.Xml\ReadState.cs"
  120. SubType = "Code"
  121. BuildAction = "Compile"
  122. />
  123. <File
  124. RelPath = "System.Xml\TODOAttribute.cs"
  125. SubType = "Code"
  126. BuildAction = "Compile"
  127. />
  128. <File
  129. RelPath = "System.Xml\ValidationType.cs"
  130. SubType = "Code"
  131. BuildAction = "Compile"
  132. />
  133. <File
  134. RelPath = "System.Xml\WhitespaceHandling.cs"
  135. SubType = "Code"
  136. BuildAction = "Compile"
  137. />
  138. <File
  139. RelPath = "System.Xml\WriteState.cs"
  140. SubType = "Code"
  141. BuildAction = "Compile"
  142. />
  143. <File
  144. RelPath = "System.Xml\XmlAttribute.cs"
  145. SubType = "Code"
  146. BuildAction = "Compile"
  147. />
  148. <File
  149. RelPath = "System.Xml\XmlAttributeCollection.cs"
  150. SubType = "Code"
  151. BuildAction = "Compile"
  152. />
  153. <File
  154. RelPath = "System.Xml\XmlCDataSection.cs"
  155. SubType = "Code"
  156. BuildAction = "Compile"
  157. />
  158. <File
  159. RelPath = "System.Xml\XmlChar.cs"
  160. SubType = "Code"
  161. BuildAction = "Compile"
  162. />
  163. <File
  164. RelPath = "System.Xml\XmlCharacterData.cs"
  165. SubType = "Code"
  166. BuildAction = "Compile"
  167. />
  168. <File
  169. RelPath = "System.Xml\XmlComment.cs"
  170. SubType = "Code"
  171. BuildAction = "Compile"
  172. />
  173. <File
  174. RelPath = "System.Xml\XmlConstructs.cs"
  175. SubType = "Code"
  176. BuildAction = "Compile"
  177. />
  178. <File
  179. RelPath = "System.Xml\XmlConvert.cs"
  180. SubType = "Code"
  181. BuildAction = "Compile"
  182. />
  183. <File
  184. RelPath = "System.Xml\XmlDeclaration.cs"
  185. SubType = "Code"
  186. BuildAction = "Compile"
  187. />
  188. <File
  189. RelPath = "System.Xml\XmlDocument.cs"
  190. SubType = "Code"
  191. BuildAction = "Compile"
  192. />
  193. <File
  194. RelPath = "System.Xml\XmlDocumentFragment.cs"
  195. SubType = "Code"
  196. BuildAction = "Compile"
  197. />
  198. <File
  199. RelPath = "System.Xml\XmlDocumentNavigator.cs"
  200. SubType = "Code"
  201. BuildAction = "Compile"
  202. />
  203. <File
  204. RelPath = "System.Xml\XmlDocumentType.cs"
  205. SubType = "Code"
  206. BuildAction = "Compile"
  207. />
  208. <File
  209. RelPath = "System.Xml\XmlElement.cs"
  210. SubType = "Code"
  211. BuildAction = "Compile"
  212. />
  213. <File
  214. RelPath = "System.Xml\XmlEntity.cs"
  215. SubType = "Code"
  216. BuildAction = "Compile"
  217. />
  218. <File
  219. RelPath = "System.Xml\XmlEntityReference.cs"
  220. SubType = "Code"
  221. BuildAction = "Compile"
  222. />
  223. <File
  224. RelPath = "System.Xml\XmlException.cs"
  225. SubType = "Code"
  226. BuildAction = "Compile"
  227. />
  228. <File
  229. RelPath = "System.Xml\XmlImplementation.cs"
  230. SubType = "Code"
  231. BuildAction = "Compile"
  232. />
  233. <File
  234. RelPath = "System.Xml\XmlInputStream.cs"
  235. SubType = "Code"
  236. BuildAction = "Compile"
  237. />
  238. <File
  239. RelPath = "System.Xml\XmlLinkedNode.cs"
  240. SubType = "Code"
  241. BuildAction = "Compile"
  242. />
  243. <File
  244. RelPath = "System.Xml\XmlNamedNodeMap.cs"
  245. SubType = "Code"
  246. BuildAction = "Compile"
  247. />
  248. <File
  249. RelPath = "System.Xml\XmlNamespaceManager.cs"
  250. SubType = "Code"
  251. BuildAction = "Compile"
  252. />
  253. <File
  254. RelPath = "System.Xml\XmlNameTable.cs"
  255. SubType = "Code"
  256. BuildAction = "Compile"
  257. />
  258. <File
  259. RelPath = "System.Xml\XmlNode.cs"
  260. SubType = "Code"
  261. BuildAction = "Compile"
  262. />
  263. <File
  264. RelPath = "System.Xml\XmlNodeArrayList.cs"
  265. SubType = "Code"
  266. BuildAction = "Compile"
  267. />
  268. <File
  269. RelPath = "System.Xml\XmlNodeChangedAction.cs"
  270. SubType = "Code"
  271. BuildAction = "Compile"
  272. />
  273. <File
  274. RelPath = "System.Xml\XmlNodeChangedEventArgs.cs"
  275. SubType = "Code"
  276. BuildAction = "Compile"
  277. />
  278. <File
  279. RelPath = "System.Xml\XmlNodeChangedEventHandler.cs"
  280. SubType = "Code"
  281. BuildAction = "Compile"
  282. />
  283. <File
  284. RelPath = "System.Xml\XmlNodeList.cs"
  285. SubType = "Code"
  286. BuildAction = "Compile"
  287. />
  288. <File
  289. RelPath = "System.Xml\XmlNodeListChildren.cs"
  290. SubType = "Code"
  291. BuildAction = "Compile"
  292. />
  293. <File
  294. RelPath = "System.Xml\XmlNodeOrder.cs"
  295. SubType = "Code"
  296. BuildAction = "Compile"
  297. />
  298. <File
  299. RelPath = "System.Xml\XmlNodeReader.cs"
  300. SubType = "Code"
  301. BuildAction = "Compile"
  302. />
  303. <File
  304. RelPath = "System.Xml\XmlNodeType.cs"
  305. SubType = "Code"
  306. BuildAction = "Compile"
  307. />
  308. <File
  309. RelPath = "System.Xml\XmlNotation.cs"
  310. SubType = "Code"
  311. BuildAction = "Compile"
  312. />
  313. <File
  314. RelPath = "System.Xml\XmlParserContext.cs"
  315. SubType = "Code"
  316. BuildAction = "Compile"
  317. />
  318. <File
  319. RelPath = "System.Xml\XmlParserInput.cs"
  320. SubType = "Code"
  321. BuildAction = "Compile"
  322. />
  323. <File
  324. RelPath = "System.Xml\XmlProcessingInstruction.cs"
  325. SubType = "Code"
  326. BuildAction = "Compile"
  327. />
  328. <File
  329. RelPath = "System.Xml\XmlQualifiedName.cs"
  330. SubType = "Code"
  331. BuildAction = "Compile"
  332. />
  333. <File
  334. RelPath = "System.Xml\XmlReader.cs"
  335. SubType = "Code"
  336. BuildAction = "Compile"
  337. />
  338. <File
  339. RelPath = "System.Xml\XmlResolver.cs"
  340. SubType = "Code"
  341. BuildAction = "Compile"
  342. />
  343. <File
  344. RelPath = "System.Xml\XmlSignificantWhitespace.cs"
  345. SubType = "Code"
  346. BuildAction = "Compile"
  347. />
  348. <File
  349. RelPath = "System.Xml\XmlSpace.cs"
  350. SubType = "Code"
  351. BuildAction = "Compile"
  352. />
  353. <File
  354. RelPath = "System.Xml\XmlText.cs"
  355. SubType = "Code"
  356. BuildAction = "Compile"
  357. />
  358. <File
  359. RelPath = "System.Xml\XmlTextReader.cs"
  360. SubType = "Code"
  361. BuildAction = "Compile"
  362. />
  363. <File
  364. RelPath = "System.Xml\XmlTextWriter.cs"
  365. SubType = "Code"
  366. BuildAction = "Compile"
  367. />
  368. <File
  369. RelPath = "System.Xml\XmlTextWriterOpenElement.cs"
  370. SubType = "Code"
  371. BuildAction = "Compile"
  372. />
  373. <File
  374. RelPath = "System.Xml\XmlTokenizedType.cs"
  375. SubType = "Code"
  376. BuildAction = "Compile"
  377. />
  378. <File
  379. RelPath = "System.Xml\XmlUrlResolver.cs"
  380. SubType = "Code"
  381. BuildAction = "Compile"
  382. />
  383. <File
  384. RelPath = "System.Xml\XmlWhitespace.cs"
  385. SubType = "Code"
  386. BuildAction = "Compile"
  387. />
  388. <File
  389. RelPath = "System.Xml\XmlWriter.cs"
  390. SubType = "Code"
  391. BuildAction = "Compile"
  392. />
  393. <File
  394. RelPath = "System.Xml.Schema\BUGS.txt"
  395. BuildAction = "Content"
  396. />
  397. <File
  398. RelPath = "System.Xml.Schema\BUGS-MS.txt"
  399. BuildAction = "Content"
  400. />
  401. <File
  402. RelPath = "System.Xml.Schema\ChangeLog"
  403. BuildAction = "None"
  404. />
  405. <File
  406. RelPath = "System.Xml.Schema\ValidationEventArgs.cs"
  407. SubType = "Code"
  408. BuildAction = "Compile"
  409. />
  410. <File
  411. RelPath = "System.Xml.Schema\ValidationHandler.cs"
  412. SubType = "Code"
  413. BuildAction = "Compile"
  414. />
  415. <File
  416. RelPath = "System.Xml.Schema\XmlSchema.cs"
  417. SubType = "Code"
  418. BuildAction = "Compile"
  419. />
  420. <File
  421. RelPath = "System.Xml.Schema\XmlSchemaAll.cs"
  422. SubType = "Code"
  423. BuildAction = "Compile"
  424. />
  425. <File
  426. RelPath = "System.Xml.Schema\XmlSchemaAnnotated.cs"
  427. SubType = "Code"
  428. BuildAction = "Compile"
  429. />
  430. <File
  431. RelPath = "System.Xml.Schema\XmlSchemaAnnotation.cs"
  432. SubType = "Code"
  433. BuildAction = "Compile"
  434. />
  435. <File
  436. RelPath = "System.Xml.Schema\XmlSchemaAny.cs"
  437. SubType = "Code"
  438. BuildAction = "Compile"
  439. />
  440. <File
  441. RelPath = "System.Xml.Schema\XmlSchemaAnyAttribute.cs"
  442. SubType = "Code"
  443. BuildAction = "Compile"
  444. />
  445. <File
  446. RelPath = "System.Xml.Schema\XmlSchemaAppInfo.cs"
  447. SubType = "Code"
  448. BuildAction = "Compile"
  449. />
  450. <File
  451. RelPath = "System.Xml.Schema\XmlSchemaAttribute.cs"
  452. SubType = "Code"
  453. BuildAction = "Compile"
  454. />
  455. <File
  456. RelPath = "System.Xml.Schema\XmlSchemaAttributeGroup.cs"
  457. SubType = "Code"
  458. BuildAction = "Compile"
  459. />
  460. <File
  461. RelPath = "System.Xml.Schema\XmlSchemaAttributeGroupRef.cs"
  462. SubType = "Code"
  463. BuildAction = "Compile"
  464. />
  465. <File
  466. RelPath = "System.Xml.Schema\XmlSchemaChoice.cs"
  467. SubType = "Code"
  468. BuildAction = "Compile"
  469. />
  470. <File
  471. RelPath = "System.Xml.Schema\XmlSchemaCollection.cs"
  472. SubType = "Code"
  473. BuildAction = "Compile"
  474. />
  475. <File
  476. RelPath = "System.Xml.Schema\XmlSchemaCollectionEnumerator.cs"
  477. SubType = "Code"
  478. BuildAction = "Compile"
  479. />
  480. <File
  481. RelPath = "System.Xml.Schema\XmlSchemaComplexContent.cs"
  482. SubType = "Code"
  483. BuildAction = "Compile"
  484. />
  485. <File
  486. RelPath = "System.Xml.Schema\XmlSchemaComplexContentExtension.cs"
  487. SubType = "Code"
  488. BuildAction = "Compile"
  489. />
  490. <File
  491. RelPath = "System.Xml.Schema\XmlSchemaComplexContentRestriction.cs"
  492. SubType = "Code"
  493. BuildAction = "Compile"
  494. />
  495. <File
  496. RelPath = "System.Xml.Schema\XmlSchemaComplexType.cs"
  497. SubType = "Code"
  498. BuildAction = "Compile"
  499. />
  500. <File
  501. RelPath = "System.Xml.Schema\XmlSchemaContent.cs"
  502. SubType = "Code"
  503. BuildAction = "Compile"
  504. />
  505. <File
  506. RelPath = "System.Xml.Schema\XmlSchemaContentModel.cs"
  507. SubType = "Code"
  508. BuildAction = "Compile"
  509. />
  510. <File
  511. RelPath = "System.Xml.Schema\XmlSchemaContentProcessing.cs"
  512. SubType = "Code"
  513. BuildAction = "Compile"
  514. />
  515. <File
  516. RelPath = "System.Xml.Schema\XmlSchemaContentType.cs"
  517. SubType = "Code"
  518. BuildAction = "Compile"
  519. />
  520. <File
  521. RelPath = "System.Xml.Schema\XmlSchemaDatatype.cs"
  522. SubType = "Code"
  523. BuildAction = "Compile"
  524. />
  525. <File
  526. RelPath = "System.Xml.Schema\XmlSchemaDerivationMethod.cs"
  527. SubType = "Code"
  528. BuildAction = "Compile"
  529. />
  530. <File
  531. RelPath = "System.Xml.Schema\XmlSchemaDocumentation.cs"
  532. SubType = "Code"
  533. BuildAction = "Compile"
  534. />
  535. <File
  536. RelPath = "System.Xml.Schema\XmlSchemaElement.cs"
  537. SubType = "Code"
  538. BuildAction = "Compile"
  539. />
  540. <File
  541. RelPath = "System.Xml.Schema\XmlSchemaEnumerationFacet.cs"
  542. SubType = "Code"
  543. BuildAction = "Compile"
  544. />
  545. <File
  546. RelPath = "System.Xml.Schema\XmlSchemaException.cs"
  547. SubType = "Code"
  548. BuildAction = "Compile"
  549. />
  550. <File
  551. RelPath = "System.Xml.Schema\XmlSchemaExternal.cs"
  552. SubType = "Code"
  553. BuildAction = "Compile"
  554. />
  555. <File
  556. RelPath = "System.Xml.Schema\XmlSchemaFacet.cs"
  557. SubType = "Code"
  558. BuildAction = "Compile"
  559. />
  560. <File
  561. RelPath = "System.Xml.Schema\XmlSchemaForm.cs"
  562. SubType = "Code"
  563. BuildAction = "Compile"
  564. />
  565. <File
  566. RelPath = "System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs"
  567. SubType = "Code"
  568. BuildAction = "Compile"
  569. />
  570. <File
  571. RelPath = "System.Xml.Schema\XmlSchemaGroup.cs"
  572. SubType = "Code"
  573. BuildAction = "Compile"
  574. />
  575. <File
  576. RelPath = "System.Xml.Schema\XmlSchemaGroupBase.cs"
  577. SubType = "Code"
  578. BuildAction = "Compile"
  579. />
  580. <File
  581. RelPath = "System.Xml.Schema\XmlSchemaGroupRef.cs"
  582. SubType = "Code"
  583. BuildAction = "Compile"
  584. />
  585. <File
  586. RelPath = "System.Xml.Schema\XmlSchemaIdentityConstraint.cs"
  587. SubType = "Code"
  588. BuildAction = "Compile"
  589. />
  590. <File
  591. RelPath = "System.Xml.Schema\XmlSchemaImport.cs"
  592. SubType = "Code"
  593. BuildAction = "Compile"
  594. />
  595. <File
  596. RelPath = "System.Xml.Schema\XmlSchemaInclude.cs"
  597. SubType = "Code"
  598. BuildAction = "Compile"
  599. />
  600. <File
  601. RelPath = "System.Xml.Schema\XmlSchemaInfo.cs"
  602. SubType = "Code"
  603. BuildAction = "Compile"
  604. />
  605. <File
  606. RelPath = "System.Xml.Schema\XmlSchemaKey.cs"
  607. SubType = "Code"
  608. BuildAction = "Compile"
  609. />
  610. <File
  611. RelPath = "System.Xml.Schema\XmlSchemaKeyref.cs"
  612. SubType = "Code"
  613. BuildAction = "Compile"
  614. />
  615. <File
  616. RelPath = "System.Xml.Schema\XmlSchemaLengthFacet.cs"
  617. SubType = "Code"
  618. BuildAction = "Compile"
  619. />
  620. <File
  621. RelPath = "System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs"
  622. SubType = "Code"
  623. BuildAction = "Compile"
  624. />
  625. <File
  626. RelPath = "System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs"
  627. SubType = "Code"
  628. BuildAction = "Compile"
  629. />
  630. <File
  631. RelPath = "System.Xml.Schema\XmlSchemaMaxLengthFacet.cs"
  632. SubType = "Code"
  633. BuildAction = "Compile"
  634. />
  635. <File
  636. RelPath = "System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs"
  637. SubType = "Code"
  638. BuildAction = "Compile"
  639. />
  640. <File
  641. RelPath = "System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs"
  642. SubType = "Code"
  643. BuildAction = "Compile"
  644. />
  645. <File
  646. RelPath = "System.Xml.Schema\XmlSchemaMinLengthFacet.cs"
  647. SubType = "Code"
  648. BuildAction = "Compile"
  649. />
  650. <File
  651. RelPath = "System.Xml.Schema\XmlSchemaNotation.cs"
  652. SubType = "Code"
  653. BuildAction = "Compile"
  654. />
  655. <File
  656. RelPath = "System.Xml.Schema\XmlSchemaNumericFacet.cs"
  657. SubType = "Code"
  658. BuildAction = "Compile"
  659. />
  660. <File
  661. RelPath = "System.Xml.Schema\XmlSchemaObject.cs"
  662. SubType = "Code"
  663. BuildAction = "Compile"
  664. />
  665. <File
  666. RelPath = "System.Xml.Schema\XmlSchemaObjectCollection.cs"
  667. SubType = "Code"
  668. BuildAction = "Compile"
  669. />
  670. <File
  671. RelPath = "System.Xml.Schema\XmlSchemaObjectEnumerator.cs"
  672. SubType = "Code"
  673. BuildAction = "Compile"
  674. />
  675. <File
  676. RelPath = "System.Xml.Schema\XmlSchemaObjectTable.cs"
  677. SubType = "Code"
  678. BuildAction = "Compile"
  679. />
  680. <File
  681. RelPath = "System.Xml.Schema\XmlSchemaParticle.cs"
  682. SubType = "Code"
  683. BuildAction = "Compile"
  684. />
  685. <File
  686. RelPath = "System.Xml.Schema\XmlSchemaPatternFacet.cs"
  687. SubType = "Code"
  688. BuildAction = "Compile"
  689. />
  690. <File
  691. RelPath = "System.Xml.Schema\XmlSchemaReader.cs"
  692. SubType = "Code"
  693. BuildAction = "Compile"
  694. />
  695. <File
  696. RelPath = "System.Xml.Schema\XmlSchemaRedefine.cs"
  697. SubType = "Code"
  698. BuildAction = "Compile"
  699. />
  700. <File
  701. RelPath = "System.Xml.Schema\XmlSchemaSequence.cs"
  702. SubType = "Code"
  703. BuildAction = "Compile"
  704. />
  705. <File
  706. RelPath = "System.Xml.Schema\XmlSchemaSimpleContent.cs"
  707. SubType = "Code"
  708. BuildAction = "Compile"
  709. />
  710. <File
  711. RelPath = "System.Xml.Schema\XmlSchemaSimpleContentExtension.cs"
  712. SubType = "Code"
  713. BuildAction = "Compile"
  714. />
  715. <File
  716. RelPath = "System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs"
  717. SubType = "Code"
  718. BuildAction = "Compile"
  719. />
  720. <File
  721. RelPath = "System.Xml.Schema\XmlSchemaSimpleType.cs"
  722. SubType = "Code"
  723. BuildAction = "Compile"
  724. />
  725. <File
  726. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeContent.cs"
  727. SubType = "Code"
  728. BuildAction = "Compile"
  729. />
  730. <File
  731. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeList.cs"
  732. SubType = "Code"
  733. BuildAction = "Compile"
  734. />
  735. <File
  736. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs"
  737. SubType = "Code"
  738. BuildAction = "Compile"
  739. />
  740. <File
  741. RelPath = "System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs"
  742. SubType = "Code"
  743. BuildAction = "Compile"
  744. />
  745. <File
  746. RelPath = "System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs"
  747. SubType = "Code"
  748. BuildAction = "Compile"
  749. />
  750. <File
  751. RelPath = "System.Xml.Schema\XmlSchemaType.cs"
  752. SubType = "Code"
  753. BuildAction = "Compile"
  754. />
  755. <File
  756. RelPath = "System.Xml.Schema\XmlSchemaUnique.cs"
  757. SubType = "Code"
  758. BuildAction = "Compile"
  759. />
  760. <File
  761. RelPath = "System.Xml.Schema\XmlSchemaUse.cs"
  762. SubType = "Code"
  763. BuildAction = "Compile"
  764. />
  765. <File
  766. RelPath = "System.Xml.Schema\XmlSchemaUtil.cs"
  767. SubType = "Code"
  768. BuildAction = "Compile"
  769. />
  770. <File
  771. RelPath = "System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs"
  772. SubType = "Code"
  773. BuildAction = "Compile"
  774. />
  775. <File
  776. RelPath = "System.Xml.Schema\XmlSchemaXPath.cs"
  777. SubType = "Code"
  778. BuildAction = "Compile"
  779. />
  780. <File
  781. RelPath = "System.Xml.Schema\XmlSeverityType.cs"
  782. SubType = "Code"
  783. BuildAction = "Compile"
  784. />
  785. <File
  786. RelPath = "System.Xml.Schema\CVS\Entries"
  787. BuildAction = "None"
  788. />
  789. <File
  790. RelPath = "System.Xml.Schema\CVS\Repository"
  791. BuildAction = "None"
  792. />
  793. <File
  794. RelPath = "System.Xml.Schema\CVS\Root"
  795. BuildAction = "None"
  796. />
  797. <File
  798. RelPath = "System.Xml.Serialization\AssemblyInfo.cs"
  799. SubType = "Code"
  800. BuildAction = "Compile"
  801. />
  802. <File
  803. RelPath = "System.Xml.Serialization\ChangeLog"
  804. BuildAction = "None"
  805. />
  806. <File
  807. RelPath = "System.Xml.Serialization\CodeIdentifier.cs"
  808. SubType = "Code"
  809. BuildAction = "Compile"
  810. />
  811. <File
  812. RelPath = "System.Xml.Serialization\CodeIdentifiers.cs"
  813. SubType = "Code"
  814. BuildAction = "Compile"
  815. />
  816. <File
  817. RelPath = "System.Xml.Serialization\IXmlSerializable.cs"
  818. SubType = "Code"
  819. BuildAction = "Compile"
  820. />
  821. <File
  822. RelPath = "System.Xml.Serialization\SchemaTypes.cs"
  823. SubType = "Code"
  824. BuildAction = "Compile"
  825. />
  826. <File
  827. RelPath = "System.Xml.Serialization\SoapAttributeAttribute.cs"
  828. SubType = "Code"
  829. BuildAction = "Compile"
  830. />
  831. <File
  832. RelPath = "System.Xml.Serialization\SoapAttributeOverrides.cs"
  833. SubType = "Code"
  834. BuildAction = "Compile"
  835. />
  836. <File
  837. RelPath = "System.Xml.Serialization\SoapAttributes.cs"
  838. SubType = "Code"
  839. BuildAction = "Compile"
  840. />
  841. <File
  842. RelPath = "System.Xml.Serialization\SoapCodeExporter.cs"
  843. SubType = "Code"
  844. BuildAction = "Compile"
  845. />
  846. <File
  847. RelPath = "System.Xml.Serialization\SoapElementAttribute.cs"
  848. SubType = "Code"
  849. BuildAction = "Compile"
  850. />
  851. <File
  852. RelPath = "System.Xml.Serialization\SoapEnumAttribute.cs"
  853. SubType = "Code"
  854. BuildAction = "Compile"
  855. />
  856. <File
  857. RelPath = "System.Xml.Serialization\SoapIgnoreAttribute.cs"
  858. SubType = "Code"
  859. BuildAction = "Compile"
  860. />
  861. <File
  862. RelPath = "System.Xml.Serialization\SoapIncludeAttribute.cs"
  863. SubType = "Code"
  864. BuildAction = "Compile"
  865. />
  866. <File
  867. RelPath = "System.Xml.Serialization\SoapReflectionImporter.cs"
  868. SubType = "Code"
  869. BuildAction = "Compile"
  870. />
  871. <File
  872. RelPath = "System.Xml.Serialization\SoapSchemaExporter.cs"
  873. SubType = "Code"
  874. BuildAction = "Compile"
  875. />
  876. <File
  877. RelPath = "System.Xml.Serialization\SoapSchemaImporter.cs"
  878. SubType = "Code"
  879. BuildAction = "Compile"
  880. />
  881. <File
  882. RelPath = "System.Xml.Serialization\SoapSchemaMember.cs"
  883. SubType = "Code"
  884. BuildAction = "Compile"
  885. />
  886. <File
  887. RelPath = "System.Xml.Serialization\SoapTypeAttribute.cs"
  888. SubType = "Code"
  889. BuildAction = "Compile"
  890. />
  891. <File
  892. RelPath = "System.Xml.Serialization\TypeData.cs"
  893. SubType = "Code"
  894. BuildAction = "Compile"
  895. />
  896. <File
  897. RelPath = "System.Xml.Serialization\TypeMember.cs"
  898. SubType = "Code"
  899. BuildAction = "Compile"
  900. />
  901. <File
  902. RelPath = "System.Xml.Serialization\TypeTranslator.cs"
  903. SubType = "Code"
  904. BuildAction = "Compile"
  905. />
  906. <File
  907. RelPath = "System.Xml.Serialization\UnreferencedObjectEventArgs.cs"
  908. SubType = "Code"
  909. BuildAction = "Compile"
  910. />
  911. <File
  912. RelPath = "System.Xml.Serialization\UnreferencedObjectEventHandler.cs"
  913. SubType = "Code"
  914. BuildAction = "Compile"
  915. />
  916. <File
  917. RelPath = "System.Xml.Serialization\XmlAnyAttributeAttribute.cs"
  918. SubType = "Code"
  919. BuildAction = "Compile"
  920. />
  921. <File
  922. RelPath = "System.Xml.Serialization\XmlAnyElementAttribute.cs"
  923. SubType = "Code"
  924. BuildAction = "Compile"
  925. />
  926. <File
  927. RelPath = "System.Xml.Serialization\XmlAnyElementAttributes.cs"
  928. SubType = "Code"
  929. BuildAction = "Compile"
  930. />
  931. <File
  932. RelPath = "System.Xml.Serialization\XmlArrayAttribute.cs"
  933. SubType = "Code"
  934. BuildAction = "Compile"
  935. />
  936. <File
  937. RelPath = "System.Xml.Serialization\XmlArrayItemAttribute.cs"
  938. SubType = "Code"
  939. BuildAction = "Compile"
  940. />
  941. <File
  942. RelPath = "System.Xml.Serialization\XmlArrayItemAttributes.cs"
  943. SubType = "Code"
  944. BuildAction = "Compile"
  945. />
  946. <File
  947. RelPath = "System.Xml.Serialization\XmlAttributeAttribute.cs"
  948. SubType = "Code"
  949. BuildAction = "Compile"
  950. />
  951. <File
  952. RelPath = "System.Xml.Serialization\XmlAttributeEventArgs.cs"
  953. SubType = "Code"
  954. BuildAction = "Compile"
  955. />
  956. <File
  957. RelPath = "System.Xml.Serialization\XmlAttributeEventHandler.cs"
  958. SubType = "Code"
  959. BuildAction = "Compile"
  960. />
  961. <File
  962. RelPath = "System.Xml.Serialization\XmlAttributeOverrides.cs"
  963. SubType = "Code"
  964. BuildAction = "Compile"
  965. />
  966. <File
  967. RelPath = "System.Xml.Serialization\XmlAttributes.cs"
  968. SubType = "Code"
  969. BuildAction = "Compile"
  970. />
  971. <File
  972. RelPath = "System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs"
  973. SubType = "Code"
  974. BuildAction = "Compile"
  975. />
  976. <File
  977. RelPath = "System.Xml.Serialization\XmlCodeExporter.cs"
  978. SubType = "Code"
  979. BuildAction = "Compile"
  980. />
  981. <File
  982. RelPath = "System.Xml.Serialization\XmlCustomFormatter.cs"
  983. SubType = "Code"
  984. BuildAction = "Compile"
  985. />
  986. <File
  987. RelPath = "System.Xml.Serialization\XmlElementAttribute.cs"
  988. SubType = "Code"
  989. BuildAction = "Compile"
  990. />
  991. <File
  992. RelPath = "System.Xml.Serialization\XmlElementAttributes.cs"
  993. SubType = "Code"
  994. BuildAction = "Compile"
  995. />
  996. <File
  997. RelPath = "System.Xml.Serialization\XmlElementEventArgs.cs"
  998. SubType = "Code"
  999. BuildAction = "Compile"
  1000. />
  1001. <File
  1002. RelPath = "System.Xml.Serialization\XmlElementEventHandler.cs"
  1003. SubType = "Code"
  1004. BuildAction = "Compile"
  1005. />
  1006. <File
  1007. RelPath = "System.Xml.Serialization\XmlEnumAttribute.cs"
  1008. SubType = "Code"
  1009. BuildAction = "Compile"
  1010. />
  1011. <File
  1012. RelPath = "System.Xml.Serialization\XmlIgnoreAttribute.cs"
  1013. SubType = "Code"
  1014. BuildAction = "Compile"
  1015. />
  1016. <File
  1017. RelPath = "System.Xml.Serialization\XmlIncludeAttribute.cs"
  1018. SubType = "Code"
  1019. BuildAction = "Compile"
  1020. />
  1021. <File
  1022. RelPath = "System.Xml.Serialization\XmlMapping.cs"
  1023. SubType = "Code"
  1024. BuildAction = "Compile"
  1025. />
  1026. <File
  1027. RelPath = "System.Xml.Serialization\XmlMemberMapping.cs"
  1028. SubType = "Code"
  1029. BuildAction = "Compile"
  1030. />
  1031. <File
  1032. RelPath = "System.Xml.Serialization\XmlMembersMapping.cs"
  1033. SubType = "Code"
  1034. BuildAction = "Compile"
  1035. />
  1036. <File
  1037. RelPath = "System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs"
  1038. SubType = "Code"
  1039. BuildAction = "Compile"
  1040. />
  1041. <File
  1042. RelPath = "System.Xml.Serialization\XmlNodeEventArgs.cs"
  1043. SubType = "Code"
  1044. BuildAction = "Compile"
  1045. />
  1046. <File
  1047. RelPath = "System.Xml.Serialization\XmlNodeEventHandler.cs"
  1048. SubType = "Code"
  1049. BuildAction = "Compile"
  1050. />
  1051. <File
  1052. RelPath = "System.Xml.Serialization\XmlReflectionImporter.cs"
  1053. SubType = "Code"
  1054. BuildAction = "Compile"
  1055. />
  1056. <File
  1057. RelPath = "System.Xml.Serialization\XmlReflectionMember.cs"
  1058. SubType = "Code"
  1059. BuildAction = "Compile"
  1060. />
  1061. <File
  1062. RelPath = "System.Xml.Serialization\XmlRootAttribute.cs"
  1063. SubType = "Code"
  1064. BuildAction = "Compile"
  1065. />
  1066. <File
  1067. RelPath = "System.Xml.Serialization\XmlSchemaExporter.cs"
  1068. SubType = "Code"
  1069. BuildAction = "Compile"
  1070. />
  1071. <File
  1072. RelPath = "System.Xml.Serialization\XmlSchemaImporter.cs"
  1073. SubType = "Code"
  1074. BuildAction = "Compile"
  1075. />
  1076. <File
  1077. RelPath = "System.Xml.Serialization\XmlSchemas.cs"
  1078. SubType = "Code"
  1079. BuildAction = "Compile"
  1080. />
  1081. <File
  1082. RelPath = "System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs"
  1083. SubType = "Code"
  1084. BuildAction = "Compile"
  1085. />
  1086. <File
  1087. RelPath = "System.Xml.Serialization\XmlSerializationFixupCallback.cs"
  1088. SubType = "Code"
  1089. BuildAction = "Compile"
  1090. />
  1091. <File
  1092. RelPath = "System.Xml.Serialization\XmlSerializationReadCallback.cs"
  1093. SubType = "Code"
  1094. BuildAction = "Compile"
  1095. />
  1096. <File
  1097. RelPath = "System.Xml.Serialization\XmlSerializationReader.cs"
  1098. SubType = "Code"
  1099. BuildAction = "Compile"
  1100. />
  1101. <File
  1102. RelPath = "System.Xml.Serialization\XmlSerializationWriteCallback.cs"
  1103. SubType = "Code"
  1104. BuildAction = "Compile"
  1105. />
  1106. <File
  1107. RelPath = "System.Xml.Serialization\XmlSerializationWriter.cs"
  1108. SubType = "Code"
  1109. BuildAction = "Compile"
  1110. />
  1111. <File
  1112. RelPath = "System.Xml.Serialization\XmlSerializer.cs"
  1113. SubType = "Code"
  1114. BuildAction = "Compile"
  1115. />
  1116. <File
  1117. RelPath = "System.Xml.Serialization\XmlSerializerNamespaces.cs"
  1118. SubType = "Code"
  1119. BuildAction = "Compile"
  1120. />
  1121. <File
  1122. RelPath = "System.Xml.Serialization\XmlTextAttribute.cs"
  1123. SubType = "Code"
  1124. BuildAction = "Compile"
  1125. />
  1126. <File
  1127. RelPath = "System.Xml.Serialization\XmlTypeAttribute.cs"
  1128. SubType = "Code"
  1129. BuildAction = "Compile"
  1130. />
  1131. <File
  1132. RelPath = "System.Xml.Serialization\XmlTypeMapping.cs"
  1133. SubType = "Code"
  1134. BuildAction = "Compile"
  1135. />
  1136. <File
  1137. RelPath = "System.Xml.Serialization\CVS\Entries"
  1138. BuildAction = "None"
  1139. />
  1140. <File
  1141. RelPath = "System.Xml.Serialization\CVS\Repository"
  1142. BuildAction = "None"
  1143. />
  1144. <File
  1145. RelPath = "System.Xml.Serialization\CVS\Root"
  1146. BuildAction = "None"
  1147. />
  1148. <File
  1149. RelPath = "System.Xml.XPath\ChangeLog"
  1150. BuildAction = "None"
  1151. />
  1152. <File
  1153. RelPath = "System.Xml.XPath\DefaultContext.cs"
  1154. SubType = "Code"
  1155. BuildAction = "Compile"
  1156. />
  1157. <File
  1158. RelPath = "System.Xml.XPath\Expression.cs"
  1159. SubType = "Code"
  1160. BuildAction = "Compile"
  1161. />
  1162. <File
  1163. RelPath = "System.Xml.XPath\Iterator.cs"
  1164. SubType = "Code"
  1165. BuildAction = "Compile"
  1166. />
  1167. <File
  1168. RelPath = "System.Xml.XPath\IXPathNavigable.cs"
  1169. SubType = "Code"
  1170. BuildAction = "Compile"
  1171. />
  1172. <File
  1173. RelPath = "System.Xml.XPath\Parser.cs"
  1174. SubType = "Code"
  1175. BuildAction = "Compile"
  1176. />
  1177. <File
  1178. RelPath = "System.Xml.XPath\Parser.jay"
  1179. BuildAction = "None"
  1180. />
  1181. <File
  1182. RelPath = "System.Xml.XPath\Tokenizer.cs"
  1183. SubType = "Code"
  1184. BuildAction = "Compile"
  1185. />
  1186. <File
  1187. RelPath = "System.Xml.XPath\XmlCaseOrder.cs"
  1188. SubType = "Code"
  1189. BuildAction = "Compile"
  1190. />
  1191. <File
  1192. RelPath = "System.Xml.XPath\XmlDataType.cs"
  1193. SubType = "Code"
  1194. BuildAction = "Compile"
  1195. />
  1196. <File
  1197. RelPath = "System.Xml.XPath\XmlSortOrder.cs"
  1198. SubType = "Code"
  1199. BuildAction = "Compile"
  1200. />
  1201. <File
  1202. RelPath = "System.Xml.XPath\XPathDocument.cs"
  1203. SubType = "Code"
  1204. BuildAction = "Compile"
  1205. />
  1206. <File
  1207. RelPath = "System.Xml.XPath\XPathException.cs"
  1208. SubType = "Code"
  1209. BuildAction = "Compile"
  1210. />
  1211. <File
  1212. RelPath = "System.Xml.XPath\XPathExpression.cs"
  1213. SubType = "Code"
  1214. BuildAction = "Compile"
  1215. />
  1216. <File
  1217. RelPath = "System.Xml.XPath\XPathNamespaceScope.cs"
  1218. SubType = "Code"
  1219. BuildAction = "Compile"
  1220. />
  1221. <File
  1222. RelPath = "System.Xml.XPath\XPathNavigator.cs"
  1223. SubType = "Code"
  1224. BuildAction = "Compile"
  1225. />
  1226. <File
  1227. RelPath = "System.Xml.XPath\XPathNodeIterator.cs"
  1228. SubType = "Code"
  1229. BuildAction = "Compile"
  1230. />
  1231. <File
  1232. RelPath = "System.Xml.XPath\XPathNodeType.cs"
  1233. SubType = "Code"
  1234. BuildAction = "Compile"
  1235. />
  1236. <File
  1237. RelPath = "System.Xml.XPath\XPathResultType.cs"
  1238. SubType = "Code"
  1239. BuildAction = "Compile"
  1240. />
  1241. <File
  1242. RelPath = "System.Xml.Xsl\IXsltContextFunction.cs"
  1243. SubType = "Code"
  1244. BuildAction = "Compile"
  1245. />
  1246. <File
  1247. RelPath = "System.Xml.Xsl\IXsltContextVariable.cs"
  1248. SubType = "Code"
  1249. BuildAction = "Compile"
  1250. />
  1251. <File
  1252. RelPath = "System.Xml.Xsl\XsltArgumentList.cs"
  1253. SubType = "Code"
  1254. BuildAction = "Compile"
  1255. />
  1256. <File
  1257. RelPath = "System.Xml.Xsl\XsltCompileException.cs"
  1258. SubType = "Code"
  1259. BuildAction = "Compile"
  1260. />
  1261. <File
  1262. RelPath = "System.Xml.Xsl\XsltContext.cs"
  1263. SubType = "Code"
  1264. BuildAction = "Compile"
  1265. />
  1266. <File
  1267. RelPath = "System.Xml.Xsl\XsltException.cs"
  1268. SubType = "Code"
  1269. BuildAction = "Compile"
  1270. />
  1271. <File
  1272. RelPath = "System.Xml.Xsl\XslTransform.cs"
  1273. SubType = "Code"
  1274. BuildAction = "Compile"
  1275. />
  1276. </Include>
  1277. </Files>
  1278. </CSHARP>
  1279. </VisualStudioProject>