System.Data-net_4_5.csproj 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,649</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_5</OutputPath>
  12. <NoStdLib>true</NoStdLib>
  13. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace></RootNamespace>
  16. <AssemblyName>System.Data</AssemblyName>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  18. <FileAlignment>512</FileAlignment>
  19. <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
  20. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <PlatformTarget>AnyCPU</PlatformTarget>
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <NoWarn>1699,649</NoWarn>
  27. <Optimize>false</Optimize>
  28. <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>pdbonly</DebugType>
  36. <NoWarn>1699,649</NoWarn>
  37. <Optimize>true</Optimize>
  38. <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
  42. </PropertyGroup>
  43. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  44. <ItemGroup>
  45. <Compile Include="Assembly\AssemblyInfo.cs" />
  46. <Compile Include="..\..\build\common\Consts.cs.in" />
  47. <Compile Include="..\..\build\common\Locale.cs" />
  48. <Compile Include="System.Data\AcceptRejectRule.cs" />
  49. <Compile Include="System.Data\ColumnTypeConverter.cs" />
  50. <Compile Include="System.Data\CommandBehavior.cs" />
  51. <Compile Include="System.Data\CommandType.cs" />
  52. <Compile Include="System.Data\ConnectionState.cs" />
  53. <Compile Include="System.Data\ConflictOption.cs" />
  54. <Compile Include="System.Data\Constraint.cs" />
  55. <Compile Include="System.Data\ConstraintCollection.cs" />
  56. <Compile Include="System.Data\ConstraintConverter.cs" />
  57. <Compile Include="System.Data\ConstraintException.cs" />
  58. <Compile Include="System.Data\CustomDataClassGenerator.cs" />
  59. <Compile Include="System.Data\DataCategoryAttribute.cs" />
  60. <Compile Include="System.Data\DataColumn.cs" />
  61. <Compile Include="System.Data\DataColumnChangeEventArgs.cs" />
  62. <Compile Include="System.Data\DataColumnChangeEventHandler.cs" />
  63. <Compile Include="System.Data\DataColumnCollection.cs" />
  64. <Compile Include="System.Data\DataColumnPropertyDescriptor.cs" />
  65. <Compile Include="System.Data\DataException.cs" />
  66. <Compile Include="System.Data\RelatedDataView.cs" />
  67. <Compile Include="System.Data\RelationshipConverter.cs" />
  68. <Compile Include="System.Data\DataRelation.cs" />
  69. <Compile Include="System.Data\DataRelationCollection.cs" />
  70. <Compile Include="System.Data\DataRelationPropertyDescriptor.cs" />
  71. <Compile Include="System.Data\DataRow.cs" />
  72. <Compile Include="System.Data\DataRowAction.cs" />
  73. <Compile Include="System.Data\DataRowBuilder.cs" />
  74. <Compile Include="System.Data\DataRowChangeEventArgs.cs" />
  75. <Compile Include="System.Data\DataRowChangeEventHandler.cs" />
  76. <Compile Include="System.Data\DataRowCollection.cs" />
  77. <Compile Include="System.Data\DataRowState.cs" />
  78. <Compile Include="System.Data\DataRowVersion.cs" />
  79. <Compile Include="System.Data\DataRowView.cs" />
  80. <Compile Include="System.Data\DataSet.cs" />
  81. <Compile Include="System.Data\DataSetDateTime.cs" />
  82. <Compile Include="System.Data\DataSysDescriptionAttribute.cs" />
  83. <Compile Include="System.Data\DataTable.cs" />
  84. <Compile Include="System.Data\DataTableCollection.cs" />
  85. <Compile Include="System.Data\DataTableClearEventArgs.cs" />
  86. <Compile Include="System.Data\DataTableClearEventHandler.cs" />
  87. <Compile Include="System.Data\DataTableTypeConverter.cs" />
  88. <Compile Include="System.Data\DataTablePropertyDescriptor.cs" />
  89. <Compile Include="System.Data\DataTableReader.cs" />
  90. <Compile Include="System.Data\DataTableNewRowEventArgs.cs" />
  91. <Compile Include="System.Data\DataTableNewRowEventHandler.cs" />
  92. <Compile Include="System.Data\DataView.cs" />
  93. <Compile Include="System.Data\DataViewManager.cs" />
  94. <Compile Include="System.Data\DataViewManagerListItemTypeDescriptor.cs" />
  95. <Compile Include="System.Data\DataViewRowState.cs" />
  96. <Compile Include="System.Data\DataViewSetting.cs" />
  97. <Compile Include="System.Data\DataViewSettingCollection.cs" />
  98. <Compile Include="System.Data\DBConcurrencyException.cs" />
  99. <Compile Include="System.Data\DbType.cs" />
  100. <Compile Include="System.Data\DefaultValueTypeConverter.cs" />
  101. <Compile Include="System.Data\DeletedRowInaccessibleException.cs" />
  102. <Compile Include="System.Data\DuplicateNameException.cs" />
  103. <Compile Include="System.Data\EvaluateException.cs" />
  104. <Compile Include="System.Data\FillErrorEventArgs.cs" />
  105. <Compile Include="System.Data\FillErrorEventHandler.cs" />
  106. <Compile Include="System.Data\ForeignKeyConstraint.cs" />
  107. <Compile Include="System.Data\IColumnMapping.cs" />
  108. <Compile Include="System.Data\IColumnMappingCollection.cs" />
  109. <Compile Include="System.Data\IDataAdapter.cs" />
  110. <Compile Include="System.Data\IDataParameter.cs" />
  111. <Compile Include="System.Data\IDataParameterCollection.cs" />
  112. <Compile Include="System.Data\IDataReader.cs" />
  113. <Compile Include="System.Data\IDataRecord.cs" />
  114. <Compile Include="System.Data\IDbCommand.cs" />
  115. <Compile Include="System.Data\IDbConnection.cs" />
  116. <Compile Include="System.Data\IDbDataAdapter.cs" />
  117. <Compile Include="System.Data\IDbDataParameter.cs" />
  118. <Compile Include="System.Data\IDbTransaction.cs" />
  119. <Compile Include="System.Data\InRowChangingEventException.cs" />
  120. <Compile Include="System.Data\InternalDataCollectionBase.cs" />
  121. <Compile Include="System.Data\InvalidConstraintException.cs" />
  122. <Compile Include="System.Data\InvalidExpressionException.cs" />
  123. <Compile Include="System.Data\ISafeDataRecord.cs" />
  124. <Compile Include="System.Data\IsolationLevel.cs" />
  125. <Compile Include="System.Data\ITableMapping.cs" />
  126. <Compile Include="System.Data\ITableMappingCollection.cs" />
  127. <Compile Include="System.Data\KeyRestrictionBehavior.cs" />
  128. <Compile Include="System.Data\LoadOption.cs" />
  129. <Compile Include="System.Data\MappingType.cs" />
  130. <Compile Include="System.Data\MergeFailedEventArgs.cs" />
  131. <Compile Include="System.Data\MergeFailedEventHandler.cs" />
  132. <Compile Include="System.Data\MergeManager.cs" />
  133. <Compile Include="System.Data\MissingMappingAction.cs" />
  134. <Compile Include="System.Data\MissingPrimaryKeyException.cs" />
  135. <Compile Include="System.Data\MissingSchemaAction.cs" />
  136. <Compile Include="System.Data\Node.cs" />
  137. <Compile Include="System.Data\NoNullAllowedException.cs" />
  138. <Compile Include="System.Data\OperationAbortedException.cs" />
  139. <Compile Include="System.Data\ParameterDirection.cs" />
  140. <Compile Include="System.Data\PropertyAttributes.cs" />
  141. <Compile Include="System.Data\PropertyCollection.cs" />
  142. <Compile Include="System.Data\ReadOnlyException.cs" />
  143. <Compile Include="System.Data\ResDescriptionAttribute.cs" />
  144. <Compile Include="System.Data\RowNotInTableException.cs" />
  145. <Compile Include="System.Data\Rule.cs" />
  146. <Compile Include="System.Data\SchemaType.cs" />
  147. <Compile Include="System.Data\SerializationFormat.cs" />
  148. <Compile Include="System.Data\SchemaSerializationMode.cs" />
  149. <Compile Include="System.Data\SqlDbType.cs" />
  150. <Compile Include="System.Data\StateChangeEventArgs.cs" />
  151. <Compile Include="System.Data\StateChangeEventHandler.cs" />
  152. <Compile Include="System.Data\StatementCompletedEventArgs.cs" />
  153. <Compile Include="System.Data\StatementCompletedEventHandler.cs" />
  154. <Compile Include="System.Data\StatementType.cs" />
  155. <Compile Include="System.Data\StrongTypingException.cs" />
  156. <Compile Include="System.Data\SyntaxErrorException.cs" />
  157. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  158. <Compile Include="System.Data\TableAdapterSchemaInfo.cs" />
  159. <Compile Include="System.Data\TypedDataSetGenerator.cs" />
  160. <Compile Include="System.Data\TypeDataSetGeneratorException.cs" />
  161. <Compile Include="System.Data\UniqueConstraint.cs" />
  162. <Compile Include="System.Data\UpdateRowSource.cs" />
  163. <Compile Include="System.Data\UpdateStatus.cs" />
  164. <Compile Include="System.Data\VersionNotFoundException.cs" />
  165. <Compile Include="System.Data\XmlDataInferenceLoader.cs" />
  166. <Compile Include="System.Data\XmlHelper.cs" />
  167. <Compile Include="System.Data\XmlDataReader.cs" />
  168. <Compile Include="System.Data\XmlReadMode.cs" />
  169. <Compile Include="System.Data\XmlWriteMode.cs" />
  170. <Compile Include="System.Data\XmlConstants.cs" />
  171. <Compile Include="System.Data\XmlDiffLoader.cs" />
  172. <Compile Include="System.Data.Common\CatalogLocation.cs" />
  173. <Compile Include="System.Data.Common\ComparerFactory.cs" />
  174. <Compile Include="System.Data.Common\DataAdapter.cs" />
  175. <Compile Include="System.Data.Common\DataColumnMappingCollection.cs" />
  176. <Compile Include="System.Data.Common\DataColumnMapping.cs" />
  177. <Compile Include="System.Data.Common\DataColumnMappingConverter.cs" />
  178. <Compile Include="System.Data.Common\DataContainer.cs" />
  179. <Compile Include="System.Data.Common\DataTableMappingCollection.cs" />
  180. <Compile Include="System.Data.Common\DataTableMapping.cs" />
  181. <Compile Include="System.Data.Common\DataTableMappingConverter.cs" />
  182. <Compile Include="System.Data.Common\DbCommandBuilder.cs" />
  183. <Compile Include="System.Data.Common\DbConnectionStringBuilder.cs" />
  184. <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />
  185. <Compile Include="System.Data.Common\DbCommand.cs" />
  186. <Compile Include="System.Data.Common\DbConnection.cs" />
  187. <Compile Include="System.Data.Common\DbConnectionOptions.cs" />
  188. <Compile Include="System.Data.Common\DbConnectionString.cs" />
  189. <Compile Include="System.Data.Common\DbDataAdapter.cs" />
  190. <Compile Include="System.Data.Common\DbDataPermissionAttribute.cs" />
  191. <Compile Include="System.Data.Common\DbDataPermission.cs" />
  192. <Compile Include="System.Data.Common\DbDataReader.cs" />
  193. <Compile Include="System.Data.Common\DbDataRecord.cs" />
  194. <Compile Include="System.Data.Common\DbDataSourceEnumerator.cs" />
  195. <Compile Include="System.Data.Common\DbEnumerator.cs" />
  196. <Compile Include="System.Data.Common\DbException.cs" />
  197. <Compile Include="System.Data.Common\DbMetaDataCollectionNames.cs" />
  198. <Compile Include="System.Data.Common\DbMetaDataColumnNames.cs" />
  199. <Compile Include="System.Data.Common\DbParameterCollection.cs" />
  200. <Compile Include="System.Data.Common\DbParameter.cs" />
  201. <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs" />
  202. <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.cs" />
  203. <Compile Include="System.Data.Common\DbProviderFactories.cs" />
  204. <Compile Include="System.Data.Common\DbProviderFactory.cs" />
  205. <Compile Include="System.Data.Common\DbProviderSpecificTypePropertyAttribute.cs" />
  206. <Compile Include="System.Data.Common\DbTable.cs" />
  207. <Compile Include="System.Data.Common\DbTransaction.cs" />
  208. <Compile Include="System.Data.Common\DbTypes.cs" />
  209. <Compile Include="System.Data.Common\ExceptionHelper.cs" />
  210. <Compile Include="System.Data.Common\FieldNameLookup.cs" />
  211. <Compile Include="System.Data.Common\GroupByBehavior.cs" />
  212. <Compile Include="System.Data.Common\IdentifierCase.cs" />
  213. <Compile Include="System.Data.Common\Index.cs" />
  214. <Compile Include="System.Data.Common\Key.cs" />
  215. <Compile Include="System.Data.Common\PermissionHelper.cs" />
  216. <Compile Include="System.Data.Common\RecordCache.cs" />
  217. <Compile Include="System.Data.Common\RowUpdatedEventArgs.cs" />
  218. <Compile Include="System.Data.Common\RowUpdatingEventArgs.cs" />
  219. <Compile Include="System.Data.Common\SchemaInfo.cs" />
  220. <Compile Include="System.Data.Common\SchemaTableColumn.cs" />
  221. <Compile Include="System.Data.Common\SchemaTableOptionalColumn.cs" />
  222. <Compile Include="System.Data.Common\SupportedJoinOperators.cs" />
  223. <Compile Include="System.Data.OleDb\libgda.cs" />
  224. <Compile Include="System.Data.OleDb\OleDbParameterConverter.cs" />
  225. <Compile Include="System.Data.OleDb\OleDbCommand.cs" />
  226. <Compile Include="System.Data.OleDb\OleDbCommandBuilder.cs" />
  227. <Compile Include="System.Data.OleDb\OleDbConnection.cs" />
  228. <Compile Include="System.Data.OleDb\OleDbDataAdapter.cs" />
  229. <Compile Include="System.Data.OleDb\OleDbDataReader.cs" />
  230. <Compile Include="System.Data.OleDb\OleDbError.cs" />
  231. <Compile Include="System.Data.OleDb\OleDbErrorCollection.cs" />
  232. <Compile Include="System.Data.OleDb\OleDbException.cs" />
  233. <Compile Include="System.Data.OleDb\OleDbFactory.cs" />
  234. <Compile Include="System.Data.OleDb\OleDbInfoMessageEventArgs.cs" />
  235. <Compile Include="System.Data.OleDb\OleDbInfoMessageEventHandler.cs" />
  236. <Compile Include="System.Data.OleDb\OleDbLiteral.cs" />
  237. <Compile Include="System.Data.OleDb\OleDbMetaDataCollectionNames.cs" />
  238. <Compile Include="System.Data.OleDb\OleDbParameter.cs" />
  239. <Compile Include="System.Data.OleDb\OleDbParameterCollection.cs" />
  240. <Compile Include="System.Data.OleDb\OleDbPermission.cs" />
  241. <Compile Include="System.Data.OleDb\OleDbPermissionAttribute.cs" />
  242. <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventArgs.cs" />
  243. <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventHandler.cs" />
  244. <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventArgs.cs" />
  245. <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventHandler.cs" />
  246. <Compile Include="System.Data.OleDb\OleDbSchemaGuid.cs" />
  247. <Compile Include="System.Data.OleDb\OleDbTransaction.cs" />
  248. <Compile Include="System.Data.OleDb\OleDbType.cs" />
  249. <Compile Include="System.Data.SqlTypes\INullable.cs" />
  250. <Compile Include="System.Data.SqlTypes\SqlBinary.cs" />
  251. <Compile Include="System.Data.SqlTypes\SqlBoolean.cs" />
  252. <Compile Include="System.Data.SqlTypes\SqlByte.cs" />
  253. <Compile Include="System.Data.SqlTypes\SqlBytes.cs" />
  254. <Compile Include="System.Data.SqlTypes\SqlChars.cs" />
  255. <Compile Include="System.Data.SqlTypes\SqlCompareOptions.cs" />
  256. <Compile Include="System.Data.SqlTypes\SqlDateTime.cs" />
  257. <Compile Include="System.Data.SqlTypes\SqlDecimal.cs" />
  258. <Compile Include="System.Data.SqlTypes\SqlDouble.cs" />
  259. <Compile Include="System.Data.SqlTypes\SqlGuid.cs" />
  260. <Compile Include="System.Data.SqlTypes\SqlInt16.cs" />
  261. <Compile Include="System.Data.SqlTypes\SqlInt32.cs" />
  262. <Compile Include="System.Data.SqlTypes\SqlInt64.cs" />
  263. <Compile Include="System.Data.SqlTypes\SqlMoney.cs" />
  264. <Compile Include="System.Data.SqlTypes\SqlNullValueException.cs" />
  265. <Compile Include="System.Data.SqlTypes\SqlSingle.cs" />
  266. <Compile Include="System.Data.SqlTypes\SqlString.cs" />
  267. <Compile Include="System.Data.SqlTypes\SqlTruncateException.cs" />
  268. <Compile Include="System.Data.SqlTypes\SqlTypeException.cs" />
  269. <Compile Include="System.Data.SqlTypes\StorageState.cs" />
  270. <Compile Include="System.Data.SqlTypes\SqlAlreadyFilledException.cs" />
  271. <Compile Include="System.Data.SqlTypes\SqlNotFilledException.cs" />
  272. <Compile Include="System.Data.SqlTypes\SqlXml.cs" />
  273. <Compile Include="System.Data.Odbc\NativeBuffer.cs" />
  274. <Compile Include="System.Data.Odbc\OdbcFactory.cs" />
  275. <Compile Include="System.Data.Odbc\OdbcParameterConverter.cs" />
  276. <Compile Include="System.Data.Odbc\OdbcCategoryAttribute.cs" />
  277. <Compile Include="System.Data.Odbc\OdbcDescriptionAttribute.cs" />
  278. <Compile Include="System.Data.Odbc\OdbcColumn.cs" />
  279. <Compile Include="System.Data.Odbc\OdbcCommand.cs" />
  280. <Compile Include="System.Data.Odbc\OdbcConnection.cs" />
  281. <Compile Include="System.Data.Odbc\OdbcConnectionStringBuilder.cs" />
  282. <Compile Include="System.Data.Odbc\OdbcDataReader.cs" />
  283. <Compile Include="System.Data.Odbc\OdbcError.cs" />
  284. <Compile Include="System.Data.Odbc\OdbcErrorCollection.cs" />
  285. <Compile Include="System.Data.Odbc\OdbcException.cs" />
  286. <Compile Include="System.Data.Odbc\OdbcMetaDataColumnNames.cs" />
  287. <Compile Include="System.Data.Odbc\OdbcMetaDataCollectionNames.cs" />
  288. <Compile Include="System.Data.Odbc\OdbcParameter.cs" />
  289. <Compile Include="System.Data.Odbc\OdbcParameterCollection.cs" />
  290. <Compile Include="System.Data.Odbc\OdbcTransaction.cs" />
  291. <Compile Include="System.Data.Odbc\OdbcType.cs" />
  292. <Compile Include="System.Data.Odbc\OdbcTypeMap.cs" />
  293. <Compile Include="System.Data.Odbc\OdbcTypeConverter.cs" />
  294. <Compile Include="System.Data.Odbc\libodbc.cs" />
  295. <Compile Include="System.Data.Odbc\OdbcDataAdapter.cs" />
  296. <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventArgs.cs" />
  297. <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventHandler.cs" />
  298. <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventArgs.cs" />
  299. <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventHandler.cs" />
  300. <Compile Include="System.Data.Odbc\OdbcPermissionAttribute.cs" />
  301. <Compile Include="System.Data.Odbc\OdbcPermission.cs" />
  302. <Compile Include="System.Data.Odbc\OdbcInfoMessageEventArgs.cs" />
  303. <Compile Include="System.Data.Odbc\OdbcInfoMessageEventHandler.cs" />
  304. <Compile Include="System.Data.Odbc\OdbcCommandBuilder.cs" />
  305. <Compile Include="System.Data.Sql\SqlDataSourceEnumerator.cs" />
  306. <Compile Include="System.Data.Sql\SqlNotificationRequest.cs" />
  307. <Compile Include="Microsoft.SqlServer.Server\Format.cs" />
  308. <Compile Include="Microsoft.SqlServer.Server\DataAccessKind.cs" />
  309. <Compile Include="Microsoft.SqlServer.Server\IBinarySerialize.cs" />
  310. <Compile Include="Microsoft.SqlServer.Server\InvalidUdtException.cs" />
  311. <Compile Include="Microsoft.SqlServer.Server\SqlFunctionAttribute.cs" />
  312. <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />
  313. <Compile Include="Microsoft.SqlServer.Server\SqlMethodAttribute.cs" />
  314. <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedAggregateAttribute.cs" />
  315. <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedTypeAttribute.cs" />
  316. <Compile Include="Microsoft.SqlServer.Server\SystemDataAccessKind.cs" />
  317. <Compile Include="Microsoft.SqlServer.Server\SqlFacetAttribute.cs" />
  318. <Compile Include="Microsoft.SqlServer.Server\TriggerAction.cs" />
  319. <Compile Include="Microsoft.SqlServer.Server\SqlTriggerContext.cs" />
  320. <Compile Include="Microsoft.SqlServer.Server\SqlProcedureAttribute.cs" />
  321. <Compile Include="Microsoft.SqlServer.Server\SqlTriggerAttribute.cs" />
  322. <Compile Include="System.Data.SqlClient\SortOrder.cs" />
  323. <Compile Include="System.Data.SqlClient\SqlNotificationType.cs" />
  324. <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />
  325. <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />
  326. <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />
  327. <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />
  328. <Compile Include="System.Data.SqlClient\SqlClientMetaDataCollectionNames.cs" />
  329. <Compile Include="System.Data.SqlClient\SqlClientPermission.cs" />
  330. <Compile Include="System.Data.SqlClient\SqlClientPermissionAttribute.cs" />
  331. <Compile Include="System.Data.SqlClient\SqlCommand.cs" />
  332. <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />
  333. <Compile Include="System.Data.SqlClient\SqlConnection.cs" />
  334. <Compile Include="System.Data.SqlClient\SqlConnectionStringBuilder.cs" />
  335. <Compile Include="System.Data.SqlClient\SqlDataAdapter.cs" />
  336. <Compile Include="System.Data.SqlClient\SqlDataReader.cs" />
  337. <Compile Include="System.Data.SqlClient\SqlDataSourceConverter.cs" />
  338. <Compile Include="System.Data.SqlClient\SqlDependency.cs" />
  339. <Compile Include="System.Data.SqlClient\SqlError.cs" />
  340. <Compile Include="System.Data.SqlClient\SqlErrorCollection.cs" />
  341. <Compile Include="System.Data.SqlClient\SqlException.cs" />
  342. <Compile Include="System.Data.SqlClient\SqlInfoMessageEventArgs.cs" />
  343. <Compile Include="System.Data.SqlClient\SqlInfoMessageEventHandler.cs" />
  344. <Compile Include="System.Data.SqlClient\SqlInitialCatalogConverter.cs" />
  345. <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />
  346. <Compile Include="System.Data.SqlClient\SqlParameter.cs" />
  347. <Compile Include="System.Data.SqlClient\SqlParameterCollection.cs" />
  348. <Compile Include="System.Data.SqlClient\SqlParameterConverter.cs" />
  349. <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventArgs.cs" />
  350. <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventHandler.cs" />
  351. <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventArgs.cs" />
  352. <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventHandler.cs" />
  353. <Compile Include="System.Data.SqlClient\SqlTransaction.cs" />
  354. <Compile Include="System.Data.SqlClient\SqlXmlTextReader.cs" />
  355. <Compile Include="System.Data.SqlClient\SQLDebugging.cs" />
  356. <Compile Include="System.Data.SqlClient\SqlClientFactory.cs" />
  357. <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />
  358. <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />
  359. <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />
  360. <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
  361. <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.cs" />
  362. <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventArgs.cs" />
  363. <Compile Include="System.Data.SqlClient\SqlNotificationEventArgs.cs" />
  364. <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />
  365. <Compile Include="System.Data\XmlDataLoader.cs" />
  366. <Compile Include="System.Data\XmlSchemaDataImporter.cs" />
  367. <Compile Include="System.Data\XmlSchemaWriter.cs" />
  368. <Compile Include="System.Data\XmlTableWriter.cs" />
  369. <Compile Include="System.Xml\XmlDataDocument.cs" />
  370. <Compile Include="Mono.Data.SqlExpressions\Tokenizer.cs" />
  371. <Compile Include="Mono.Data.SqlExpressions\Numeric.cs" />
  372. <Compile Include="Mono.Data.SqlExpressions\Expressions.cs" />
  373. <Compile Include="Mono.Data.SqlExpressions\Literal.cs" />
  374. <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs" />
  375. <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs" />
  376. <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs" />
  377. <Compile Include="Mono.Data.SqlExpressions\Comparison.cs" />
  378. <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs" />
  379. <Compile Include="Mono.Data.SqlExpressions\Functions.cs" />
  380. <Compile Include="Mono.Data.SqlExpressions\Like.cs" />
  381. <Compile Include="Mono.Data.SqlExpressions\In.cs" />
  382. <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs" />
  383. <Compile Include="Mono.Data.SqlExpressions\Parser.cs" />
  384. </ItemGroup>
  385. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  386. Other similar extension points exist, see Microsoft.Common.targets.
  387. <Target Name="BeforeBuild">
  388. </Target>
  389. <Target Name="AfterBuild">
  390. </Target>
  391. -->
  392. <PropertyGroup>
  393. <PreBuildEvent></PreBuildEvent>
  394. </PropertyGroup>
  395. <ItemGroup>
  396. <Reference Include="mscorlib.dll">
  397. <SpecificVersion>False</SpecificVersion>
  398. <HintPath>mscorlib.dll</HintPath>
  399. </Reference>
  400. <Reference Include="mscorlib.dll">
  401. <SpecificVersion>False</SpecificVersion>
  402. <HintPath>mscorlib.dll</HintPath>
  403. </Reference>
  404. <Reference Include="./../../class/lib/net_4_5/System.dll">
  405. <SpecificVersion>False</SpecificVersion>
  406. <HintPath>./../../class/lib/net_4_5/System.dll</HintPath>
  407. </Reference>
  408. <Reference Include="System.Xml.dll">
  409. <SpecificVersion>False</SpecificVersion>
  410. <HintPath>System.Xml.dll</HintPath>
  411. </Reference>
  412. <Reference Include="System.EnterpriseServices.dll">
  413. <SpecificVersion>False</SpecificVersion>
  414. <HintPath>System.EnterpriseServices.dll</HintPath>
  415. </Reference>
  416. <Reference Include="Mono.Data.Tds.dll">
  417. <SpecificVersion>False</SpecificVersion>
  418. <HintPath>Mono.Data.Tds.dll</HintPath>
  419. </Reference>
  420. <Reference Include="System.Configuration.dll">
  421. <SpecificVersion>False</SpecificVersion>
  422. <HintPath>System.Configuration.dll</HintPath>
  423. </Reference>
  424. <Reference Include="System.Transactions.dll">
  425. <SpecificVersion>False</SpecificVersion>
  426. <HintPath>System.Transactions.dll</HintPath>
  427. </Reference>
  428. </ItemGroup>
  429. <ItemGroup>
  430. <Folder Include="Properties\" />
  431. </ItemGroup>
  432. </Project>