System.Data-net_4_x.csproj 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563
  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>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699,169,219,414,649</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  17. <AppDesignerFolder>Properties</AppDesignerFolder>
  18. <RootNamespace>
  19. </RootNamespace>
  20. <AssemblyName>System.Data</AssemblyName>
  21. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  22. <FileAlignment>512</FileAlignment>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <NoWarn>1699,169,219,414,649</NoWarn>
  28. <Optimize>false</Optimize>
  29. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <NoWarn>1699,169,219,414,649</NoWarn>
  36. <Optimize>true</Optimize>
  37. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  42. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  43. is a problem to compile the Mono mscorlib.dll -->
  44. <PropertyGroup>
  45. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  46. </PropertyGroup>
  47. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  48. <ItemGroup>
  49. <Compile Include="..\..\build\common\AssemblyRef.cs" />
  50. <Compile Include="..\..\build\common\Consts.cs" />
  51. <Compile Include="..\..\build\common\Locale.cs" />
  52. <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
  53. <Compile Include="..\..\build\common\SR.cs" />
  54. <Compile Include="..\referencesource\System.Data\bid\inc\cs\bidPrivateBase.cs" />
  55. <Compile Include="..\referencesource\System.Data\Microsoft\SqlServer\Server\SqlTriggerContext.cs" />
  56. <Compile Include="..\referencesource\System.Data\Misc\ExternDll.cs" />
  57. <Compile Include="..\referencesource\System.Data\Misc\HResults.cs" />
  58. <Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
  59. <Compile Include="..\referencesource\System.Data\System\Data\AcceptRejectRule.cs" />
  60. <Compile Include="..\referencesource\System.Data\System\Data\AggregateType.cs" />
  61. <Compile Include="..\referencesource\System.Data\System\Data\BaseCollection.cs" />
  62. <Compile Include="..\referencesource\System.Data\System\Data\CatalogLocation.cs" />
  63. <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
  64. <Compile Include="..\referencesource\System.Data\System\Data\CodeGen\StrongTypingException.cs" />
  65. <Compile Include="..\referencesource\System.Data\System\Data\ColumnTypeConverter.cs" />
  66. <Compile Include="..\referencesource\System.Data\System\Data\CommandBehavior.cs" />
  67. <Compile Include="..\referencesource\System.Data\System\Data\CommandType.cs" />
  68. <Compile Include="..\referencesource\System.Data\System\Data\Common\ActivityCorrelator.cs" />
  69. <Compile Include="..\referencesource\System.Data\System\Data\Common\AdapterSwitches.cs" />
  70. <Compile Include="..\referencesource\System.Data\System\Data\Common\AdapterUtil.cs" />
  71. <Compile Include="..\referencesource\System.Data\System\Data\Common\BigIntegerStorage.cs" />
  72. <Compile Include="..\referencesource\System.Data\System\Data\Common\BooleanStorage.cs" />
  73. <Compile Include="..\referencesource\System.Data\System\Data\Common\ByteStorage.cs" />
  74. <Compile Include="..\referencesource\System.Data\System\Data\Common\CharStorage.cs" />
  75. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataAdapter.cs" />
  76. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataColumnMapping.cs" />
  77. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataColumnMappingCollection.cs" />
  78. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataRecordInternal.cs" />
  79. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataStorage.cs" />
  80. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataTableMapping.cs" />
  81. <Compile Include="..\referencesource\System.Data\System\Data\Common\DataTableMappingCollection.cs" />
  82. <Compile Include="..\referencesource\System.Data\System\Data\Common\DateTimeOffsetStorage.cs" />
  83. <Compile Include="..\referencesource\System.Data\System\Data\Common\DateTimeStorage.cs" />
  84. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBCommand.cs" />
  85. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBCommandBuilder.cs" />
  86. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBConnection.cs" />
  87. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionOptions.cs" />
  88. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionPoolKey.cs" />
  89. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBConnectionString.cs" />
  90. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionStringBuilder.cs" />
  91. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionStringCommon.cs" />
  92. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbDataAdapter.cs" />
  93. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBDataPermission.cs" />
  94. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBDataPermissionAttribute.cs" />
  95. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbDataReader.cs" />
  96. <Compile Include="..\referencesource\System.Data\System\Data\Common\dbdatarecord.cs" />
  97. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbDataSourceEnumerator.cs" />
  98. <Compile Include="..\referencesource\System.Data\System\Data\Common\dbenumerator.cs" />
  99. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbException.cs" />
  100. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBParameter.cs" />
  101. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbParameterCollection.cs" />
  102. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
  103. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
  104. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
  105. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactory.cs" />
  106. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderSpecificTypePropertyAttribute.cs" />
  107. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBSchemaRow.cs" />
  108. <Compile Include="..\referencesource\System.Data\System\Data\Common\DBSchemaTable.cs" />
  109. <Compile Include="..\referencesource\System.Data\System\Data\Common\DbTransaction.cs" />
  110. <Compile Include="..\referencesource\System.Data\System\Data\Common\DecimalStorage.cs" />
  111. <Compile Include="..\referencesource\System.Data\System\Data\Common\DoubleStorage.cs" />
  112. <Compile Include="..\referencesource\System.Data\System\Data\Common\FieldNameLookup.cs" />
  113. <Compile Include="..\referencesource\System.Data\System\Data\Common\GreenMethods.cs" />
  114. <Compile Include="..\referencesource\System.Data\System\Data\Common\Groupbybehavior.cs" />
  115. <Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
  116. <Compile Include="..\referencesource\System.Data\System\Data\Common\identifiercase.cs" />
  117. <Compile Include="..\referencesource\System.Data\System\Data\Common\Int16Storage.cs" />
  118. <Compile Include="..\referencesource\System.Data\System\Data\Common\Int32Storage.cs" />
  119. <Compile Include="..\referencesource\System.Data\System\Data\Common\Int64Storage.cs" />
  120. <Compile Include="..\referencesource\System.Data\System\Data\Common\MultipartIdentifier.cs" />
  121. <Compile Include="..\referencesource\System.Data\System\Data\Common\NameValuePair.cs" />
  122. <Compile Include="..\referencesource\System.Data\System\Data\Common\NameValuePermission.cs" />
  123. <Compile Include="..\referencesource\System.Data\System\Data\Common\NativeMethods.cs" />
  124. <Compile Include="..\referencesource\System.Data\System\Data\Common\ObjectStorage.cs" />
  125. <Compile Include="..\referencesource\System.Data\System\Data\Common\RowUpdatedEventArgs.cs" />
  126. <Compile Include="..\referencesource\System.Data\System\Data\Common\RowUpdatingEventArgs.cs" />
  127. <Compile Include="..\referencesource\System.Data\System\Data\Common\SafeNativeMethods.cs" />
  128. <Compile Include="..\referencesource\System.Data\System\Data\Common\SByteStorage.cs" />
  129. <Compile Include="..\referencesource\System.Data\System\Data\Common\SchemaTableColumn.cs" />
  130. <Compile Include="..\referencesource\System.Data\System\Data\Common\SchemaTableOptionalColumn.cs" />
  131. <Compile Include="..\referencesource\System.Data\System\Data\Common\SingleStorage.cs" />
  132. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLConvert.cs" />
  133. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs" />
  134. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs" />
  135. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLBytesStorage.cs" />
  136. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLByteStorage.cs" />
  137. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLCharsStorage.cs" />
  138. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs" />
  139. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs" />
  140. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs" />
  141. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLGuidStorage.cs" />
  142. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt16Storage.cs" />
  143. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt32Storage.cs" />
  144. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt64Storage.cs" />
  145. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs" />
  146. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLSingleStorage.cs" />
  147. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLStringStorage.cs" />
  148. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlUDTStorage.cs" />
  149. <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlXmlStorage.cs" />
  150. <Compile Include="..\referencesource\System.Data\System\Data\Common\StringStorage.cs" />
  151. <Compile Include="..\referencesource\System.Data\System\Data\Common\SupportedJoinOperators.cs" />
  152. <Compile Include="..\referencesource\System.Data\System\Data\Common\System.Data_BID.cs" />
  153. <Compile Include="..\referencesource\System.Data\System\Data\Common\TimeSpanStorage.cs" />
  154. <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt16Storage.cs" />
  155. <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt32Storage.cs" />
  156. <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt64Storage.cs" />
  157. <Compile Include="..\referencesource\System.Data\System\Data\Common\UnsafeNativeMethods.cs" />
  158. <Compile Include="..\referencesource\System.Data\System\Data\ConflictOptions.cs" />
  159. <Compile Include="..\referencesource\System.Data\System\Data\ConnectionState.cs" />
  160. <Compile Include="..\referencesource\System.Data\System\Data\Constraint.cs" />
  161. <Compile Include="..\referencesource\System.Data\System\Data\ConstraintCollection.cs" />
  162. <Compile Include="..\referencesource\System.Data\System\Data\ConstraintConverter.cs" />
  163. <Compile Include="..\referencesource\System.Data\System\Data\ConstraintEnumerator.cs" />
  164. <Compile Include="..\referencesource\System.Data\System\Data\DataColumn.cs" />
  165. <Compile Include="..\referencesource\System.Data\System\Data\DataColumnChangeEvent.cs" />
  166. <Compile Include="..\referencesource\System.Data\System\Data\DataColumnChangeEventHandler.cs" />
  167. <Compile Include="..\referencesource\System.Data\System\Data\DataColumnCollection.cs" />
  168. <Compile Include="..\referencesource\System.Data\System\Data\DataColumnPropertyDescriptor.cs" />
  169. <Compile Include="..\referencesource\System.Data\System\Data\DataError.cs" />
  170. <Compile Include="..\referencesource\System.Data\System\Data\DataException.cs" />
  171. <Compile Include="..\referencesource\System.Data\System\Data\DataKey.cs" />
  172. <Compile Include="..\referencesource\System.Data\System\Data\DataRelation.cs" />
  173. <Compile Include="..\referencesource\System.Data\System\Data\DataRelationCollection.cs" />
  174. <Compile Include="..\referencesource\System.Data\System\Data\DataRelationPropertyDescriptor.cs" />
  175. <Compile Include="..\referencesource\System.Data\System\Data\DataRow.cs" />
  176. <Compile Include="..\referencesource\System.Data\System\Data\DataRowAction.cs" />
  177. <Compile Include="..\referencesource\System.Data\System\Data\DataRowChangeEvent.cs" />
  178. <Compile Include="..\referencesource\System.Data\System\Data\DataRowChangeEventHandler.cs" />
  179. <Compile Include="..\referencesource\System.Data\System\Data\DataRowCollection.cs" />
  180. <Compile Include="..\referencesource\System.Data\System\Data\DataRowCreatedEventHandler.cs" />
  181. <Compile Include="..\referencesource\System.Data\System\Data\DataRowState.cs" />
  182. <Compile Include="..\referencesource\System.Data\System\Data\DataRowVersion.cs" />
  183. <Compile Include="..\referencesource\System.Data\System\Data\DataRowView.cs" />
  184. <Compile Include="..\referencesource\System.Data\System\Data\DataSerializationFormat.cs" />
  185. <Compile Include="..\referencesource\System.Data\System\Data\DataSet.cs" />
  186. <Compile Include="..\referencesource\System.Data\System\Data\DataSetDateTime.cs" />
  187. <Compile Include="..\referencesource\System.Data\System\Data\DataSysAttribute.cs" />
  188. <Compile Include="..\referencesource\System.Data\System\Data\DataTable.cs" />
  189. <Compile Include="..\referencesource\System.Data\System\Data\DataTableClearEvent.cs" />
  190. <Compile Include="..\referencesource\System.Data\System\Data\DataTableClearEventHandler.cs" />
  191. <Compile Include="..\referencesource\System.Data\System\Data\DataTableCollection.cs" />
  192. <Compile Include="..\referencesource\System.Data\System\Data\DataTableNewRowEvent.cs" />
  193. <Compile Include="..\referencesource\System.Data\System\Data\DataTableNewRowEventHandler.cs" />
  194. <Compile Include="..\referencesource\System.Data\System\Data\DataTablePropertyDescriptor.cs" />
  195. <Compile Include="..\referencesource\System.Data\System\Data\DataTableReader.cs" />
  196. <Compile Include="..\referencesource\System.Data\System\Data\DataTableReaderListener.cs" />
  197. <Compile Include="..\referencesource\System.Data\System\Data\DataTableTypeConverter.cs" />
  198. <Compile Include="..\referencesource\System.Data\System\Data\DataView.cs" />
  199. <Compile Include="..\referencesource\System.Data\System\Data\DataViewListener.cs" />
  200. <Compile Include="..\referencesource\System.Data\System\Data\DataViewManager.cs" />
  201. <Compile Include="..\referencesource\System.Data\System\Data\DataViewManagerListItemTypeDescriptor.cs" />
  202. <Compile Include="..\referencesource\System.Data\System\Data\DataViewRowState.cs" />
  203. <Compile Include="..\referencesource\System.Data\System\Data\DataViewSetting.cs" />
  204. <Compile Include="..\referencesource\System.Data\System\Data\DataViewSettingCollection.cs" />
  205. <Compile Include="..\referencesource\System.Data\System\Data\DBConcurrencyException.cs" />
  206. <Compile Include="..\referencesource\System.Data\System\Data\dbtype.cs" />
  207. <Compile Include="..\referencesource\System.Data\System\Data\DefaultValueTypeConverter.cs" />
  208. <Compile Include="..\referencesource\System.Data\System\Data\FillErrorEventArgs.cs" />
  209. <Compile Include="..\referencesource\System.Data\System\Data\FillErrorEventHandler.cs" />
  210. <Compile Include="..\referencesource\System.Data\System\Data\Filter\AggregateNode.cs" />
  211. <Compile Include="..\referencesource\System.Data\System\Data\Filter\BinaryNode.cs" />
  212. <Compile Include="..\referencesource\System.Data\System\Data\Filter\ConstNode.cs" />
  213. <Compile Include="..\referencesource\System.Data\System\Data\Filter\DataExpression.cs" />
  214. <Compile Include="..\referencesource\System.Data\System\Data\Filter\ExpressionNode.cs" />
  215. <Compile Include="..\referencesource\System.Data\System\Data\Filter\ExpressionParser.cs" />
  216. <Compile Include="..\referencesource\System.Data\System\Data\Filter\FilterException.cs" />
  217. <Compile Include="..\referencesource\System.Data\System\Data\Filter\FunctionNode.cs" />
  218. <Compile Include="..\referencesource\System.Data\System\Data\Filter\IFilter.cs" />
  219. <Compile Include="..\referencesource\System.Data\System\Data\Filter\LookupNode.cs" />
  220. <Compile Include="..\referencesource\System.Data\System\Data\Filter\NameNode.cs" />
  221. <Compile Include="..\referencesource\System.Data\System\Data\Filter\Operators.cs" />
  222. <Compile Include="..\referencesource\System.Data\System\Data\Filter\UnaryNode.cs" />
  223. <Compile Include="..\referencesource\System.Data\System\Data\Filter\ZeroOpNode.cs" />
  224. <Compile Include="..\referencesource\System.Data\System\Data\ForeignKeyConstraint.cs" />
  225. <Compile Include="..\referencesource\System.Data\System\Data\IColumnMapping.cs" />
  226. <Compile Include="..\referencesource\System.Data\System\Data\IColumnMappingCollection.cs" />
  227. <Compile Include="..\referencesource\System.Data\System\Data\IDataAdapter.cs" />
  228. <Compile Include="..\referencesource\System.Data\System\Data\IDataParameter.cs" />
  229. <Compile Include="..\referencesource\System.Data\System\Data\IDataParameterCollection.cs" />
  230. <Compile Include="..\referencesource\System.Data\System\Data\IDataReader.cs" />
  231. <Compile Include="..\referencesource\System.Data\System\Data\IDataRecord.cs" />
  232. <Compile Include="..\referencesource\System.Data\System\Data\IDbCommand.cs" />
  233. <Compile Include="..\referencesource\System.Data\System\Data\IDbConnection.cs" />
  234. <Compile Include="..\referencesource\System.Data\System\Data\IDbDataAdapter.cs" />
  235. <Compile Include="..\referencesource\System.Data\System\Data\IDbDataParameter.cs" />
  236. <Compile Include="..\referencesource\System.Data\System\Data\IDbTransaction.cs" />
  237. <Compile Include="..\referencesource\System.Data\System\Data\IsolationLevel.cs" />
  238. <Compile Include="..\referencesource\System.Data\System\Data\ITableMapping.cs" />
  239. <Compile Include="..\referencesource\System.Data\System\Data\ITableMappingCollection.cs" />
  240. <Compile Include="..\referencesource\System.Data\System\Data\LoadOption.cs" />
  241. <Compile Include="..\referencesource\System.Data\System\Data\MappingType.cs" />
  242. <Compile Include="..\referencesource\System.Data\System\Data\MergeFailedEvent.cs" />
  243. <Compile Include="..\referencesource\System.Data\System\Data\MergeFailedEventHandler.cs" />
  244. <Compile Include="..\referencesource\System.Data\System\Data\Merger.cs" />
  245. <Compile Include="..\referencesource\System.Data\System\Data\MissingMappingAction.cs" />
  246. <Compile Include="..\referencesource\System.Data\System\Data\MissingSchemaAction.cs" />
  247. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\DbDataRecord.cs" />
  248. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\Odbc32.cs" />
  249. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcCommand.cs" />
  250. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcCommandBuilder.cs" />
  251. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnection.cs" />
  252. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionFactory.cs" />
  253. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionHandle.cs" />
  254. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
  255. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
  256. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionString.cs" />
  257. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
  258. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcDataAdapter.cs" />
  259. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcDataReader.cs" />
  260. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcEnvironment.cs" />
  261. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
  262. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcError.cs" />
  263. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcErrorCollection.cs" />
  264. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcException.cs" />
  265. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcFactory.cs" />
  266. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcHandle.cs" />
  267. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
  268. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\odbcmetadatacollectionnames.cs" />
  269. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\odbcmetadatacolumnnames.cs" />
  270. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\odbcmetadatafactory.cs" />
  271. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcParameter.cs" />
  272. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcParameterCollection.cs" />
  273. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
  274. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcReferenceCollection.cs" />
  275. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
  276. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcStatementHandle.cs" />
  277. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcTransaction.cs" />
  278. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcType.cs" />
  279. <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcUtils.cs" />
  280. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\ColumnBinding.cs" />
  281. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\DBBindings.cs" />
  282. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\DBPropSet.cs" />
  283. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OLEDB_Enum.cs" />
  284. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OLEDB_Util.cs" />
  285. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbCommand.cs" />
  286. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbCommandBuilder.cs" />
  287. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnection.cs" />
  288. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnectionFactory.cs" />
  289. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnectionInternal.cs" />
  290. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnectionPoolGroupProviderInfo.cs" />
  291. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\oledbconnectionstring.cs" />
  292. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OledbConnectionStringbuilder.cs" />
  293. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbDataAdapter.cs" />
  294. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbDataReader.cs" />
  295. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbEnumerator.cs" />
  296. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbError.cs" />
  297. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbErrorCollection.cs" />
  298. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbException.cs" />
  299. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbFactory.cs" />
  300. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbHResult.cs" />
  301. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbInfoMessageEvent.cs" />
  302. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbInfoMessageEventHandler.cs" />
  303. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbLiteral.cs" />
  304. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\oledbmetadatacollectionnames.cs" />
  305. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\oledbmetadatacolumnnames.cs" />
  306. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbMetaDataFactory.cs" />
  307. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbParameter.cs" />
  308. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbParameterCollection.cs" />
  309. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
  310. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPropertySetGuid.cs" />
  311. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPropertyStatus.cs" />
  312. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbReferenceCollection.cs" />
  313. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatedEvent.cs" />
  314. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatedEventHandler.cs" />
  315. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatingEvent.cs" />
  316. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatingEventHandler.cs" />
  317. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbSchemaGuid.cs" />
  318. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbStruct.cs" />
  319. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbTransaction.cs" />
  320. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbType.cs" />
  321. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbWrapper.cs" />
  322. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\PropertyAttributes.cs" />
  323. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\PropertyIDSet.cs" />
  324. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\PropertyInfoSet.cs" />
  325. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\RowBinding.cs" />
  326. <Compile Include="..\referencesource\System.Data\System\Data\OleDb\SafeHandles.cs" />
  327. <Compile Include="..\referencesource\System.Data\System\Data\OperationAbortedException.cs" />
  328. <Compile Include="..\referencesource\System.Data\System\Data\ParameterDirection.cs" />
  329. <Compile Include="..\referencesource\System.Data\System\Data\PrimaryKeyTypeConverter.cs" />
  330. <Compile Include="..\referencesource\System.Data\System\Data\PropertyCollection.cs" />
  331. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DataReaderContainer.cs" />
  332. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbBuffer.cs" />
  333. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionClosed.cs" />
  334. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionFactory.cs" />
  335. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionInternal.cs" />
  336. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPool.cs" />
  337. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs" />
  338. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs" />
  339. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolCounters.cs" />
  340. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolGroup.cs" />
  341. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolGroupProviderInfo.cs" />
  342. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs" />
  343. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolOptions.cs" />
  344. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolProviderInfo.cs" />
  345. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbMetaDataCollectionNames.cs" />
  346. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbMetaDataColumnNames.cs" />
  347. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbMetaDataFactory.cs" />
  348. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbReferenceCollection.cs" />
  349. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\SchemaMapping.cs" />
  350. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\TimeoutTimer.cs" />
  351. <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\WrappedIUnknown.cs" />
  352. <Compile Include="..\referencesource\System.Data\System\Data\Range.cs" />
  353. <Compile Include="..\referencesource\System.Data\System\Data\RbTree.cs" />
  354. <Compile Include="..\referencesource\System.Data\System\Data\RecordManager.cs" />
  355. <Compile Include="..\referencesource\System.Data\System\Data\RecordsAffectedEventArgs.cs" />
  356. <Compile Include="..\referencesource\System.Data\System\Data\RecordsAffectedEventHandler.cs" />
  357. <Compile Include="..\referencesource\System.Data\System\Data\RelatedView.cs" />
  358. <Compile Include="..\referencesource\System.Data\System\Data\RelationshipConverter.cs" />
  359. <Compile Include="..\referencesource\System.Data\System\Data\Rule.cs" />
  360. <Compile Include="..\referencesource\System.Data\System\Data\SchemaSerializationMode.cs" />
  361. <Compile Include="..\referencesource\System.Data\System\Data\SchemaType.cs" />
  362. <Compile Include="..\referencesource\System.Data\System\Data\Select.cs" />
  363. <Compile Include="..\referencesource\System.Data\System\Data\Selection.cs" />
  364. <Compile Include="..\referencesource\System.Data\System\Data\SimpleType.cs" />
  365. <Compile Include="..\referencesource\System.Data\System\Data\Sql\IBinarySerialize.cs" />
  366. <Compile Include="..\referencesource\System.Data\System\Data\Sql\invalidudtexception.cs" />
  367. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlDataSourceEnumerator.cs" />
  368. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlFacetAttribute.cs" />
  369. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlFunctionAttribute.cs" />
  370. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlGenericUtil.cs" />
  371. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlMethodAttribute.cs" />
  372. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlNotificationRequest.cs" />
  373. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlProcedureAttribute.cs" />
  374. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlTriggerAttribute.cs" />
  375. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlUserDefinedAggregateAttribute.cs" />
  376. <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlUserDefinedTypeAttribute.cs" />
  377. <Compile Include="..\referencesource\System.Data\System\Data\Sql\TriggerAction.cs" />
  378. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\ApplicationIntent.cs" />
  379. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\LocalDBAPI.cs" />
  380. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlClientEncryptionType.cs" />
  381. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlClientPermission.cs" />
  382. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlConnectionString.cs" />
  383. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlConnectionStringBuilder.cs" />
  384. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlError.cs" />
  385. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlErrorCollection.cs" />
  386. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlInfoMessageEvent.cs" />
  387. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlUtil.cs" />
  388. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\TdsEnums.cs" />
  389. <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\TdsParserStaticMethods.cs" />
  390. <Compile Include="..\referencesource\System.Data\System\Data\SqlDbType.cs" />
  391. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\INullable.cs" />
  392. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLBinary.cs" />
  393. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLBoolean.cs" />
  394. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLByte.cs" />
  395. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLBytes.cs" />
  396. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLChars.cs" />
  397. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlCharStream.cs" />
  398. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLDateTime.cs" />
  399. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLDecimal.cs" />
  400. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLDouble.cs" />
  401. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLGuid.cs" />
  402. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLInt16.cs" />
  403. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLInt32.cs" />
  404. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLInt64.cs" />
  405. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLMoney.cs" />
  406. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLResource.cs" />
  407. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLSingle.cs" />
  408. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLString.cs" />
  409. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
  410. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLUtility.cs" />
  411. <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlXml.cs" />
  412. <Compile Include="..\referencesource\System.Data\System\Data\StateChangeEvent.cs" />
  413. <Compile Include="..\referencesource\System.Data\System\Data\StateChangeEventHandler.cs" />
  414. <Compile Include="..\referencesource\System.Data\System\Data\StatementType.cs" />
  415. <Compile Include="..\referencesource\System.Data\System\Data\UniqueConstraint.cs" />
  416. <Compile Include="..\referencesource\System.Data\System\Data\UpdateRowSource.cs" />
  417. <Compile Include="..\referencesource\System.Data\System\Data\updatestatus.cs" />
  418. <Compile Include="..\referencesource\System.Data\System\Data\XDRSchema.cs" />
  419. <Compile Include="..\referencesource\System.Data\System\Data\XmlContent.cs" />
  420. <Compile Include="..\referencesource\System.Data\System\Data\XmlDataLoader.cs" />
  421. <Compile Include="..\referencesource\System.Data\System\Data\XMLDiffLoader.cs" />
  422. <Compile Include="..\referencesource\System.Data\System\Data\XmlKeywords.cs" />
  423. <Compile Include="..\referencesource\System.Data\System\Data\XmlReadMode.cs" />
  424. <Compile Include="..\referencesource\System.Data\System\Data\xmlsaver.cs" />
  425. <Compile Include="..\referencesource\System.Data\System\Data\XMLSchema.cs" />
  426. <Compile Include="..\referencesource\System.Data\System\Data\XmlToDatasetMap.cs" />
  427. <Compile Include="..\referencesource\System.Data\System\Data\XmlWriteMode.cs" />
  428. <Compile Include="..\referencesource\System.Data\System\NewXml\BaseTreeIterator.cs" />
  429. <Compile Include="..\referencesource\System.Data\System\NewXml\DataDocumentXPathNavigator.cs" />
  430. <Compile Include="..\referencesource\System.Data\System\NewXml\DataPointer.cs" />
  431. <Compile Include="..\referencesource\System.Data\System\NewXml\DataSetMappper.cs" />
  432. <Compile Include="..\referencesource\System.Data\System\NewXml\IXmlDataVirtualNode.cs" />
  433. <Compile Include="..\referencesource\System.Data\System\NewXml\RegionIterator.cs" />
  434. <Compile Include="..\referencesource\System.Data\System\NewXml\TreeIterator.cs" />
  435. <Compile Include="..\referencesource\System.Data\System\NewXml\XmlBoundElement.cs" />
  436. <Compile Include="..\referencesource\System.Data\System\NewXml\XmlDataDocument.cs" />
  437. <Compile Include="..\referencesource\System.Data\System\NewXml\XmlDataImplementation.cs" />
  438. <Compile Include="..\referencesource\System.Data\System\NewXml\XPathNodePointer.cs" />
  439. <Compile Include="Assembly\AssemblyInfo.cs" />
  440. <Compile Include="Microsoft.SqlServer.Server\SqlDataRecord.cs" />
  441. <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />
  442. <Compile Include="ReferenceSources\NativeOledbWrapper.cs" />
  443. <Compile Include="ReferenceSources\Res.cs" />
  444. <Compile Include="ReferenceSources\Res.missing.cs" />
  445. <Compile Include="ReferenceSources\ResCategoryAttribute.cs" />
  446. <Compile Include="ReferenceSources\ResDescriptionAttribute.cs" />
  447. <Compile Include="ReferenceSources\SqlInternalConnectionTds.cs" />
  448. <Compile Include="ReferenceSources\ThisAssembly.cs" />
  449. <Compile Include="ReferenceSources\Win32NativeMethods.cs" />
  450. <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />
  451. <Compile Include="System.Data.Common\DbTypes.cs" />
  452. <Compile Include="System.Data.Common\ExceptionHelper.cs" />
  453. <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />
  454. <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />
  455. <Compile Include="System.Data.SqlClient\SortOrder.cs" />
  456. <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />
  457. <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />
  458. <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />
  459. <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />
  460. <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
  461. <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />
  462. <Compile Include="System.Data.SqlClient\SqlClientFactory.cs" />
  463. <Compile Include="System.Data.SqlClient\SqlClientMetaDataCollectionNames.cs" />
  464. <Compile Include="System.Data.SqlClient\SqlCommand.cs" />
  465. <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />
  466. <Compile Include="System.Data.SqlClient\SqlConnection.cs" />
  467. <Compile Include="System.Data.SqlClient\SqlCredential.cs" />
  468. <Compile Include="System.Data.SqlClient\SqlDataAdapter.cs" />
  469. <Compile Include="System.Data.SqlClient\SqlDataReader.cs" />
  470. <Compile Include="System.Data.SqlClient\SqlDataSourceConverter.cs" />
  471. <Compile Include="System.Data.SqlClient\SQLDebugging.cs" />
  472. <Compile Include="System.Data.SqlClient\SqlDecimalExtensions.cs" />
  473. <Compile Include="System.Data.SqlClient\SqlDependency.cs" />
  474. <Compile Include="System.Data.SqlClient\SqlException.cs" />
  475. <Compile Include="System.Data.SqlClient\SqlInfoMessageEventHandler.cs" />
  476. <Compile Include="System.Data.SqlClient\SqlInitialCatalogConverter.cs" />
  477. <Compile Include="System.Data.SqlClient\SqlNotificationEventArgs.cs" />
  478. <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />
  479. <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />
  480. <Compile Include="System.Data.SqlClient\SqlNotificationType.cs" />
  481. <Compile Include="System.Data.SqlClient\SqlParameter.cs" />
  482. <Compile Include="System.Data.SqlClient\SqlParameterCollection.cs" />
  483. <Compile Include="System.Data.SqlClient\SqlParameterConverter.cs" />
  484. <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventArgs.cs" />
  485. <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.cs" />
  486. <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventArgs.cs" />
  487. <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventHandler.cs" />
  488. <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventArgs.cs" />
  489. <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventHandler.cs" />
  490. <Compile Include="System.Data.SqlClient\SqlTransaction.cs" />
  491. <Compile Include="System.Data.SqlClient\SqlXmlTextReader.cs" />
  492. <Compile Include="gen_OdbcConnection.cs" />
  493. <Compile Include="gen_OdbcParameter.cs" />
  494. <Compile Include="gen_OdbcParameterCollection.cs" />
  495. <Compile Include="gen_OleDbConnection.cs" />
  496. <Compile Include="gen_OleDbParameter.cs" />
  497. <Compile Include="gen_OleDbParameterCollection.cs" /> </ItemGroup>
  498. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  499. Other similar extension points exist, see Microsoft.Common.targets.
  500. <Target Name="BeforeBuild">
  501. </Target>
  502. <Target Name="AfterBuild">
  503. </Target>
  504. -->
  505. <PropertyGroup>
  506. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  507. </PreBuildEvent>
  508. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  509. </PreBuildEvent>
  510. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  511. </PostBuildEvent>
  512. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  513. </PostBuildEvent>
  514. </PropertyGroup>
  515. <ItemGroup>
  516. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  517. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  518. <Name>corlib-net_4_x</Name>
  519. </ProjectReference>
  520. <ProjectReference Include="../System/System-net_4_x.csproj">
  521. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  522. <Name>System-net_4_x</Name>
  523. </ProjectReference>
  524. <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
  525. <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
  526. <Name>System.Xml-net_4_x</Name>
  527. </ProjectReference>
  528. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  529. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  530. <Name>System.Core-net_4_x</Name>
  531. </ProjectReference>
  532. <ProjectReference Include="../System.Numerics/System.Numerics-net_4_x.csproj">
  533. <Project>{BD2FFDDC-BD89-4041-82F5-A696C941C7BE}</Project>
  534. <Name>System.Numerics-net_4_x</Name>
  535. </ProjectReference>
  536. <ProjectReference Include="../System.EnterpriseServices/System.EnterpriseServices-net_4_x.csproj">
  537. <Project>{61E3D008-E273-4E12-860A-8ADA031098C2}</Project>
  538. <Name>System.EnterpriseServices-net_4_x</Name>
  539. </ProjectReference>
  540. <ProjectReference Include="../Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj">
  541. <Project>{39F59AE4-1381-4275-B14E-16D786F40B93}</Project>
  542. <Name>Mono.Data.Tds-net_4_x</Name>
  543. </ProjectReference>
  544. <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
  545. <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
  546. <Name>System.Configuration-net_4_x</Name>
  547. </ProjectReference>
  548. <ProjectReference Include="../System.Transactions/System.Transactions-net_4_x.csproj">
  549. <Project>{3821C69F-220D-4231-992C-0FE05311A005}</Project>
  550. <Name>System.Transactions-net_4_x</Name>
  551. </ProjectReference>
  552. </ItemGroup>
  553. <ItemGroup>
  554. <Folder Include="Properties\" />
  555. </ItemGroup>
  556. </Project>