System.Xml20.csproj 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  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>{E2969437-970A-41A5-A621-B0027938EA16}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Xml</RootNamespace>
  11. <AssemblyName>System.Xml</AssemblyName>
  12. <JDKName>1.4.2</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;NET_2_0;CONFIGURATION_DEP</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. <NoWarn>67,169,612,618,649,3021</NoWarn>
  31. <AdditionalClassPath>
  32. </AdditionalClassPath>
  33. <ApplicationServerType>
  34. </ApplicationServerType>
  35. <Version>2.0</Version>
  36. <JDKName>1.4.2</JDKName>
  37. <TargetPlatform>0</TargetPlatform>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  40. <DebugSymbols>true</DebugSymbols>
  41. <DebugType>full</DebugType>
  42. <Optimize>false</Optimize>
  43. <OutputPath>bin\Debug_Java\</OutputPath>
  44. <DefineConstants>TRACE;DEBUG;NET_1_1;TARGET_JVM</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. <BaseAddress>285212672</BaseAddress>
  48. <NoStdLib>false</NoStdLib>
  49. <SkipValidation>True</SkipValidation>
  50. <KeepIntermediate>False</KeepIntermediate>
  51. <TargetPlatform>0</TargetPlatform>
  52. <AdditionalClassPath>
  53. </AdditionalClassPath>
  54. </PropertyGroup>
  55. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  56. <DebugType>pdbonly</DebugType>
  57. <Optimize>true</Optimize>
  58. <OutputPath>bin\Release_Java\</OutputPath>
  59. <DefineConstants>TRACE;NET_1_1;TARGET_JVM</DefineConstants>
  60. <ErrorReport>prompt</ErrorReport>
  61. <WarningLevel>4</WarningLevel>
  62. <BaseAddress>285212672</BaseAddress>
  63. <NoStdLib>false</NoStdLib>
  64. <SkipValidation>false</SkipValidation>
  65. <KeepIntermediate>false</KeepIntermediate>
  66. <TargetPlatform>0</TargetPlatform>
  67. <AdditionalClassPath>
  68. </AdditionalClassPath>
  69. </PropertyGroup>
  70. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  71. <DebugSymbols>true</DebugSymbols>
  72. <OutputPath>bin\Debug_Java20\</OutputPath>
  73. <DefineConstants>TRACE;DEBUG;NET_1_1;TARGET_JVM;NET_2_0;CONFIGURATION_DEP</DefineConstants>
  74. <BaseAddress>285212672</BaseAddress>
  75. <DebugType>full</DebugType>
  76. <PlatformTarget>AnyCPU</PlatformTarget>
  77. <ErrorReport>prompt</ErrorReport>
  78. <SkipValidation>True</SkipValidation>
  79. <KeepIntermediate>False</KeepIntermediate>
  80. <GHProjectType>1</GHProjectType>
  81. <PreCompile>false</PreCompile>
  82. <NoWarn>67,169,612,618,649,3021</NoWarn>
  83. <AdditionalClassPath>
  84. </AdditionalClassPath>
  85. <ApplicationServerType>
  86. </ApplicationServerType>
  87. <Version>2.0</Version>
  88. <JDKName>1.4.2</JDKName>
  89. <TargetPlatform>0</TargetPlatform>
  90. </PropertyGroup>
  91. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20_Prepare|AnyCPU' ">
  92. <DebugSymbols>true</DebugSymbols>
  93. <OutputPath>bin\Debug_Java20_Prepare\</OutputPath>
  94. <DefineConstants>TRACE;DEBUG;NET_1_1;TARGET_JVM;NET_2_0</DefineConstants>
  95. <BaseAddress>285212672</BaseAddress>
  96. <DebugType>full</DebugType>
  97. <PlatformTarget>AnyCPU</PlatformTarget>
  98. <ErrorReport>prompt</ErrorReport>
  99. <SkipValidation>True</SkipValidation>
  100. <KeepIntermediate>False</KeepIntermediate>
  101. <GHProjectType>1</GHProjectType>
  102. <PreCompile>false</PreCompile>
  103. <NoWarn>67,169,612,618,649,3021</NoWarn>
  104. <AdditionalClassPath>
  105. </AdditionalClassPath>
  106. <ApplicationServerType>
  107. </ApplicationServerType>
  108. <Version>2.0</Version>
  109. <JDKName>1.4.2</JDKName>
  110. <TargetPlatform>0</TargetPlatform>
  111. </PropertyGroup>
  112. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20_Prepare|AnyCPU' ">
  113. <OutputPath>bin\Release_Java20_Prepare\</OutputPath>
  114. <DefineConstants>TRACE;NET_1_1;TARGET_JVM;NET_2_0</DefineConstants>
  115. <BaseAddress>285212672</BaseAddress>
  116. <Optimize>true</Optimize>
  117. <DebugType>pdbonly</DebugType>
  118. <PlatformTarget>AnyCPU</PlatformTarget>
  119. <ErrorReport>prompt</ErrorReport>
  120. <SkipValidation>false</SkipValidation>
  121. <KeepIntermediate>false</KeepIntermediate>
  122. <GHProjectType>1</GHProjectType>
  123. <PreCompile>false</PreCompile>
  124. <NoWarn>67,169,612,618,649,3021</NoWarn>
  125. <AdditionalClassPath>
  126. </AdditionalClassPath>
  127. <ApplicationServerType>
  128. </ApplicationServerType>
  129. <Version>2.0</Version>
  130. <JDKName>1.4.2</JDKName>
  131. <TargetPlatform>0</TargetPlatform>
  132. </PropertyGroup>
  133. <ItemGroup>
  134. <Reference Include="rt, Version=1.4.2.65535, Culture=neutral, processorArchitecture=MSIL" />
  135. <Reference Include="System">
  136. <HintPath>..\lib\System.dll</HintPath>
  137. <Private>False</Private>
  138. </Reference>
  139. <Reference Include="System.Configuration">
  140. <HintPath>..\lib\System.Configuration.dll</HintPath>
  141. <Private>False</Private>
  142. </Reference>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <Compile Include="..\..\build\common\Locale.cs">
  146. <Link>Assembly\Locale.cs</Link>
  147. </Compile>
  148. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  149. <Link>Assembly\MonoTODOAttribute.cs</Link>
  150. </Compile>
  151. <Compile Include="Assembly\AssemblyInfo.cs" />
  152. <Compile Include="Mono.Xml.Schema\XmlSchemaValidatingReader.cs" />
  153. <Compile Include="Mono.Xml.Schema\XsdIdentityPath.cs" />
  154. <Compile Include="Mono.Xml.Schema\XsdIdentityState.cs" />
  155. <Compile Include="Mono.Xml.Schema\XsdKeyTable.cs" />
  156. <Compile Include="Mono.Xml.Schema\XsdParticleValidationState.cs" />
  157. <Compile Include="Mono.Xml.Schema\XsdValidatingReader.cs" />
  158. <Compile Include="Mono.Xml.Schema\XsdWildcard.cs" />
  159. <Compile Include="Mono.Xml.XPath\DTMXPathDocument.cs" />
  160. <Compile Include="Mono.Xml.XPath\DTMXPathDocument2.cs" />
  161. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder.cs" />
  162. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentBuilder2.cs" />
  163. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter.cs" />
  164. <Compile Include="Mono.Xml.XPath\DTMXPathDocumentWriter2.cs" />
  165. <Compile Include="Mono.Xml.XPath\DTMXPathNavigator.cs" />
  166. <Compile Include="Mono.Xml.XPath\DTMXPathNavigator2.cs" />
  167. <Compile Include="Mono.Xml.XPath\DTMXPathNode.cs" />
  168. <Compile Include="Mono.Xml.XPath\DTMXPathNode2.cs" />
  169. <Compile Include="Mono.Xml.XPath\IdPattern.cs" />
  170. <Compile Include="Mono.Xml.XPath\KeyPattern.cs" />
  171. <Compile Include="Mono.Xml.XPath\LocationPathPattern.cs" />
  172. <Compile Include="Mono.Xml.XPath\Pattern.cs" />
  173. <Compile Include="Mono.Xml.XPath\UnionPattern.cs" />
  174. <Compile Include="Mono.Xml.XPath\XPathEditableDocument.cs" />
  175. <Compile Include="Mono.Xml.XPath\XPathNavigatorReader.cs" />
  176. <Compile Include="Mono.Xml.Xsl.Operations\XslApplyImports.cs" />
  177. <Compile Include="Mono.Xml.Xsl.Operations\XslApplyTemplates.cs" />
  178. <Compile Include="Mono.Xml.Xsl.Operations\XslAttribute.cs" />
  179. <Compile Include="Mono.Xml.Xsl.Operations\XslAvt.cs" />
  180. <Compile Include="Mono.Xml.Xsl.Operations\XslCallTemplate.cs" />
  181. <Compile Include="Mono.Xml.Xsl.Operations\XslChoose.cs" />
  182. <Compile Include="Mono.Xml.Xsl.Operations\XslComment.cs" />
  183. <Compile Include="Mono.Xml.Xsl.Operations\XslCompiledElement.cs" />
  184. <Compile Include="Mono.Xml.Xsl.Operations\XslCopy.cs" />
  185. <Compile Include="Mono.Xml.Xsl.Operations\XslCopyOf.cs" />
  186. <Compile Include="Mono.Xml.Xsl.Operations\XslElement.cs" />
  187. <Compile Include="Mono.Xml.Xsl.Operations\XslFallback.cs" />
  188. <Compile Include="Mono.Xml.Xsl.Operations\XslForEach.cs" />
  189. <Compile Include="Mono.Xml.Xsl.Operations\XslIf.cs" />
  190. <Compile Include="Mono.Xml.Xsl.Operations\XslLiteralElement.cs" />
  191. <Compile Include="Mono.Xml.Xsl.Operations\XslMessage.cs" />
  192. <Compile Include="Mono.Xml.Xsl.Operations\XslNotSupportedOperation.cs" />
  193. <Compile Include="Mono.Xml.Xsl.Operations\XslNumber.cs" />
  194. <Compile Include="Mono.Xml.Xsl.Operations\XslOperation.cs" />
  195. <Compile Include="Mono.Xml.Xsl.Operations\XslProcessingInstruction.cs" />
  196. <Compile Include="Mono.Xml.Xsl.Operations\XslTemplateContent.cs" />
  197. <Compile Include="Mono.Xml.Xsl.Operations\XslText.cs" />
  198. <Compile Include="Mono.Xml.Xsl.Operations\XslValueOf.cs" />
  199. <Compile Include="Mono.Xml.Xsl.Operations\XslVariable.cs" />
  200. <Compile Include="Mono.Xml.Xsl\Attribute.cs" />
  201. <Compile Include="Mono.Xml.Xsl\Compiler.cs" />
  202. <Compile Include="Mono.Xml.Xsl\Debug.cs" />
  203. <Compile Include="Mono.Xml.Xsl\Emitter.cs" />
  204. <Compile Include="Mono.Xml.Xsl\GenericOutputter.cs" />
  205. <Compile Include="Mono.Xml.Xsl\HtmlEmitter.cs" />
  206. <Compile Include="Mono.Xml.Xsl\MSXslScriptManager.cs" />
  207. <Compile Include="Mono.Xml.Xsl\Outputter.cs" />
  208. <Compile Include="Mono.Xml.Xsl\PatternParser.cs" />
  209. <Compile Include="Mono.Xml.Xsl\PatternTokenizer.cs" />
  210. <Compile Include="Mono.Xml.Xsl\TextEmitter.cs" />
  211. <Compile Include="Mono.Xml.Xsl\TextOutputter.cs" />
  212. <Compile Include="Mono.Xml.Xsl\XmlWriterEmitter.cs" />
  213. <Compile Include="Mono.Xml.Xsl\XslAttributeSet.cs" />
  214. <Compile Include="Mono.Xml.Xsl\XslDecimalFormat.jvm.cs" />
  215. <Compile Include="Mono.Xml.Xsl\XslFunctions.cs" />
  216. <Compile Include="Mono.Xml.Xsl\XslKey.cs" />
  217. <Compile Include="Mono.Xml.Xsl\XslOutput.cs" />
  218. <Compile Include="Mono.Xml.Xsl\XslSortEvaluator.cs" />
  219. <Compile Include="Mono.Xml.Xsl\XslStylesheet.cs" />
  220. <Compile Include="Mono.Xml.Xsl\XsltCompiledContext.cs" />
  221. <Compile Include="Mono.Xml.Xsl\XslTemplate.cs" />
  222. <Compile Include="Mono.Xml.Xsl\XslTransformProcessor.cs" />
  223. <Compile Include="Mono.Xml\IHasXmlParserContext.cs" />
  224. <Compile Include="Mono.Xml\IHasXmlSchemaInfo.cs" />
  225. <Compile Include="Mono.Xml\SubtreeXmlReader.cs" />
  226. <Compile Include="Mono.Xml\XmlFilterReader.cs" />
  227. <Compile Include="Mono.Xml\XmlNodeWriter.cs" />
  228. <Compile Include="System.Xml.Schema\BuiltInDatatype.cs" />
  229. <Compile Include="System.Xml.Schema\IXmlSchemaInfo.cs" />
  230. <Compile Include="System.Xml.Schema\SchemaDataValueType.cs" />
  231. <Compile Include="System.Xml.Schema\ValidationEventArgs.cs" />
  232. <Compile Include="System.Xml.Schema\ValidationHandler.cs" />
  233. <Compile Include="System.Xml.Schema\XmlAtomicValue.cs" />
  234. <Compile Include="System.Xml.Schema\XmlSchema.cs" />
  235. <Compile Include="System.Xml.Schema\XmlSchemaAll.cs" />
  236. <Compile Include="System.Xml.Schema\XmlSchemaAnnotated.cs" />
  237. <Compile Include="System.Xml.Schema\XmlSchemaAnnotation.cs" />
  238. <Compile Include="System.Xml.Schema\XmlSchemaAny.cs" />
  239. <Compile Include="System.Xml.Schema\XmlSchemaAnyAttribute.cs" />
  240. <Compile Include="System.Xml.Schema\XmlSchemaAppInfo.cs" />
  241. <Compile Include="System.Xml.Schema\XmlSchemaAttribute.cs" />
  242. <Compile Include="System.Xml.Schema\XmlSchemaAttributeGroup.cs" />
  243. <Compile Include="System.Xml.Schema\XmlSchemaAttributeGroupRef.cs" />
  244. <Compile Include="System.Xml.Schema\XmlSchemaChoice.cs" />
  245. <Compile Include="System.Xml.Schema\XmlSchemaCollection.cs" />
  246. <Compile Include="System.Xml.Schema\XmlSchemaCollectionEnumerator.cs" />
  247. <Compile Include="System.Xml.Schema\XmlSchemaCompilationSettings.cs" />
  248. <Compile Include="System.Xml.Schema\XmlSchemaComplexContent.cs" />
  249. <Compile Include="System.Xml.Schema\XmlSchemaComplexContentExtension.cs" />
  250. <Compile Include="System.Xml.Schema\XmlSchemaComplexContentRestriction.cs" />
  251. <Compile Include="System.Xml.Schema\XmlSchemaComplexType.cs" />
  252. <Compile Include="System.Xml.Schema\XmlSchemaContent.cs" />
  253. <Compile Include="System.Xml.Schema\XmlSchemaContentModel.cs" />
  254. <Compile Include="System.Xml.Schema\XmlSchemaContentProcessing.cs" />
  255. <Compile Include="System.Xml.Schema\XmlSchemaContentType.cs" />
  256. <Compile Include="System.Xml.Schema\XmlSchemaDatatype.cs" />
  257. <Compile Include="System.Xml.Schema\XmlSchemaDatatypeVariety.cs" />
  258. <Compile Include="System.Xml.Schema\XmlSchemaDerivationMethod.cs" />
  259. <Compile Include="System.Xml.Schema\XmlSchemaDocumentation.cs" />
  260. <Compile Include="System.Xml.Schema\XmlSchemaElement.cs" />
  261. <Compile Include="System.Xml.Schema\XmlSchemaEnumerationFacet.cs" />
  262. <Compile Include="System.Xml.Schema\XmlSchemaException.cs" />
  263. <Compile Include="System.Xml.Schema\XmlSchemaExternal.cs" />
  264. <Compile Include="System.Xml.Schema\XmlSchemaFacet.cs" />
  265. <Compile Include="System.Xml.Schema\XmlSchemaForm.cs" />
  266. <Compile Include="System.Xml.Schema\XmlSchemaFractionDigitsFacet.cs" />
  267. <Compile Include="System.Xml.Schema\XmlSchemaGroup.cs" />
  268. <Compile Include="System.Xml.Schema\XmlSchemaGroupBase.cs" />
  269. <Compile Include="System.Xml.Schema\XmlSchemaGroupRef.cs" />
  270. <Compile Include="System.Xml.Schema\XmlSchemaIdentityConstraint.cs" />
  271. <Compile Include="System.Xml.Schema\XmlSchemaImport.cs" />
  272. <Compile Include="System.Xml.Schema\XmlSchemaInclude.cs" />
  273. <Compile Include="System.Xml.Schema\XmlSchemaInference.cs" />
  274. <Compile Include="System.Xml.Schema\XmlSchemaInferenceException.cs" />
  275. <Compile Include="System.Xml.Schema\XmlSchemaInfo.cs" />
  276. <Compile Include="System.Xml.Schema\XmlSchemaKey.cs" />
  277. <Compile Include="System.Xml.Schema\XmlSchemaKeyref.cs" />
  278. <Compile Include="System.Xml.Schema\XmlSchemaLengthFacet.cs" />
  279. <Compile Include="System.Xml.Schema\XmlSchemaMaxExclusiveFacet.cs" />
  280. <Compile Include="System.Xml.Schema\XmlSchemaMaxInclusiveFacet.cs" />
  281. <Compile Include="System.Xml.Schema\XmlSchemaMaxLengthFacet.cs" />
  282. <Compile Include="System.Xml.Schema\XmlSchemaMinExclusiveFacet.cs" />
  283. <Compile Include="System.Xml.Schema\XmlSchemaMinInclusiveFacet.cs" />
  284. <Compile Include="System.Xml.Schema\XmlSchemaMinLengthFacet.cs" />
  285. <Compile Include="System.Xml.Schema\XmlSchemaNotation.cs" />
  286. <Compile Include="System.Xml.Schema\XmlSchemaNumericFacet.cs" />
  287. <Compile Include="System.Xml.Schema\XmlSchemaObject.cs" />
  288. <Compile Include="System.Xml.Schema\XmlSchemaObjectCollection.cs" />
  289. <Compile Include="System.Xml.Schema\XmlSchemaObjectEnumerator.cs" />
  290. <Compile Include="System.Xml.Schema\XmlSchemaObjectTable.cs" />
  291. <Compile Include="System.Xml.Schema\XmlSchemaParticle.cs" />
  292. <Compile Include="System.Xml.Schema\XmlSchemaPatternFacet.cs" />
  293. <Compile Include="System.Xml.Schema\XmlSchemaReader.cs" />
  294. <Compile Include="System.Xml.Schema\XmlSchemaRedefine.cs" />
  295. <Compile Include="System.Xml.Schema\XmlSchemaSequence.cs" />
  296. <Compile Include="System.Xml.Schema\XmlSchemaSerializer.cs" />
  297. <Compile Include="System.Xml.Schema\XmlSchemaSet.cs" />
  298. <Compile Include="System.Xml.Schema\XmlSchemaSimpleContent.cs" />
  299. <Compile Include="System.Xml.Schema\XmlSchemaSimpleContentExtension.cs" />
  300. <Compile Include="System.Xml.Schema\XmlSchemaSimpleContentRestriction.cs" />
  301. <Compile Include="System.Xml.Schema\XmlSchemaSimpleType.cs" />
  302. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeContent.cs" />
  303. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeList.cs" />
  304. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeRestriction.cs" />
  305. <Compile Include="System.Xml.Schema\XmlSchemaSimpleTypeUnion.cs" />
  306. <Compile Include="System.Xml.Schema\XmlSchemaTotalDigitsFacet.cs" />
  307. <Compile Include="System.Xml.Schema\XmlSchemaType.cs" />
  308. <Compile Include="System.Xml.Schema\XmlSchemaUnique.cs" />
  309. <Compile Include="System.Xml.Schema\XmlSchemaUse.cs" />
  310. <Compile Include="System.Xml.Schema\XmlSchemaUtil.cs" />
  311. <Compile Include="System.Xml.Schema\XmlSchemaValidationException.cs" />
  312. <Compile Include="System.Xml.Schema\XmlSchemaValidationFlags.cs" />
  313. <Compile Include="System.Xml.Schema\XmlSchemaValidator.cs" />
  314. <Compile Include="System.Xml.Schema\XmlSchemaValidity.cs" />
  315. <Compile Include="System.Xml.Schema\XmlSchemaWhiteSpaceFacet.cs" />
  316. <Compile Include="System.Xml.Schema\XmlSchemaXPath.cs" />
  317. <Compile Include="System.Xml.Schema\XmlSeverityType.cs" />
  318. <Compile Include="System.Xml.Schema\XmlTypeCode.cs" />
  319. <Compile Include="System.Xml.Schema\XmlValueConverter.cs" />
  320. <Compile Include="System.Xml.Schema\XmlValueGetter.cs" />
  321. <Compile Include="System.Xml.Serialization\CodeGenerationOptions.cs" />
  322. <Compile Include="System.Xml.Serialization\CodeIdentifier.cs" />
  323. <Compile Include="System.Xml.Serialization\CodeIdentifiers.cs" />
  324. <Compile Include="System.Xml.Serialization\ImportContext.cs" />
  325. <Compile Include="System.Xml.Serialization\IXmlSerializable.cs" />
  326. <Compile Include="System.Xml.Serialization\IXmlTextParser.cs" />
  327. <Compile Include="System.Xml.Serialization\ReflectionHelper.cs" />
  328. <Compile Include="System.Xml.Serialization\SchemaTypes.cs" />
  329. <Compile Include="System.Xml.Serialization\SerializationCodeGenerator.cs" />
  330. <Compile Include="System.Xml.Serialization\SerializationCodeGeneratorConfiguration.cs" />
  331. <Compile Include="System.Xml.Serialization\SerializationSource.cs" />
  332. <Compile Include="System.Xml.Serialization\SoapAttributeAttribute.cs" />
  333. <Compile Include="System.Xml.Serialization\SoapAttributeOverrides.cs" />
  334. <Compile Include="System.Xml.Serialization\SoapAttributes.cs" />
  335. <Compile Include="System.Xml.Serialization\SoapElementAttribute.cs" />
  336. <Compile Include="System.Xml.Serialization\SoapEnumAttribute.cs" />
  337. <Compile Include="System.Xml.Serialization\SoapIgnoreAttribute.cs" />
  338. <Compile Include="System.Xml.Serialization\SoapIncludeAttribute.cs" />
  339. <Compile Include="System.Xml.Serialization\SoapReflectionImporter.cs" />
  340. <Compile Include="System.Xml.Serialization\SoapSchemaExporter.cs" />
  341. <Compile Include="System.Xml.Serialization\SoapSchemaMember.cs" />
  342. <Compile Include="System.Xml.Serialization\SoapTypeAttribute.cs" />
  343. <Compile Include="System.Xml.Serialization\TypeData.cs" />
  344. <Compile Include="System.Xml.Serialization\TypeMember.cs" />
  345. <Compile Include="System.Xml.Serialization\TypeTranslator.cs" />
  346. <Compile Include="System.Xml.Serialization\UnreferencedObjectEventArgs.cs" />
  347. <Compile Include="System.Xml.Serialization\UnreferencedObjectEventHandler.cs" />
  348. <Compile Include="System.Xml.Serialization\XmlAnyAttributeAttribute.cs" />
  349. <Compile Include="System.Xml.Serialization\XmlAnyElementAttribute.cs" />
  350. <Compile Include="System.Xml.Serialization\XmlAnyElementAttributes.cs" />
  351. <Compile Include="System.Xml.Serialization\XmlArrayAttribute.cs" />
  352. <Compile Include="System.Xml.Serialization\XmlArrayItemAttribute.cs" />
  353. <Compile Include="System.Xml.Serialization\XmlArrayItemAttributes.cs" />
  354. <Compile Include="System.Xml.Serialization\XmlAttributeAttribute.cs" />
  355. <Compile Include="System.Xml.Serialization\XmlAttributeEventArgs.cs" />
  356. <Compile Include="System.Xml.Serialization\XmlAttributeEventHandler.cs" />
  357. <Compile Include="System.Xml.Serialization\XmlAttributeOverrides.cs" />
  358. <Compile Include="System.Xml.Serialization\XmlAttributes.cs" />
  359. <Compile Include="System.Xml.Serialization\XmlChoiceIdentifierAttribute.cs" />
  360. <Compile Include="System.Xml.Serialization\XmlCustomFormatter.cs" />
  361. <Compile Include="System.Xml.Serialization\XmlDeserializationEvents.cs" />
  362. <Compile Include="System.Xml.Serialization\XmlElementAttribute.cs" />
  363. <Compile Include="System.Xml.Serialization\XmlElementAttributes.cs" />
  364. <Compile Include="System.Xml.Serialization\XmlElementEventArgs.cs" />
  365. <Compile Include="System.Xml.Serialization\XmlElementEventHandler.cs" />
  366. <Compile Include="System.Xml.Serialization\XmlEnumAttribute.cs" />
  367. <Compile Include="System.Xml.Serialization\XmlIgnoreAttribute.cs" />
  368. <Compile Include="System.Xml.Serialization\XmlIncludeAttribute.cs" />
  369. <Compile Include="System.Xml.Serialization\XmlMapping.cs" />
  370. <Compile Include="System.Xml.Serialization\XmlMappingAccess.cs" />
  371. <Compile Include="System.Xml.Serialization\XmlMemberMapping.cs" />
  372. <Compile Include="System.Xml.Serialization\XmlMembersMapping.cs" />
  373. <Compile Include="System.Xml.Serialization\XmlNamespaceDeclarationsAttribute.cs" />
  374. <Compile Include="System.Xml.Serialization\XmlNodeEventArgs.cs" />
  375. <Compile Include="System.Xml.Serialization\XmlNodeEventHandler.cs" />
  376. <Compile Include="System.Xml.Serialization\XmlReflectionImporter.cs" />
  377. <Compile Include="System.Xml.Serialization\XmlReflectionMember.cs" />
  378. <Compile Include="System.Xml.Serialization\XmlRootAttribute.cs" />
  379. <Compile Include="System.Xml.Serialization\XmlSchemaEnumerator.cs" />
  380. <Compile Include="System.Xml.Serialization\XmlSchemaExporter.cs" />
  381. <Compile Include="System.Xml.Serialization\XmlSchemaProviderAttribute.cs" />
  382. <Compile Include="System.Xml.Serialization\XmlSchemas.cs" />
  383. <Compile Include="System.Xml.Serialization\XmlSerializationCollectionFixupCallback.cs" />
  384. <Compile Include="System.Xml.Serialization\XmlSerializationFixupCallback.cs" />
  385. <Compile Include="System.Xml.Serialization\XmlSerializationGeneratedCode.cs" />
  386. <Compile Include="System.Xml.Serialization\XmlSerializationReadCallback.cs" />
  387. <Compile Include="System.Xml.Serialization\XmlSerializationReader.cs" />
  388. <Compile Include="System.Xml.Serialization\XmlSerializationReaderInterpreter.cs" />
  389. <Compile Include="System.Xml.Serialization\XmlSerializationWriteCallback.cs" />
  390. <Compile Include="System.Xml.Serialization\XmlSerializationWriter.cs" />
  391. <Compile Include="System.Xml.Serialization\XmlSerializationWriterInterpreter.cs" />
  392. <Compile Include="System.Xml.Serialization\XmlSerializer.cs" />
  393. <Compile Include="System.Xml.Serialization\XmlSerializerAssemblyAttribute.cs" />
  394. <Compile Include="System.Xml.Serialization\XmlSerializerFactory.cs" />
  395. <Compile Include="System.Xml.Serialization\XmlSerializerImplementation.cs" />
  396. <Compile Include="System.Xml.Serialization\XmlSerializerNamespaces.cs" />
  397. <Compile Include="System.Xml.Serialization\XmlSerializerVersionAttribute.cs" />
  398. <Compile Include="System.Xml.Serialization\XmlTextAttribute.cs" />
  399. <Compile Include="System.Xml.Serialization\XmlTypeAttribute.cs" />
  400. <Compile Include="System.Xml.Serialization\XmlTypeMapElementInfo.cs" />
  401. <Compile Include="System.Xml.Serialization\XmlTypeMapMember.cs" />
  402. <Compile Include="System.Xml.Serialization\XmlTypeMapMemberAttribute.cs" />
  403. <Compile Include="System.Xml.Serialization\XmlTypeMapMemberElement.cs" />
  404. <Compile Include="System.Xml.Serialization\XmlTypeMapMemberNamespaces.cs" />
  405. <Compile Include="System.Xml.Serialization\XmlTypeMapping.cs" />
  406. <Compile Include="System.Xml.Serialization.Configuration\DateTimeSerializationSection.cs" />
  407. <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionElement.cs" />
  408. <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionElementCollection.cs" />
  409. <Compile Include="System.Xml.Serialization.Configuration\SchemaImporterExtensionsSection.cs" />
  410. <Compile Include="System.Xml.Serialization.Configuration\SerializationSectionGroup.cs" />
  411. <Compile Include="System.Xml.Serialization.Configuration\XmlSerializerSection.cs" />
  412. <Compile Include="System.Xml.XPath\DefaultContext.cs" />
  413. <Compile Include="System.Xml.XPath\Expression.cs" />
  414. <Compile Include="System.Xml.XPath\Iterator.cs" />
  415. <Compile Include="System.Xml.XPath\IXPathNavigable.cs" />
  416. <Compile Include="System.Xml.XPath\Parser.cs" />
  417. <Compile Include="System.Xml.XPath\Tokenizer.cs" />
  418. <Compile Include="System.Xml.XPath\XmlCaseOrder.cs" />
  419. <Compile Include="System.Xml.XPath\XmlDataType.cs" />
  420. <Compile Include="System.Xml.XPath\XmlSortOrder.cs" />
  421. <Compile Include="System.Xml.XPath\XPathComparer.cs" />
  422. <Compile Include="System.Xml.XPath\XPathDocument.cs" />
  423. <Compile Include="System.Xml.XPath\XPathException.cs" />
  424. <Compile Include="System.Xml.XPath\XPathExpression.cs" />
  425. <Compile Include="System.Xml.XPath\XPathItem.cs" />
  426. <Compile Include="System.Xml.XPath\XPathNamespaceScope.cs" />
  427. <Compile Include="System.Xml.XPath\XPathNavigator.cs" />
  428. <Compile Include="System.Xml.XPath\XPathNodeIterator.cs" />
  429. <Compile Include="System.Xml.XPath\XPathNodeType.cs" />
  430. <Compile Include="System.Xml.XPath\XPathResultType.cs" />
  431. <Compile Include="System.Xml.Xsl\IXsltContextFunction.cs" />
  432. <Compile Include="System.Xml.Xsl\IXsltContextVariable.cs" />
  433. <Compile Include="System.Xml.Xsl\XslCompiledTransform.cs" />
  434. <Compile Include="System.Xml.Xsl\XsltArgumentList.cs" />
  435. <Compile Include="System.Xml.Xsl\XsltCompileException.cs" />
  436. <Compile Include="System.Xml.Xsl\XsltContext.cs" />
  437. <Compile Include="System.Xml.Xsl\XsltException.cs" />
  438. <Compile Include="System.Xml.Xsl\XsltMessageEncounteredEventArgs.cs" />
  439. <Compile Include="System.Xml.Xsl\XsltMessageEncounteredEventHandler.cs" />
  440. <Compile Include="System.Xml.Xsl\XslTransform.cs" />
  441. <Compile Include="System.Xml.Xsl\XsltSettings.cs" />
  442. <Compile Include="System.Xml\ConformanceLevel.cs" />
  443. <Compile Include="System.Xml\DTDAutomata.cs" />
  444. <Compile Include="System.Xml\DTDObjectModel.cs" />
  445. <Compile Include="System.Xml\DTDReader.cs" />
  446. <Compile Include="System.Xml\DTDValidatingReader2.cs" />
  447. <Compile Include="System.Xml\EntityHandling.cs" />
  448. <Compile Include="System.Xml\EntityResolvingXmlReader.cs" />
  449. <Compile Include="System.Xml\Formatting.cs" />
  450. <Compile Include="System.Xml\IHasXmlChildNode.cs" />
  451. <Compile Include="System.Xml\IHasXmlNode.cs" />
  452. <Compile Include="System.Xml\IXmlLineInfo.cs" />
  453. <Compile Include="System.Xml\IXmlNamespaceResolver.cs" />
  454. <Compile Include="System.Xml\MonoFIXAttribute.cs" />
  455. <Compile Include="System.Xml\NameTable.cs" />
  456. <Compile Include="System.Xml\NewLineHandling.cs" />
  457. <Compile Include="System.Xml\ReadState.cs" />
  458. <Compile Include="System.Xml\ValidationType.cs" />
  459. <Compile Include="System.Xml\WhitespaceHandling.cs" />
  460. <Compile Include="System.Xml\WriteState.cs" />
  461. <Compile Include="System.Xml\XmlAttribute.cs" />
  462. <Compile Include="System.Xml\XmlAttributeCollection.cs" />
  463. <Compile Include="System.Xml\XmlCDataSection.cs" />
  464. <Compile Include="System.Xml\XmlChar.cs" />
  465. <Compile Include="System.Xml\XmlCharacterData.cs" />
  466. <Compile Include="System.Xml\XmlComment.cs" />
  467. <Compile Include="System.Xml\XmlConstructs.cs" />
  468. <Compile Include="System.Xml\XmlConvert.cs" />
  469. <Compile Include="System.Xml\XmlDateTimeSerializationMode.cs" />
  470. <Compile Include="System.Xml\XmlDeclaration.cs" />
  471. <Compile Include="System.Xml\XmlDocument.cs" />
  472. <Compile Include="System.Xml\XmlDocumentFragment.cs" />
  473. <Compile Include="System.Xml\XmlDocumentNavigator.cs" />
  474. <Compile Include="System.Xml\XmlDocumentType.cs" />
  475. <Compile Include="System.Xml\XmlElement.cs" />
  476. <Compile Include="System.Xml\XmlEntity.cs" />
  477. <Compile Include="System.Xml\XmlEntityReference.cs" />
  478. <Compile Include="System.Xml\XmlException.cs" />
  479. <Compile Include="System.Xml\XmlImplementation.cs" />
  480. <Compile Include="System.Xml\XmlInputStream.cs" />
  481. <Compile Include="System.Xml\XmlIteratorNodeList.cs" />
  482. <Compile Include="System.Xml\XmlLinkedNode.cs" />
  483. <Compile Include="System.Xml\XmlNamedNodeMap.cs" />
  484. <Compile Include="System.Xml\XmlNameEntry.cs" />
  485. <Compile Include="System.Xml\XmlNameEntryCache.cs" />
  486. <Compile Include="System.Xml\XmlNamespaceManager.cs" />
  487. <Compile Include="System.Xml\XmlNamespaceScope.cs" />
  488. <Compile Include="System.Xml\XmlNameTable.cs" />
  489. <Compile Include="System.Xml\XmlNode.cs" />
  490. <Compile Include="System.Xml\XmlNodeArrayList.cs" />
  491. <Compile Include="System.Xml\XmlNodeChangedAction.cs" />
  492. <Compile Include="System.Xml\XmlNodeChangedEventArgs.cs" />
  493. <Compile Include="System.Xml\XmlNodeChangedEventHandler.cs" />
  494. <Compile Include="System.Xml\XmlNodeList.cs" />
  495. <Compile Include="System.Xml\XmlNodeListChildren.cs" />
  496. <Compile Include="System.Xml\XmlNodeOrder.cs" />
  497. <Compile Include="System.Xml\XmlNodeReader2.cs" />
  498. <Compile Include="System.Xml\XmlNodeReaderImpl.cs" />
  499. <Compile Include="System.Xml\XmlNodeType.cs" />
  500. <Compile Include="System.Xml\XmlNotation.cs" />
  501. <Compile Include="System.Xml\XmlOutputMethod.cs" />
  502. <Compile Include="System.Xml\XmlParserContext.cs" />
  503. <Compile Include="System.Xml\XmlParserInput.cs" />
  504. <Compile Include="System.Xml\XmlProcessingInstruction.cs" />
  505. <Compile Include="System.Xml\XmlQualifiedName.cs" />
  506. <Compile Include="System.Xml\XmlReader.cs" />
  507. <Compile Include="System.Xml\XmlReaderBinarySupport.cs" />
  508. <Compile Include="System.Xml\XmlReaderSettings.cs" />
  509. <Compile Include="System.Xml\XmlResolver.cs" />
  510. <Compile Include="System.Xml\XmlSecureResolver.cs" />
  511. <Compile Include="System.Xml\XmlSignificantWhitespace.cs" />
  512. <Compile Include="System.Xml\XmlSpace.cs" />
  513. <Compile Include="System.Xml\XmlText.cs" />
  514. <Compile Include="System.Xml\XmlTextReader2.cs" />
  515. <Compile Include="System.Xml\XmlTextWriter2.cs" />
  516. <Compile Include="System.Xml\XmlTokenizedType.cs" />
  517. <Compile Include="System.Xml\XmlUrlResolver.cs" />
  518. <Compile Include="System.Xml\XmlValidatingReader.cs" />
  519. <Compile Include="System.Xml\XmlWhitespace.cs" />
  520. <Compile Include="System.Xml\XmlWriter.cs" />
  521. <Compile Include="System.Xml\XmlWriterSettings.cs" />
  522. <Compile Include="System.Xml\XQueryConvert.cs" />
  523. </ItemGroup>
  524. <ItemGroup>
  525. <Compile Include="..\..\build\common\Consts.cs.in">
  526. <Link>Assembly\Consts.cs.in</Link>
  527. </Compile>
  528. <Compile Include="Mono.Xml.Xsl\XsltDebuggerWrapper.cs" />
  529. <Compile Include="System.Xml\XmlTextReader.cs">
  530. <SubType>Code</SubType>
  531. </Compile>
  532. <None Include="Mono.Xml.Xsl\PatternParser.jay" />
  533. <None Include="System.Xml.XPath\Parser.jay" />
  534. </ItemGroup>
  535. <ItemGroup>
  536. <Folder Include="Properties\" />
  537. </ItemGroup>
  538. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets" />
  539. <Import Project="$(VMW_HOME)\bin\Mainsoft.Common.targets" />
  540. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  541. Other similar extension points exist, see Microsoft.Common.targets.
  542. <Target Name="BeforeBuild">
  543. </Target>
  544. <Target Name="AfterBuild">
  545. </Target>
  546. -->
  547. <ProjectExtensions>
  548. <VisualStudio>
  549. <UserProperties REFS-JarPath-rt="" REFS-RefInfo-rt="repository:jre:sun:1.4.2" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\java_refs\framework\mscorlib.jar" />
  550. </VisualStudio>
  551. </ProjectExtensions>
  552. <PropertyGroup>
  553. <PreBuildEvent>$(ProjectDir)\jay.bat $(ProjectDir)</PreBuildEvent>
  554. </PropertyGroup>
  555. </Project>