Mono.System.XML.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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. </References>
  66. </Build>
  67. <Files>
  68. <Include>
  69. <File
  70. RelPath = "System.Xml\DomEncodingType.cs"
  71. SubType = "Code"
  72. BuildAction = "Compile"
  73. />
  74. <File
  75. RelPath = "System.Xml\Driver.cs"
  76. SubType = "Code"
  77. BuildAction = "Compile"
  78. />
  79. <File
  80. RelPath = "System.Xml\EntityHandling.cs"
  81. SubType = "Code"
  82. BuildAction = "Compile"
  83. />
  84. <File
  85. RelPath = "System.Xml\Formatting.cs"
  86. SubType = "Code"
  87. BuildAction = "Compile"
  88. />
  89. <File
  90. RelPath = "System.Xml\IXmlLineInfo.cs"
  91. SubType = "Code"
  92. BuildAction = "Compile"
  93. />
  94. <File
  95. RelPath = "System.Xml\NameTable.cs"
  96. SubType = "Code"
  97. BuildAction = "Compile"
  98. />
  99. <File
  100. RelPath = "System.Xml\Profile.cs"
  101. SubType = "Code"
  102. BuildAction = "Compile"
  103. />
  104. <File
  105. RelPath = "System.Xml\ReadState.cs"
  106. SubType = "Code"
  107. BuildAction = "Compile"
  108. />
  109. <File
  110. RelPath = "System.Xml\TODOAttribute.cs"
  111. SubType = "Code"
  112. BuildAction = "Compile"
  113. />
  114. <File
  115. RelPath = "System.Xml\TreePosition.cs"
  116. SubType = "Code"
  117. BuildAction = "Compile"
  118. />
  119. <File
  120. RelPath = "System.Xml\Validation.cs"
  121. SubType = "Code"
  122. BuildAction = "Compile"
  123. />
  124. <File
  125. RelPath = "System.Xml\WhitespaceHandling.cs"
  126. SubType = "Code"
  127. BuildAction = "Compile"
  128. />
  129. <File
  130. RelPath = "System.Xml\WriteState.cs"
  131. SubType = "Code"
  132. BuildAction = "Compile"
  133. />
  134. <File
  135. RelPath = "System.Xml\XmlAttribute.cs"
  136. SubType = "Code"
  137. BuildAction = "Compile"
  138. />
  139. <File
  140. RelPath = "System.Xml\XmlAttributeCollection.cs"
  141. SubType = "Code"
  142. BuildAction = "Compile"
  143. />
  144. <File
  145. RelPath = "System.Xml\XmlCaseOrder.cs"
  146. SubType = "Code"
  147. BuildAction = "Compile"
  148. />
  149. <File
  150. RelPath = "System.Xml\XmlCDataSection.cs"
  151. SubType = "Code"
  152. BuildAction = "Compile"
  153. />
  154. <File
  155. RelPath = "System.Xml\XmlChar.cs"
  156. SubType = "Code"
  157. BuildAction = "Compile"
  158. />
  159. <File
  160. RelPath = "System.Xml\XmlCharacterData.cs"
  161. SubType = "Code"
  162. BuildAction = "Compile"
  163. />
  164. <File
  165. RelPath = "System.Xml\XmlComment.cs"
  166. SubType = "Code"
  167. BuildAction = "Compile"
  168. />
  169. <File
  170. RelPath = "System.Xml\XmlDataType.cs"
  171. SubType = "Code"
  172. BuildAction = "Compile"
  173. />
  174. <File
  175. RelPath = "System.Xml\XmlDeclaration.cs"
  176. SubType = "Code"
  177. BuildAction = "Compile"
  178. />
  179. <File
  180. RelPath = "System.Xml\XmlDocument.cs"
  181. SubType = "Code"
  182. BuildAction = "Compile"
  183. />
  184. <File
  185. RelPath = "System.Xml\XmlDocumentFragment.cs"
  186. SubType = "Code"
  187. BuildAction = "Compile"
  188. />
  189. <File
  190. RelPath = "System.Xml\XmlDocumentType.cs"
  191. SubType = "Code"
  192. BuildAction = "Compile"
  193. />
  194. <File
  195. RelPath = "System.Xml\XmlElement.cs"
  196. SubType = "Code"
  197. BuildAction = "Compile"
  198. />
  199. <File
  200. RelPath = "System.Xml\XmlEntityReference.cs"
  201. SubType = "Code"
  202. BuildAction = "Compile"
  203. />
  204. <File
  205. RelPath = "System.Xml\XmlException.cs"
  206. SubType = "Code"
  207. BuildAction = "Compile"
  208. />
  209. <File
  210. RelPath = "System.Xml\XmlExceptionCode.cs"
  211. SubType = "Code"
  212. BuildAction = "Compile"
  213. />
  214. <File
  215. RelPath = "System.Xml\XmlImplementation.cs"
  216. SubType = "Code"
  217. BuildAction = "Compile"
  218. />
  219. <File
  220. RelPath = "System.Xml\XmlInputSource.cs"
  221. SubType = "Code"
  222. BuildAction = "Compile"
  223. />
  224. <File
  225. RelPath = "System.Xml\XmlLinkedNode.cs"
  226. SubType = "Code"
  227. BuildAction = "Compile"
  228. />
  229. <File
  230. RelPath = "System.Xml\XmlNamedNodeMap.cs"
  231. SubType = "Code"
  232. BuildAction = "Compile"
  233. />
  234. <File
  235. RelPath = "System.Xml\XmlNames_1_0.cs"
  236. SubType = "Code"
  237. BuildAction = "Compile"
  238. />
  239. <File
  240. RelPath = "System.Xml\XmlNamespaceManager.cs"
  241. SubType = "Code"
  242. BuildAction = "Compile"
  243. />
  244. <File
  245. RelPath = "System.Xml\XmlNameTable.cs"
  246. SubType = "Code"
  247. BuildAction = "Compile"
  248. />
  249. <File
  250. RelPath = "System.Xml\XmlNode.cs"
  251. SubType = "Code"
  252. BuildAction = "Compile"
  253. />
  254. <File
  255. RelPath = "System.Xml\XmlNodeChangedAction.cs"
  256. SubType = "Code"
  257. BuildAction = "Compile"
  258. />
  259. <File
  260. RelPath = "System.Xml\XmlNodeChangedEventArgs.cs"
  261. SubType = "Code"
  262. BuildAction = "Compile"
  263. />
  264. <File
  265. RelPath = "System.Xml\XmlNodeList.cs"
  266. SubType = "Code"
  267. BuildAction = "Compile"
  268. />
  269. <File
  270. RelPath = "System.Xml\XmlNodeListAsArrayList.cs"
  271. SubType = "Code"
  272. BuildAction = "Compile"
  273. />
  274. <File
  275. RelPath = "System.Xml\XmlNodeOrder.cs"
  276. SubType = "Code"
  277. BuildAction = "Compile"
  278. />
  279. <File
  280. RelPath = "System.Xml\XmlNodeType.cs"
  281. SubType = "Code"
  282. BuildAction = "Compile"
  283. />
  284. <File
  285. RelPath = "System.Xml\XmlParser.cs"
  286. SubType = "Code"
  287. BuildAction = "Compile"
  288. />
  289. <File
  290. RelPath = "System.Xml\XmlParserContext.cs"
  291. SubType = "Code"
  292. BuildAction = "Compile"
  293. />
  294. <File
  295. RelPath = "System.Xml\XmlProcessingInstruction.cs"
  296. SubType = "Code"
  297. BuildAction = "Compile"
  298. />
  299. <File
  300. RelPath = "System.Xml\XmlQualifiedName.cs"
  301. SubType = "Code"
  302. BuildAction = "Compile"
  303. />
  304. <File
  305. RelPath = "System.Xml\XmlReader.cs"
  306. SubType = "Code"
  307. BuildAction = "Compile"
  308. />
  309. <File
  310. RelPath = "System.Xml\XmlResolver.cs"
  311. SubType = "Code"
  312. BuildAction = "Compile"
  313. />
  314. <File
  315. RelPath = "System.Xml\XmlSignificantWhitespace.cs"
  316. SubType = "Code"
  317. BuildAction = "Compile"
  318. />
  319. <File
  320. RelPath = "System.Xml\XmlSortOrder.cs"
  321. SubType = "Code"
  322. BuildAction = "Compile"
  323. />
  324. <File
  325. RelPath = "System.Xml\XmlSpace.cs"
  326. SubType = "Code"
  327. BuildAction = "Compile"
  328. />
  329. <File
  330. RelPath = "System.Xml\XmlText.cs"
  331. SubType = "Code"
  332. BuildAction = "Compile"
  333. />
  334. <File
  335. RelPath = "System.Xml\XmlTextReader.cs"
  336. SubType = "Code"
  337. BuildAction = "Compile"
  338. />
  339. <File
  340. RelPath = "System.Xml\XmlTokenizedType.cs"
  341. SubType = "Code"
  342. BuildAction = "Compile"
  343. />
  344. <File
  345. RelPath = "System.Xml\XmlUrlResolver.cs"
  346. SubType = "Code"
  347. BuildAction = "Compile"
  348. />
  349. <File
  350. RelPath = "System.Xml\XmlUtil.cs"
  351. SubType = "Code"
  352. BuildAction = "Compile"
  353. />
  354. <File
  355. RelPath = "System.Xml\XmlWhitespace.cs"
  356. SubType = "Code"
  357. BuildAction = "Compile"
  358. />
  359. <File
  360. RelPath = "System.Xml\XmlWriter.cs"
  361. SubType = "Code"
  362. BuildAction = "Compile"
  363. />
  364. <File
  365. RelPath = "System.Xml\XPathNodeType.cs"
  366. SubType = "Code"
  367. BuildAction = "Compile"
  368. />
  369. <File
  370. RelPath = "System.Xml.XPath\IXPathNavigable.cs"
  371. SubType = "Code"
  372. BuildAction = "Compile"
  373. />
  374. <File
  375. RelPath = "System.Xml.XPath\XPathNavigator.cs"
  376. SubType = "Code"
  377. BuildAction = "Compile"
  378. />
  379. </Include>
  380. </Files>
  381. </CSHARP>
  382. </VisualStudioProject>