System.Data20.vmwcsproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  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>{BD83C476-AEC7-4535-8158-977B04887AF0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>System.Data</RootNamespace>
  11. <AssemblyName>System.Data</AssemblyName>
  12. <JDKName>1.5.0_05</JDKName>
  13. <GHProjectType>1</GHProjectType>
  14. <Version>2.0</Version>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java20|AnyCPU' ">
  17. <OutputPath>bin\Release_Java20\</OutputPath>
  18. <DefineConstants>TRACE;NET_1_1;DOTNET;TARGET_JVM;NET_2_0</DefineConstants>
  19. <BaseAddress>285212672</BaseAddress>
  20. <Optimize>true</Optimize>
  21. <DebugType>pdbonly</DebugType>
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <ErrorReport>prompt</ErrorReport>
  24. <SkipValidation>True</SkipValidation>
  25. <KeepIntermediate>False</KeepIntermediate>
  26. <GHProjectType>1</GHProjectType>
  27. <PreCompile>false</PreCompile>
  28. <AdditionalClassPath>
  29. </AdditionalClassPath>
  30. <ApplicationServerType>
  31. </ApplicationServerType>
  32. <Version>2.0</Version>
  33. <JDKName>1.5.0_05</JDKName>
  34. <TargetPlatform>0</TargetPlatform>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java|AnyCPU' ">
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug_Java\</OutputPath>
  41. <DefineConstants>TRACE;DEBUG;NET_1_1;ONLY_1_1;DOTNET;TARGET_JVM</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <BaseAddress>285212672</BaseAddress>
  45. <NoStdLib>false</NoStdLib>
  46. <SkipValidation>True</SkipValidation>
  47. <KeepIntermediate>False</KeepIntermediate>
  48. <TargetPlatform>0</TargetPlatform>
  49. <AdditionalClassPath>
  50. </AdditionalClassPath>
  51. </PropertyGroup>
  52. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release_Java|AnyCPU' ">
  53. <DebugType>pdbonly</DebugType>
  54. <Optimize>true</Optimize>
  55. <OutputPath>bin\Release_Java\</OutputPath>
  56. <DefineConstants>TRACE;NET_1_1;ONLY_1_1;DOTNET;TARGET_JVM</DefineConstants>
  57. <ErrorReport>prompt</ErrorReport>
  58. <WarningLevel>4</WarningLevel>
  59. <BaseAddress>285212672</BaseAddress>
  60. <NoStdLib>false</NoStdLib>
  61. <SkipValidation>True</SkipValidation>
  62. <KeepIntermediate>False</KeepIntermediate>
  63. <TargetPlatform>0</TargetPlatform>
  64. <AdditionalClassPath>
  65. </AdditionalClassPath>
  66. </PropertyGroup>
  67. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug_Java20|AnyCPU' ">
  68. <DebugSymbols>true</DebugSymbols>
  69. <OutputPath>bin\Debug_Java20\</OutputPath>
  70. <DefineConstants>TRACE;DEBUG;NET_1_1;DOTNET;TARGET_JVM;NET_2_0</DefineConstants>
  71. <BaseAddress>285212672</BaseAddress>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>AnyCPU</PlatformTarget>
  74. <ErrorReport>prompt</ErrorReport>
  75. <SkipValidation>True</SkipValidation>
  76. <KeepIntermediate>False</KeepIntermediate>
  77. <GHProjectType>1</GHProjectType>
  78. <PreCompile>false</PreCompile>
  79. <AdditionalClassPath>
  80. </AdditionalClassPath>
  81. <ApplicationServerType>
  82. </ApplicationServerType>
  83. <Version>2.0</Version>
  84. <JDKName>1.5.0_05</JDKName>
  85. <TargetPlatform>0</TargetPlatform>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <Reference Include="J2SE.Helpers">
  89. <HintPath>..\lib\J2SE.Helpers.dll</HintPath>
  90. <Private>False</Private>
  91. </Reference>
  92. <Reference Include="rt">
  93. <HintPath>..\lib\rt.dll</HintPath>
  94. <Private>False</Private>
  95. </Reference>
  96. <Reference Include="System"/>
  97. <Reference Include="System.Configuration"/>
  98. <Reference Include="System.Xml"/>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Compile Include="..\..\build\common\Locale.cs">
  102. <Link>Assembly\Locale.cs</Link>
  103. </Compile>
  104. <Compile Include="..\..\build\common\MonoTODOAttribute.cs">
  105. <Link>Assembly\MonoTODOAttribute.cs</Link>
  106. </Compile>
  107. <Compile Include="Assembly\AssemblyInfo.cs"/>
  108. <Compile Include="Mainsoft.Data.Configuration.jvm\IKeyMapper.cs"/>
  109. <Compile Include="Mainsoft.Data.Configuration.jvm\KeyMapperBase.cs"/>
  110. <Compile Include="Mainsoft.Data.Configuration.jvm\ProvidersSectionHandler.cs"/>
  111. <Compile Include="Mainsoft.Data.Jdbc.Providers.jvm\GenericProvider.cs"/>
  112. <Compile Include="Mainsoft.Data.Jdbc.Providers.jvm\IProvider.cs"/>
  113. <Compile Include="Mainsoft.Data.Jdbc.Providers.jvm\OleDbDB2Provider.cs"/>
  114. <Compile Include="Mainsoft.Data.Jdbc.Providers.jvm\OleDbOracleProvider.cs"/>
  115. <Compile Include="Mainsoft.Data.Jdbc.Providers.jvm\OleDbSqlServerProvider.cs"/>
  116. <Compile Include="Mainsoft.Data.Jdbc.Providers.jvm\wrappers.cs"/>
  117. <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs"/>
  118. <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs"/>
  119. <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs"/>
  120. <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs"/>
  121. <Compile Include="Mono.Data.SqlExpressions\Comparison.cs"/>
  122. <Compile Include="Mono.Data.SqlExpressions\Expressions.cs"/>
  123. <Compile Include="Mono.Data.SqlExpressions\Functions.cs"/>
  124. <Compile Include="Mono.Data.SqlExpressions\In.cs"/>
  125. <Compile Include="Mono.Data.SqlExpressions\Like.cs"/>
  126. <Compile Include="Mono.Data.SqlExpressions\Literal.cs"/>
  127. <Compile Include="Mono.Data.SqlExpressions\Numeric.cs"/>
  128. <Compile Include="Mono.Data.SqlExpressions\Parser.cs"/>
  129. <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs"/>
  130. <Compile Include="Mono.Data.SqlExpressions\Tokenizer.cs"/>
  131. <Compile Include="System.Data.Common\CatalogLocation.cs"/>
  132. <Compile Include="System.Data.Common\ComparerFactory.cs"/>
  133. <Compile Include="System.Data.Common\ConnectionStringsSectionHandler.cs"/>
  134. <Compile Include="System.Data.Common\DataAdapter.cs">
  135. <SubType>Component</SubType>
  136. </Compile>
  137. <Compile Include="System.Data.Common\DataColumnMapping.cs"/>
  138. <Compile Include="System.Data.Common\DataColumnMappingCollection.cs"/>
  139. <Compile Include="System.Data.Common\DataColumnMappingConverter.cs"/>
  140. <Compile Include="System.Data.Common\DataContainer.cs"/>
  141. <Compile Include="System.Data.Common\DataTableMapping.cs"/>
  142. <Compile Include="System.Data.Common\DataTableMappingCollection.cs"/>
  143. <Compile Include="System.Data.Common\DataTableMappingConverter.cs"/>
  144. <Compile Include="System.Data.Common\DbCommand.cs">
  145. <SubType>Component</SubType>
  146. </Compile>
  147. <Compile Include="System.Data.Common\DbCommandBuilder.cs">
  148. <SubType>Component</SubType>
  149. </Compile>
  150. <Compile Include="System.Data.Common\DbCommandOptionalFeatures.cs"/>
  151. <Compile Include="System.Data.Common\DbCommandSet.cs"/>
  152. <Compile Include="System.Data.Common\DbConnection.cs">
  153. <SubType>Component</SubType>
  154. </Compile>
  155. <Compile Include="System.Data.Common\DbConnectionOptions.cs"/>
  156. <Compile Include="System.Data.Common\DbConnectionString.cs"/>
  157. <Compile Include="System.Data.Common\DbConnectionStringBuilder.cs"/>
  158. <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs"/>
  159. <Compile Include="System.Data.Common\DbDataAdapter.cs">
  160. <SubType>Component</SubType>
  161. </Compile>
  162. <Compile Include="System.Data.Common\DbDataPermission.cs"/>
  163. <Compile Include="System.Data.Common\DbDataPermissionAttribute.cs"/>
  164. <Compile Include="System.Data.Common\DbDataReader.cs"/>
  165. <Compile Include="System.Data.Common\DbDataRecord.cs"/>
  166. <Compile Include="System.Data.Common\DbDataSourceEnumerator.cs"/>
  167. <Compile Include="System.Data.Common\DbEnumerator.cs"/>
  168. <Compile Include="System.Data.Common\DbException.cs"/>
  169. <Compile Include="System.Data.Common\DbMetaDataCache.cs"/>
  170. <Compile Include="System.Data.Common\DbMetaDataCollectionNames.cs"/>
  171. <Compile Include="System.Data.Common\DbMetaDataColumnNames.cs"/>
  172. <Compile Include="System.Data.Common\DbParameter.cs"/>
  173. <Compile Include="System.Data.Common\DbParameterCollection.cs"/>
  174. <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs"/>
  175. <Compile Include="System.Data.Common\DbProviderFactories.cs"/>
  176. <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.cs"/>
  177. <Compile Include="System.Data.Common\DbProviderFactory.cs"/>
  178. <Compile Include="System.Data.Common\DbProviderSpecificTypePropertyAttribute.cs"/>
  179. <Compile Include="System.Data.Common\DbProviderSupportedClasses.cs"/>
  180. <Compile Include="System.Data.Common\DbTransaction.cs"/>
  181. <Compile Include="System.Data.Common\DbTypes.cs"/>
  182. <Compile Include="System.Data.Common\ExceptionHelper.cs"/>
  183. <Compile Include="System.Data.Common\FieldNameLookup.cs"/>
  184. <Compile Include="System.Data.Common\GroupByBehavior.cs"/>
  185. <Compile Include="System.Data.Common\IdentifierCase.cs"/>
  186. <Compile Include="System.Data.Common\Index.cs"/>
  187. <Compile Include="System.Data.Common\Key.cs"/>
  188. <Compile Include="System.Data.Common\PermissionHelper.cs"/>
  189. <Compile Include="System.Data.Common\RecordCache.cs"/>
  190. <Compile Include="System.Data.Common\RowUpdatedEventArgs.cs"/>
  191. <Compile Include="System.Data.Common\RowUpdatingEventArgs.cs"/>
  192. <Compile Include="System.Data.Common\SchemaInfo.cs"/>
  193. <Compile Include="System.Data.Common\SchemaLocation.cs"/>
  194. <Compile Include="System.Data.Common\SchemaTableColumn.cs"/>
  195. <Compile Include="System.Data.Common\SchemaTableOptionalColumn.cs"/>
  196. <Compile Include="System.Data.Common\SupportedJoinOperators.cs"/>
  197. <Compile Include="System.Data.Configuration.jvm\GlobalConfig.cs"/>
  198. <Compile Include="System.Data.Configuration.jvm\ObjectNameResolutionSectionHandler.cs"/>
  199. <Compile Include="System.Data.Configuration.jvm\ObjectNameResolver.cs"/>
  200. <Compile Include="System.Data.Configuration.jvm\ObjectNameResolversCollection.cs"/>
  201. <Compile Include="System.Data.OleDb.jvm\OleDbCommand.cs">
  202. <SubType>Component</SubType>
  203. </Compile>
  204. <Compile Include="System.Data.OleDb.jvm\OleDbCommandBuilder.cs">
  205. <SubType>Component</SubType>
  206. </Compile>
  207. <Compile Include="System.Data.OleDb.jvm\OleDbConnection.cs">
  208. <SubType>Component</SubType>
  209. </Compile>
  210. <Compile Include="System.Data.OleDb.jvm\OleDbConvert.cs"/>
  211. <Compile Include="System.Data.OleDb.jvm\OleDbDataAdapter.cs">
  212. <SubType>Component</SubType>
  213. </Compile>
  214. <Compile Include="System.Data.OleDb.jvm\OleDbDataReader.cs"/>
  215. <Compile Include="System.Data.OleDb.jvm\OleDbError.cs"/>
  216. <Compile Include="System.Data.OleDb.jvm\OleDbErrorCollection.cs"/>
  217. <Compile Include="System.Data.OleDb.jvm\OleDbException.cs"/>
  218. <Compile Include="System.Data.OleDb.jvm\OleDbInfoMessageEventArgs.cs"/>
  219. <Compile Include="System.Data.OleDb.jvm\OleDbInfoMessageEventHandler.cs"/>
  220. <Compile Include="System.Data.OleDb.jvm\OleDbLiteral.cs"/>
  221. <Compile Include="System.Data.OleDb.jvm\OleDbParameter.cs"/>
  222. <Compile Include="System.Data.OleDb.jvm\OleDbParameterCollection.cs"/>
  223. <Compile Include="System.Data.OleDb.jvm\OleDbPermission.cs"/>
  224. <Compile Include="System.Data.OleDb.jvm\OleDbPermissionAttribute.cs"/>
  225. <Compile Include="System.Data.OleDb.jvm\OleDbRowUpdatedEventArgs.cs"/>
  226. <Compile Include="System.Data.OleDb.jvm\OleDbRowUpdatedEventHandler.cs"/>
  227. <Compile Include="System.Data.OleDb.jvm\OleDbRowUpdatingEventArgs.cs"/>
  228. <Compile Include="System.Data.OleDb.jvm\OleDbRowUpdatingEventHandler.cs"/>
  229. <Compile Include="System.Data.OleDb.jvm\OleDbSchemaGuid.cs"/>
  230. <Compile Include="System.Data.OleDb.jvm\OleDbTransaction.cs"/>
  231. <Compile Include="System.Data.OleDb.jvm\OleDbType.cs"/>
  232. <Compile Include="System.Data.ProviderBase.jvm\AbstractDataReader.cs"/>
  233. <Compile Include="System.Data.ProviderBase.jvm\AbstractDBCommand.cs">
  234. <SubType>Component</SubType>
  235. </Compile>
  236. <Compile Include="System.Data.ProviderBase.jvm\AbstractDbCommandBuilder.cs">
  237. <SubType>Component</SubType>
  238. </Compile>
  239. <Compile Include="System.Data.ProviderBase.jvm\AbstractDBConnection.cs">
  240. <SubType>Component</SubType>
  241. </Compile>
  242. <Compile Include="System.Data.ProviderBase.jvm\AbstractDbError.cs"/>
  243. <Compile Include="System.Data.ProviderBase.jvm\AbstractDbErrorCollection.cs"/>
  244. <Compile Include="System.Data.ProviderBase.jvm\AbstractDbException.cs"/>
  245. <Compile Include="System.Data.ProviderBase.jvm\AbstractDBParameter.cs"/>
  246. <Compile Include="System.Data.ProviderBase.jvm\AbstractDbParameterCollection.cs"/>
  247. <Compile Include="System.Data.ProviderBase.jvm\AbstractTransaction.cs"/>
  248. <Compile Include="System.Data.ProviderBase.jvm\DbConvert.cs"/>
  249. <Compile Include="System.Data.ProviderBase.jvm\ParameterMetadataWrapper.cs"/>
  250. <Compile Include="System.Data.ProviderBase.jvm\ReaderCache.cs"/>
  251. <Compile Include="System.Data.ProviderBase.jvm\regex.cs"/>
  252. <Compile Include="System.Data.SqlClient\SqlClientFactory.cs"/>
  253. <Compile Include="System.Data.SqlClient\SqlDataSourceEnumerator.cs"/>
  254. <Compile Include="System.Data.SqlClient.jvm\ISqlNotificationReceiver.cs"/>
  255. <Compile Include="System.Data.SqlClient.jvm\MetaType.cs"/>
  256. <Compile Include="System.Data.SqlClient.jvm\SqlClientPermission.cs"/>
  257. <Compile Include="System.Data.SqlClient.jvm\SqlClientPermissionAttribute.cs"/>
  258. <Compile Include="System.Data.SqlClient.jvm\SqlCollation.cs"/>
  259. <Compile Include="System.Data.SqlClient.jvm\SqlCommand.cs">
  260. <SubType>Component</SubType>
  261. </Compile>
  262. <Compile Include="System.Data.SqlClient.jvm\SqlCommandBuilder.cs">
  263. <SubType>Component</SubType>
  264. </Compile>
  265. <Compile Include="System.Data.SqlClient.jvm\SqlConnection.cs">
  266. <SubType>Component</SubType>
  267. </Compile>
  268. <Compile Include="System.Data.SqlClient.jvm\SqlConnectionPool.cs"/>
  269. <Compile Include="System.Data.SqlClient.jvm\SqlConvert.cs"/>
  270. <Compile Include="System.Data.SqlClient.jvm\SqlDataAdapter.cs">
  271. <SubType>Component</SubType>
  272. </Compile>
  273. <Compile Include="System.Data.SqlClient.jvm\SqlDataReader.cs"/>
  274. <Compile Include="System.Data.SqlClient.jvm\SqlError.cs"/>
  275. <Compile Include="System.Data.SqlClient.jvm\SqlErrorCollection.cs"/>
  276. <Compile Include="System.Data.SqlClient.jvm\SqlException.cs"/>
  277. <Compile Include="System.Data.SqlClient.jvm\SqlInfoMessageEventArgs.cs"/>
  278. <Compile Include="System.Data.SqlClient.jvm\SqlInfoMessageEventHandler.cs"/>
  279. <Compile Include="System.Data.SqlClient.jvm\SqlParameter.cs"/>
  280. <Compile Include="System.Data.SqlClient.jvm\SqlParameterCollection.cs"/>
  281. <Compile Include="System.Data.SqlClient.jvm\SqlParameterConverter.cs"/>
  282. <Compile Include="System.Data.SqlClient.jvm\SqlResultSet.cs"/>
  283. <Compile Include="System.Data.SqlClient.jvm\SqlRowUpdatedEventArgs.cs"/>
  284. <Compile Include="System.Data.SqlClient.jvm\SqlRowUpdatedEventHandler.cs"/>
  285. <Compile Include="System.Data.SqlClient.jvm\SqlRowUpdatingEventArgs.cs"/>
  286. <Compile Include="System.Data.SqlClient.jvm\SqlRowUpdatingEventHandler.cs"/>
  287. <Compile Include="System.Data.SqlClient.jvm\SqlTransaction.cs"/>
  288. <Compile Include="System.Data.SqlClient.jvm\SqlXmlTextReader.cs"/>
  289. <Compile Include="System.Data.SqlTypes.jvm\INullable.cs"/>
  290. <Compile Include="System.Data.SqlTypes.jvm\SqlBinary.cs"/>
  291. <Compile Include="System.Data.SqlTypes.jvm\SqlBoolean.cs"/>
  292. <Compile Include="System.Data.SqlTypes.jvm\SqlByte.cs"/>
  293. <Compile Include="System.Data.SqlTypes.jvm\SqlBytes.cs"/>
  294. <Compile Include="System.Data.SqlTypes.jvm\SqlChars.cs"/>
  295. <Compile Include="System.Data.SqlTypes.jvm\SqlCompareOptions.cs"/>
  296. <Compile Include="System.Data.SqlTypes.jvm\SqlDate.cs"/>
  297. <Compile Include="System.Data.SqlTypes.jvm\SqlDateTime.cs"/>
  298. <Compile Include="System.Data.SqlTypes.jvm\SqlDecimal.cs"/>
  299. <Compile Include="System.Data.SqlTypes.jvm\SqlDouble.cs"/>
  300. <Compile Include="System.Data.SqlTypes.jvm\SqlGuid.cs"/>
  301. <Compile Include="System.Data.SqlTypes.jvm\SqlInt16.cs"/>
  302. <Compile Include="System.Data.SqlTypes.jvm\SqlInt32.cs"/>
  303. <Compile Include="System.Data.SqlTypes.jvm\SqlInt64.cs"/>
  304. <Compile Include="System.Data.SqlTypes.jvm\SqlMoney.cs"/>
  305. <Compile Include="System.Data.SqlTypes.jvm\SqlNullValueException.cs"/>
  306. <Compile Include="System.Data.SqlTypes.jvm\SqlSingle.cs"/>
  307. <Compile Include="System.Data.SqlTypes.jvm\SqlStreamChars.cs"/>
  308. <Compile Include="System.Data.SqlTypes.jvm\SqlString.cs"/>
  309. <Compile Include="System.Data.SqlTypes.jvm\SqlTime.cs"/>
  310. <Compile Include="System.Data.SqlTypes.jvm\SqlTruncateException.cs"/>
  311. <Compile Include="System.Data.SqlTypes.jvm\SqlTypeException.cs"/>
  312. <Compile Include="System.Data.SqlTypes.jvm\SqlUtcDateTime.cs"/>
  313. <Compile Include="System.Data.SqlTypes.jvm\SqlXmlReader.cs"/>
  314. <Compile Include="System.Data\AcceptRejectRule.cs"/>
  315. <Compile Include="System.Data\ColumnTypeConverter.cs"/>
  316. <Compile Include="System.Data\CommandBehavior.cs"/>
  317. <Compile Include="System.Data\CommandType.cs"/>
  318. <Compile Include="System.Data\ConflictOption.cs"/>
  319. <Compile Include="System.Data\ConflictOptions.cs"/>
  320. <Compile Include="System.Data\ConnectionState.cs"/>
  321. <Compile Include="System.Data\Constraint.cs"/>
  322. <Compile Include="System.Data\ConstraintCollection.cs"/>
  323. <Compile Include="System.Data\ConstraintConverter.cs"/>
  324. <Compile Include="System.Data\ConstraintException.cs"/>
  325. <Compile Include="System.Data\DataCategoryAttribute.cs"/>
  326. <Compile Include="System.Data\DataColumn.cs">
  327. <SubType>Component</SubType>
  328. </Compile>
  329. <Compile Include="System.Data\DataColumnChangeEventArgs.cs"/>
  330. <Compile Include="System.Data\DataColumnChangeEventHandler.cs"/>
  331. <Compile Include="System.Data\DataColumnCollection.cs"/>
  332. <Compile Include="System.Data\DataColumnPropertyDescriptor.cs"/>
  333. <Compile Include="System.Data\DataException.cs"/>
  334. <Compile Include="System.Data\DataRelation.cs"/>
  335. <Compile Include="System.Data\DataRelationCollection.cs"/>
  336. <Compile Include="System.Data\DataRelationPropertyDescriptor.cs"/>
  337. <Compile Include="System.Data\DataRow.cs"/>
  338. <Compile Include="System.Data\DataRowAction.cs"/>
  339. <Compile Include="System.Data\DataRowBuilder.cs"/>
  340. <Compile Include="System.Data\DataRowChangeEventArgs.cs"/>
  341. <Compile Include="System.Data\DataRowChangeEventHandler.cs"/>
  342. <Compile Include="System.Data\DataRowCollection.cs"/>
  343. <Compile Include="System.Data\DataRowState.cs"/>
  344. <Compile Include="System.Data\DataRowVersion.cs"/>
  345. <Compile Include="System.Data\DataRowView.cs"/>
  346. <Compile Include="System.Data\DataSet.cs">
  347. <SubType>Component</SubType>
  348. </Compile>
  349. <Compile Include="System.Data\DataSetDateTime.cs"/>
  350. <Compile Include="System.Data\DataSysDescriptionAttribute.cs"/>
  351. <Compile Include="System.Data\DataTable.cs">
  352. <SubType>Component</SubType>
  353. </Compile>
  354. <Compile Include="System.Data\DataTableClearEventArgs.cs"/>
  355. <Compile Include="System.Data\DataTableClearEventHandler.cs"/>
  356. <Compile Include="System.Data\DataTableCollection.cs"/>
  357. <Compile Include="System.Data\DataTableNewRowEventArgs.cs"/>
  358. <Compile Include="System.Data\DataTableNewRowEventHandler.cs"/>
  359. <Compile Include="System.Data\DataTablePropertyDescriptor.cs"/>
  360. <Compile Include="System.Data\DataTableReader.cs"/>
  361. <Compile Include="System.Data\DataTableTypeConverter.cs"/>
  362. <Compile Include="System.Data\DataView.cs">
  363. <SubType>Component</SubType>
  364. </Compile>
  365. <Compile Include="System.Data\DataViewManager.cs">
  366. <SubType>Component</SubType>
  367. </Compile>
  368. <Compile Include="System.Data\DataViewManagerListItemTypeDescriptor.cs"/>
  369. <Compile Include="System.Data\DataViewRowState.cs"/>
  370. <Compile Include="System.Data\DataViewSetting.cs"/>
  371. <Compile Include="System.Data\DataViewSettingCollection.cs"/>
  372. <Compile Include="System.Data\DBConcurrencyException.cs"/>
  373. <Compile Include="System.Data\DbMetaData.cs"/>
  374. <Compile Include="System.Data\DbType.cs"/>
  375. <Compile Include="System.Data\DefaultValueTypeConverter.cs"/>
  376. <Compile Include="System.Data\DeletedRowInaccessibleException.cs"/>
  377. <Compile Include="System.Data\DuplicateNameException.cs"/>
  378. <Compile Include="System.Data\EvaluateException.cs"/>
  379. <Compile Include="System.Data\FillErrorEventArgs.cs"/>
  380. <Compile Include="System.Data\FillErrorEventHandler.cs"/>
  381. <Compile Include="System.Data\FillOptions.cs"/>
  382. <Compile Include="System.Data\ForeignKeyConstraint.cs"/>
  383. <Compile Include="System.Data\IColumnMapping.cs"/>
  384. <Compile Include="System.Data\IColumnMappingCollection.cs"/>
  385. <Compile Include="System.Data\IDataAdapter.cs"/>
  386. <Compile Include="System.Data\IDataParameter.cs"/>
  387. <Compile Include="System.Data\IDataParameterCollection.cs"/>
  388. <Compile Include="System.Data\IDataReader.cs"/>
  389. <Compile Include="System.Data\IDataRecord.cs"/>
  390. <Compile Include="System.Data\IDbCommand.cs"/>
  391. <Compile Include="System.Data\IDbConnection.cs"/>
  392. <Compile Include="System.Data\IDbDataAdapter.cs"/>
  393. <Compile Include="System.Data\IDbDataParameter.cs"/>
  394. <Compile Include="System.Data\IDbTransaction.cs"/>
  395. <Compile Include="System.Data\InRowChangingEventException.cs"/>
  396. <Compile Include="System.Data\InternalDataCollectionBase.cs"/>
  397. <Compile Include="System.Data\InvalidConstraintException.cs"/>
  398. <Compile Include="System.Data\InvalidExpressionException.cs"/>
  399. <Compile Include="System.Data\ISafeDataRecord.cs"/>
  400. <Compile Include="System.Data\IsolationLevel.cs"/>
  401. <Compile Include="System.Data\ITableMapping.cs"/>
  402. <Compile Include="System.Data\ITableMappingCollection.cs"/>
  403. <Compile Include="System.Data\KeyRestrictionBehavior.cs"/>
  404. <Compile Include="System.Data\LoadOption.cs"/>
  405. <Compile Include="System.Data\MappingType.cs"/>
  406. <Compile Include="System.Data\MergeFailedEventArgs.cs"/>
  407. <Compile Include="System.Data\MergeFailedEventHandler.cs"/>
  408. <Compile Include="System.Data\MergeManager.cs"/>
  409. <Compile Include="System.Data\MissingMappingAction.cs"/>
  410. <Compile Include="System.Data\MissingPrimaryKeyException.cs"/>
  411. <Compile Include="System.Data\MissingSchemaAction.cs"/>
  412. <Compile Include="System.Data\Node.cs"/>
  413. <Compile Include="System.Data\NoNullAllowedException.cs"/>
  414. <Compile Include="System.Data\OperationAbortedException.cs"/>
  415. <Compile Include="System.Data\ParameterDirection.cs"/>
  416. <Compile Include="System.Data\PropertyAttributes.cs"/>
  417. <Compile Include="System.Data\PropertyCollection.cs"/>
  418. <Compile Include="System.Data\ReadOnlyException.cs"/>
  419. <Compile Include="System.Data\RelatedDataView.cs">
  420. <SubType>Component</SubType>
  421. </Compile>
  422. <Compile Include="System.Data\RelationshipConverter.cs"/>
  423. <Compile Include="System.Data\ResDescriptionAttribute.cs"/>
  424. <Compile Include="System.Data\ResultSetOptions.cs"/>
  425. <Compile Include="System.Data\ResultSetSensitivity.cs"/>
  426. <Compile Include="System.Data\RowNotInTableException.cs"/>
  427. <Compile Include="System.Data\Rule.cs"/>
  428. <Compile Include="System.Data\SchemaSerializationMode.cs"/>
  429. <Compile Include="System.Data\SchemaType.cs"/>
  430. <Compile Include="System.Data\SerializationFormat.cs"/>
  431. <Compile Include="System.Data\SqlDbType.cs"/>
  432. <Compile Include="System.Data\StateChangeEventArgs.cs"/>
  433. <Compile Include="System.Data\StateChangeEventHandler.cs"/>
  434. <Compile Include="System.Data\StatementCompletedEventArgs.cs"/>
  435. <Compile Include="System.Data\StatementCompletedEventHandler.cs"/>
  436. <Compile Include="System.Data\StatementType.cs"/>
  437. <Compile Include="System.Data\StrongTypingException.cs"/>
  438. <Compile Include="System.Data\SyntaxErrorException.cs"/>
  439. <Compile Include="System.Data\TypeDataSetGeneratorException.cs"/>
  440. <Compile Include="System.Data\UniqueConstraint.cs"/>
  441. <Compile Include="System.Data\UpdateOptions.cs"/>
  442. <Compile Include="System.Data\UpdateRowSource.cs"/>
  443. <Compile Include="System.Data\UpdateStatus.cs"/>
  444. <Compile Include="System.Data\VersionNotFoundException.cs"/>
  445. <Compile Include="System.Data\XmlConstants.cs"/>
  446. <Compile Include="System.Data\XmlDataInferenceLoader.cs"/>
  447. <Compile Include="System.Data\XmlDataLoader.cs"/>
  448. <Compile Include="System.Data\XmlDataReader.cs"/>
  449. <Compile Include="System.Data\XmlDiffLoader.cs"/>
  450. <Compile Include="System.Data\XmlHelper.cs"/>
  451. <Compile Include="System.Data\XmlReadMode.cs"/>
  452. <Compile Include="System.Data\XmlSchemaDataImporter.cs"/>
  453. <Compile Include="System.Data\XmlSchemaWriter.cs"/>
  454. <Compile Include="System.Data\XmlWriteMode.cs"/>
  455. <Compile Include="System.Xml\XmlDataDocument.cs"/>
  456. </ItemGroup>
  457. <ItemGroup>
  458. <Compile Include="..\..\build\common\Consts.cs.in">
  459. <Link>Assembly\Consts.cs.in</Link>
  460. </Compile>
  461. <None Include="Mono.Data.SqlExpressions\Parser.jay"/>
  462. </ItemGroup>
  463. <ItemGroup>
  464. <EmbeddedResource Include="System.Data.SqlClient.jvm\SqlCommand.resx">
  465. <DependentUpon>SqlCommand.cs</DependentUpon>
  466. <SubType>Designer</SubType>
  467. </EmbeddedResource>
  468. <EmbeddedResource Include="System.Data.SqlClient.jvm\SqlConnection.resx">
  469. <DependentUpon>SqlConnection.cs</DependentUpon>
  470. <SubType>Designer</SubType>
  471. </EmbeddedResource>
  472. </ItemGroup>
  473. <ItemGroup>
  474. <Folder Include="Properties\"/>
  475. </ItemGroup>
  476. <Import Project="$(MSBuildBinPath)\Microsoft.csharp.targets"/>
  477. <Import Project="$(GHROOT)\bin\Mainsoft.Common.targets"/>
  478. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  479. Other similar extension points exist, see Microsoft.Common.targets.
  480. <Target Name="BeforeBuild">
  481. </Target>
  482. <Target Name="AfterBuild">
  483. </Target>
  484. -->
  485. <ProjectExtensions>
  486. <VisualStudio>
  487. <UserProperties REFS-JarPath-system-configuration="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Configuration.jar" REFS-JarPath-mscorlib="..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" REFS-JarPath-j2se-helpers="..\lib\J2SE.Helpers.jar" REFS-JarPath-rt="..\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar"/>
  488. </VisualStudio>
  489. </ProjectExtensions>
  490. <PropertyGroup>
  491. <PreBuildEvent>$(ProjectDir)\jay.bat $(ProjectDir)</PreBuildEvent>
  492. </PropertyGroup>
  493. </Project>