Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonojenkins <jo.shields+jenkins@xamarin.com>2017-02-01 19:40:17 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-02-01 19:40:17 +0300
commite68ef38c186896f71b899d9975e245f9124b79d8 (patch)
tree52f7c8e1cc1df099ed860bbaed34e5a3b068b017 /mcs/class/System.Data
parent6a2a23dcebbf5bd19560b3bdeec54e13e26901f8 (diff)
[msvc] Update csproj files (#4315)
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/System.Data-net_4_x.csproj353
1 files changed, 179 insertions, 174 deletions
diff --git a/mcs/class/System.Data/System.Data-net_4_x.csproj b/mcs/class/System.Data/System.Data-net_4_x.csproj
index 0179fbb2613..b257d924a0a 100644
--- a/mcs/class/System.Data/System.Data-net_4_x.csproj
+++ b/mcs/class/System.Data/System.Data-net_4_x.csproj
@@ -29,7 +29,7 @@
<DebugType>full</DebugType>
<NoWarn>1699,219,414,649</NoWarn>
<Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;COREFX;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -37,7 +37,7 @@
<DebugType>pdbonly</DebugType>
<NoWarn>1699,219,414,649</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;COREFX;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -49,21 +49,61 @@
</PropertyGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ItemGroup>
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\AcceptRejectRule.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\AggregateType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\BaseCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\CatalogLocation.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ColumnTypeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\CommandBehavior.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\CommandType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\AdapterSwitches.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\BigIntegerStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\BooleanStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\ByteStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\CharStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataColumnMapping.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataColumnMappingCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataCommonEventSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataRecordInternal.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataTableMapping.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DataTableMappingCollection.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DateTimeOffsetStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DateTimeStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbColumn.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DBCommandBuilder.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbDataRecord.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbDataSourceEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbMetaDataCollectionNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbMetaDataColumnNames.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbProviderSpecificTypePropertyAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DBSchemaRow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DBSchemaTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DbTransaction.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DecimalStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\DoubleStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Groupbybehavior.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\IDbColumnSchemaGenerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\identifiercase.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Int16Storage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Int32Storage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\Int64Storage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\ObjectStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\RowUpdatedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\RowUpdatingEventArgs.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SByteStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SchemaTableColumn.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SchemaTableOptionalColumn.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SingleStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLConvert.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLBinaryStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQlBooleanStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLBytesStorage.cs" />
@@ -81,10 +121,118 @@
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SQLTypes\SQLStringStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SqlUDTStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\StringStorage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\SupportedJoinOperators.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\TimeSpanStorage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\UInt16Storage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\UInt32Storage.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Common\UInt64Storage.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ConflictOptions.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ConnectionState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Constraint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ConstraintCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ConstraintConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ConstraintEnumerator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataColumn.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataColumnChangeEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataColumnChangeEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataColumnCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataColumnPropertyDescriptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataError.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataKey.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRelation.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRelationCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRelationPropertyDescriptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRow.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowChangeEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowChangeEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowCreatedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowVersion.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataRowView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataSerializationFormat.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataSet.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataSetDateTime.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataSysAttribute.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTable.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableClearEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableClearEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableNewRowEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableNewRowEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTablePropertyDescriptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableReader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableReaderListener.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataTableTypeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataViewListener.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataViewManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataViewManagerListItemTypeDescriptor.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataViewRowState.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataViewSetting.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DataViewSettingCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DBConcurrencyException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DbType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\DefaultValueTypeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\FillErrorEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\FillErrorEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\AggregateNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\BinaryNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\ConstNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\DataExpression.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\ExpressionNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\ExpressionParser.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\FilterException.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\FunctionNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\IFilter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\LookupNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\NameNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\Operators.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\UnaryNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Filter\ZeroOpNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ForeignKeyConstraint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IColumnMapping.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IColumnMappingCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDataParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDataParameterCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDataReader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDataRecord.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDbCommand.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDbConnection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDbDataAdapter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDbDataParameter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IDbTransaction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\IsolationLevel.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ITableMapping.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ITableMappingCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\KeyRestrictionBehavior.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\LoadOption.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\MappingType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\MergeFailedEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\MergeFailedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Merger.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\MissingMappingAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\MissingSchemaAction.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ParameterDirection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\PrimaryKeyTypeConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\PropertyCollection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ProviderBase\DataReaderContainer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\ProviderBase\SchemaMapping.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Range.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\RbTree.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\RecordManager.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\RelatedView.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\RelationshipConverter.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Rule.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SchemaSerializationMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SchemaType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Select.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\Selection.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SimpleType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SqlDbType.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\INullable.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SQLBinary.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SQLBoolean.cs" />
@@ -105,6 +253,35 @@
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SQLString.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SQLUtility.cs" />
<Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\SQLTypes\SqlXml.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\StateChangeEvent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\StateChangeEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\StatementCompletedEventArgs.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\StatementCompletedEventHandler.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\StatementType.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\UniqueConstraint.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\UpdateRowSource.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\updatestatus.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XDRSchema.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlContent.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlDataLoader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XMLDiffLoader.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlKeywords.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlReadMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\xmlsaver.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XMLSchema.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlToDatasetMap.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Data\XmlWriteMode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\BaseTreeIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\DataDocumentXPathNavigator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\DataPointer.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\DataSetMappper.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\IXmlDataVirtualNode.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\RegionIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\TreeIterator.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\XmlBoundElement.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\XmlDataDocument.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\XmlDataImplementation.cs" />
+ <Compile Include="..\..\..\external\corefx\src\System.Data.Common\src\System\Xml\XPathNodePointer.cs" />
<Compile Include="..\..\build\common\AssemblyRef.cs" />
<Compile Include="..\..\build\common\Consts.cs" />
<Compile Include="..\..\build\common\Locale.cs" />
@@ -115,158 +292,34 @@
<Compile Include="..\referencesource\System.Data\Misc\ExternDll.cs" />
<Compile Include="..\referencesource\System.Data\Misc\HResults.cs" />
<Compile Include="..\referencesource\System.Data\Misc\PrivilegedConfigurationManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\AcceptRejectRule.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\AggregateType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\BaseCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CatalogLocation.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\CodeGen\datacache.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\CodeGen\StrongTypingException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ColumnTypeConverter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CommandBehavior.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\CommandType.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\ActivityCorrelator.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\AdapterSwitches.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\AdapterUtil.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataAdapter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataColumnMapping.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataColumnMappingCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataRecordInternal.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataTableMapping.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DataTableMappingCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DBCommand.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DBCommandBuilder.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DBConnection.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionOptions.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionPoolKey.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBConnectionString.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionStringBuilder.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbConnectionStringCommon.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbDataAdapter.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBDataPermission.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DBDataPermissionAttribute.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbDataReader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\dbdatarecord.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbDataSourceEnumerator.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\dbenumerator.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DBParameter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbParameterCollection.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderConfigurationHandler.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactories.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderFactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbProviderSpecificTypePropertyAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DBSchemaRow.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DBSchemaTable.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DbTransaction.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\FieldNameLookup.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\GreenMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\Groupbybehavior.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\HandlerBase.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\identifiercase.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\MultipartIdentifier.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\NameValuePair.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\NameValuePermission.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\NativeMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\RowUpdatedEventArgs.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\RowUpdatingEventArgs.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SafeNativeMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SchemaTableColumn.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SchemaTableOptionalColumn.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLConvert.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlXmlStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SupportedJoinOperators.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\System.Data_BID.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Common\UnsafeNativeMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ConflictOptions.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ConnectionState.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Constraint.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ConstraintCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ConstraintConverter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ConstraintEnumerator.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataColumn.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataColumnChangeEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataColumnChangeEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataColumnCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataColumnPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataError.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataKey.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRelation.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRelationCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRelationPropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRow.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowAction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowChangeEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowChangeEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowCreatedEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowState.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowVersion.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataRowView.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataSerializationFormat.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\DataSet.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataSetDateTime.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataSysAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTable.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableClearEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableClearEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableNewRowEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableNewRowEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTablePropertyDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableReader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableReaderListener.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataTableTypeConverter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataView.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataViewListener.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataViewManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataViewManagerListItemTypeDescriptor.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataViewRowState.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataViewSetting.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DataViewSettingCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DBConcurrencyException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\dbtype.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\DefaultValueTypeConverter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\FillErrorEventArgs.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\FillErrorEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\AggregateNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\BinaryNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\ConstNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\DataExpression.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\ExpressionNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\ExpressionParser.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\FilterException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\FunctionNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\IFilter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\LookupNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\NameNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\Operators.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\UnaryNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Filter\ZeroOpNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ForeignKeyConstraint.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IColumnMapping.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IColumnMappingCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDataAdapter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDataParameter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDataParameterCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDataReader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDataRecord.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDbCommand.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDbConnection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDbDataAdapter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDbDataParameter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IDbTransaction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\IsolationLevel.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ITableMapping.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ITableMappingCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\LoadOption.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\MappingType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\MergeFailedEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\MergeFailedEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Merger.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\MissingMappingAction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\MissingSchemaAction.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Odbc\DbDataRecord.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Odbc\Odbc32.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcCommand.cs" />
@@ -348,10 +401,6 @@
<Compile Include="..\referencesource\System.Data\System\Data\OleDb\RowBinding.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\OleDb\SafeHandles.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\OperationAbortedException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ParameterDirection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\PrimaryKeyTypeConverter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\PropertyCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DataReaderContainer.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbBuffer.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionClosed.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionFactory.cs" />
@@ -365,26 +414,10 @@
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolIdentity.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolOptions.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolProviderInfo.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbMetaDataCollectionNames.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbMetaDataColumnNames.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbMetaDataFactory.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbReferenceCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\SchemaMapping.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\TimeoutTimer.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\WrappedIUnknown.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Range.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\RbTree.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\RecordManager.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\RecordsAffectedEventArgs.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\RecordsAffectedEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\RelatedView.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\RelationshipConverter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Rule.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SchemaSerializationMode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SchemaType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Select.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Selection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SimpleType.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Sql\IBinarySerialize.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Sql\invalidudtexception.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlDataSourceEnumerator.cs" />
@@ -410,35 +443,7 @@
<Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlUtil.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\SqlClient\TdsEnums.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\SqlClient\TdsParserStaticMethods.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlDbType.cs" />
<Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\StateChangeEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\StateChangeEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\StatementType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\UniqueConstraint.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\UpdateRowSource.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\updatestatus.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XDRSchema.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XmlContent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XmlDataLoader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XMLDiffLoader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XmlKeywords.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XmlReadMode.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\xmlsaver.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XMLSchema.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XmlToDatasetMap.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\XmlWriteMode.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\BaseTreeIterator.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\DataDocumentXPathNavigator.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\DataPointer.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\DataSetMappper.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\IXmlDataVirtualNode.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\RegionIterator.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\TreeIterator.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\XmlBoundElement.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\XmlDataDocument.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\XmlDataImplementation.cs" />
- <Compile Include="..\referencesource\System.Data\System\NewXml\XPathNodePointer.cs" />
<Compile Include="Assembly\AssemblyInfo.cs" />
<Compile Include="corefx\SR.cs" />
<Compile Include="Microsoft.SqlServer.Server\SqlDataRecord.cs" />