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:
Diffstat (limited to 'mcs/class/System.Data/System.Data-net_4_5.csproj')
-rw-r--r--mcs/class/System.Data/System.Data-net_4_5.csproj435
1 files changed, 435 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data-net_4_5.csproj b/mcs/class/System.Data/System.Data-net_4_5.csproj
new file mode 100644
index 00000000000..ea099584651
--- /dev/null
+++ b/mcs/class/System.Data/System.Data-net_4_5.csproj
@@ -0,0 +1,435 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,649</NoWarn>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>System.Data</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699,649</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699,649</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="Assembly\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.cs.in" />
+ <Compile Include="..\..\build\common\Locale.cs" />
+ <Compile Include="System.Data\AcceptRejectRule.cs" />
+ <Compile Include="System.Data\ColumnTypeConverter.cs" />
+ <Compile Include="System.Data\CommandBehavior.cs" />
+ <Compile Include="System.Data\CommandType.cs" />
+ <Compile Include="System.Data\ConnectionState.cs" />
+ <Compile Include="System.Data\ConflictOption.cs" />
+ <Compile Include="System.Data\Constraint.cs" />
+ <Compile Include="System.Data\ConstraintCollection.cs" />
+ <Compile Include="System.Data\ConstraintConverter.cs" />
+ <Compile Include="System.Data\ConstraintException.cs" />
+ <Compile Include="System.Data\CustomDataClassGenerator.cs" />
+ <Compile Include="System.Data\DataCategoryAttribute.cs" />
+ <Compile Include="System.Data\DataColumn.cs" />
+ <Compile Include="System.Data\DataColumnChangeEventArgs.cs" />
+ <Compile Include="System.Data\DataColumnChangeEventHandler.cs" />
+ <Compile Include="System.Data\DataColumnCollection.cs" />
+ <Compile Include="System.Data\DataColumnPropertyDescriptor.cs" />
+ <Compile Include="System.Data\DataException.cs" />
+ <Compile Include="System.Data\RelatedDataView.cs" />
+ <Compile Include="System.Data\RelationshipConverter.cs" />
+ <Compile Include="System.Data\DataRelation.cs" />
+ <Compile Include="System.Data\DataRelationCollection.cs" />
+ <Compile Include="System.Data\DataRelationPropertyDescriptor.cs" />
+ <Compile Include="System.Data\DataRow.cs" />
+ <Compile Include="System.Data\DataRowAction.cs" />
+ <Compile Include="System.Data\DataRowBuilder.cs" />
+ <Compile Include="System.Data\DataRowChangeEventArgs.cs" />
+ <Compile Include="System.Data\DataRowChangeEventHandler.cs" />
+ <Compile Include="System.Data\DataRowCollection.cs" />
+ <Compile Include="System.Data\DataRowState.cs" />
+ <Compile Include="System.Data\DataRowVersion.cs" />
+ <Compile Include="System.Data\DataRowView.cs" />
+ <Compile Include="System.Data\DataSet.cs" />
+ <Compile Include="System.Data\DataSetDateTime.cs" />
+ <Compile Include="System.Data\DataSysDescriptionAttribute.cs" />
+ <Compile Include="System.Data\DataTable.cs" />
+ <Compile Include="System.Data\DataTableCollection.cs" />
+ <Compile Include="System.Data\DataTableClearEventArgs.cs" />
+ <Compile Include="System.Data\DataTableClearEventHandler.cs" />
+ <Compile Include="System.Data\DataTableTypeConverter.cs" />
+ <Compile Include="System.Data\DataTablePropertyDescriptor.cs" />
+ <Compile Include="System.Data\DataTableReader.cs" />
+ <Compile Include="System.Data\DataTableNewRowEventArgs.cs" />
+ <Compile Include="System.Data\DataTableNewRowEventHandler.cs" />
+ <Compile Include="System.Data\DataView.cs" />
+ <Compile Include="System.Data\DataViewManager.cs" />
+ <Compile Include="System.Data\DataViewManagerListItemTypeDescriptor.cs" />
+ <Compile Include="System.Data\DataViewRowState.cs" />
+ <Compile Include="System.Data\DataViewSetting.cs" />
+ <Compile Include="System.Data\DataViewSettingCollection.cs" />
+ <Compile Include="System.Data\DBConcurrencyException.cs" />
+ <Compile Include="System.Data\DbType.cs" />
+ <Compile Include="System.Data\DefaultValueTypeConverter.cs" />
+ <Compile Include="System.Data\DeletedRowInaccessibleException.cs" />
+ <Compile Include="System.Data\DuplicateNameException.cs" />
+ <Compile Include="System.Data\EvaluateException.cs" />
+ <Compile Include="System.Data\FillErrorEventArgs.cs" />
+ <Compile Include="System.Data\FillErrorEventHandler.cs" />
+ <Compile Include="System.Data\ForeignKeyConstraint.cs" />
+ <Compile Include="System.Data\IColumnMapping.cs" />
+ <Compile Include="System.Data\IColumnMappingCollection.cs" />
+ <Compile Include="System.Data\IDataAdapter.cs" />
+ <Compile Include="System.Data\IDataParameter.cs" />
+ <Compile Include="System.Data\IDataParameterCollection.cs" />
+ <Compile Include="System.Data\IDataReader.cs" />
+ <Compile Include="System.Data\IDataRecord.cs" />
+ <Compile Include="System.Data\IDbCommand.cs" />
+ <Compile Include="System.Data\IDbConnection.cs" />
+ <Compile Include="System.Data\IDbDataAdapter.cs" />
+ <Compile Include="System.Data\IDbDataParameter.cs" />
+ <Compile Include="System.Data\IDbTransaction.cs" />
+ <Compile Include="System.Data\InRowChangingEventException.cs" />
+ <Compile Include="System.Data\InternalDataCollectionBase.cs" />
+ <Compile Include="System.Data\InvalidConstraintException.cs" />
+ <Compile Include="System.Data\InvalidExpressionException.cs" />
+ <Compile Include="System.Data\ISafeDataRecord.cs" />
+ <Compile Include="System.Data\IsolationLevel.cs" />
+ <Compile Include="System.Data\ITableMapping.cs" />
+ <Compile Include="System.Data\ITableMappingCollection.cs" />
+ <Compile Include="System.Data\KeyRestrictionBehavior.cs" />
+ <Compile Include="System.Data\LoadOption.cs" />
+ <Compile Include="System.Data\MappingType.cs" />
+ <Compile Include="System.Data\MergeFailedEventArgs.cs" />
+ <Compile Include="System.Data\MergeFailedEventHandler.cs" />
+ <Compile Include="System.Data\MergeManager.cs" />
+ <Compile Include="System.Data\MissingMappingAction.cs" />
+ <Compile Include="System.Data\MissingPrimaryKeyException.cs" />
+ <Compile Include="System.Data\MissingSchemaAction.cs" />
+ <Compile Include="System.Data\Node.cs" />
+ <Compile Include="System.Data\NoNullAllowedException.cs" />
+ <Compile Include="System.Data\OperationAbortedException.cs" />
+ <Compile Include="System.Data\ParameterDirection.cs" />
+ <Compile Include="System.Data\PropertyAttributes.cs" />
+ <Compile Include="System.Data\PropertyCollection.cs" />
+ <Compile Include="System.Data\ReadOnlyException.cs" />
+ <Compile Include="System.Data\ResDescriptionAttribute.cs" />
+ <Compile Include="System.Data\RowNotInTableException.cs" />
+ <Compile Include="System.Data\Rule.cs" />
+ <Compile Include="System.Data\SchemaType.cs" />
+ <Compile Include="System.Data\SerializationFormat.cs" />
+ <Compile Include="System.Data\SchemaSerializationMode.cs" />
+ <Compile Include="System.Data\SqlDbType.cs" />
+ <Compile Include="System.Data\StateChangeEventArgs.cs" />
+ <Compile Include="System.Data\StateChangeEventHandler.cs" />
+ <Compile Include="System.Data\StatementCompletedEventArgs.cs" />
+ <Compile Include="System.Data\StatementCompletedEventHandler.cs" />
+ <Compile Include="System.Data\StatementType.cs" />
+ <Compile Include="System.Data\StrongTypingException.cs" />
+ <Compile Include="System.Data\SyntaxErrorException.cs" />
+ <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
+ <Compile Include="System.Data\TableAdapterSchemaInfo.cs" />
+ <Compile Include="System.Data\TypedDataSetGenerator.cs" />
+ <Compile Include="System.Data\TypeDataSetGeneratorException.cs" />
+ <Compile Include="System.Data\UniqueConstraint.cs" />
+ <Compile Include="System.Data\UpdateRowSource.cs" />
+ <Compile Include="System.Data\UpdateStatus.cs" />
+ <Compile Include="System.Data\VersionNotFoundException.cs" />
+ <Compile Include="System.Data\XmlDataInferenceLoader.cs" />
+ <Compile Include="System.Data\XmlHelper.cs" />
+ <Compile Include="System.Data\XmlDataReader.cs" />
+ <Compile Include="System.Data\XmlReadMode.cs" />
+ <Compile Include="System.Data\XmlWriteMode.cs" />
+ <Compile Include="System.Data\XmlConstants.cs" />
+ <Compile Include="System.Data\XmlDiffLoader.cs" />
+ <Compile Include="System.Data.Common\CatalogLocation.cs" />
+ <Compile Include="System.Data.Common\ComparerFactory.cs" />
+ <Compile Include="System.Data.Common\DataAdapter.cs" />
+ <Compile Include="System.Data.Common\DataColumnMappingCollection.cs" />
+ <Compile Include="System.Data.Common\DataColumnMapping.cs" />
+ <Compile Include="System.Data.Common\DataColumnMappingConverter.cs" />
+ <Compile Include="System.Data.Common\DataContainer.cs" />
+ <Compile Include="System.Data.Common\DataTableMappingCollection.cs" />
+ <Compile Include="System.Data.Common\DataTableMapping.cs" />
+ <Compile Include="System.Data.Common\DataTableMappingConverter.cs" />
+ <Compile Include="System.Data.Common\DbCommandBuilder.cs" />
+ <Compile Include="System.Data.Common\DbConnectionStringBuilder.cs" />
+ <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />
+ <Compile Include="System.Data.Common\DbCommand.cs" />
+ <Compile Include="System.Data.Common\DbConnection.cs" />
+ <Compile Include="System.Data.Common\DbConnectionOptions.cs" />
+ <Compile Include="System.Data.Common\DbConnectionString.cs" />
+ <Compile Include="System.Data.Common\DbDataAdapter.cs" />
+ <Compile Include="System.Data.Common\DbDataPermissionAttribute.cs" />
+ <Compile Include="System.Data.Common\DbDataPermission.cs" />
+ <Compile Include="System.Data.Common\DbDataReader.cs" />
+ <Compile Include="System.Data.Common\DbDataRecord.cs" />
+ <Compile Include="System.Data.Common\DbDataSourceEnumerator.cs" />
+ <Compile Include="System.Data.Common\DbEnumerator.cs" />
+ <Compile Include="System.Data.Common\DbException.cs" />
+ <Compile Include="System.Data.Common\DbMetaDataCollectionNames.cs" />
+ <Compile Include="System.Data.Common\DbMetaDataColumnNames.cs" />
+ <Compile Include="System.Data.Common\DbParameterCollection.cs" />
+ <Compile Include="System.Data.Common\DbParameter.cs" />
+ <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs" />
+ <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.cs" />
+ <Compile Include="System.Data.Common\DbProviderFactories.cs" />
+ <Compile Include="System.Data.Common\DbProviderFactory.cs" />
+ <Compile Include="System.Data.Common\DbProviderSpecificTypePropertyAttribute.cs" />
+ <Compile Include="System.Data.Common\DbTable.cs" />
+ <Compile Include="System.Data.Common\DbTransaction.cs" />
+ <Compile Include="System.Data.Common\DbTypes.cs" />
+ <Compile Include="System.Data.Common\ExceptionHelper.cs" />
+ <Compile Include="System.Data.Common\FieldNameLookup.cs" />
+ <Compile Include="System.Data.Common\GroupByBehavior.cs" />
+ <Compile Include="System.Data.Common\IdentifierCase.cs" />
+ <Compile Include="System.Data.Common\Index.cs" />
+ <Compile Include="System.Data.Common\Key.cs" />
+ <Compile Include="System.Data.Common\PermissionHelper.cs" />
+ <Compile Include="System.Data.Common\RecordCache.cs" />
+ <Compile Include="System.Data.Common\RowUpdatedEventArgs.cs" />
+ <Compile Include="System.Data.Common\RowUpdatingEventArgs.cs" />
+ <Compile Include="System.Data.Common\SchemaInfo.cs" />
+ <Compile Include="System.Data.Common\SchemaTableColumn.cs" />
+ <Compile Include="System.Data.Common\SchemaTableOptionalColumn.cs" />
+ <Compile Include="System.Data.Common\SupportedJoinOperators.cs" />
+ <Compile Include="System.Data.OleDb\libgda.cs" />
+ <Compile Include="System.Data.OleDb\OleDbParameterConverter.cs" />
+ <Compile Include="System.Data.OleDb\OleDbCommand.cs" />
+ <Compile Include="System.Data.OleDb\OleDbCommandBuilder.cs" />
+ <Compile Include="System.Data.OleDb\OleDbConnection.cs" />
+ <Compile Include="System.Data.OleDb\OleDbDataAdapter.cs" />
+ <Compile Include="System.Data.OleDb\OleDbDataReader.cs" />
+ <Compile Include="System.Data.OleDb\OleDbError.cs" />
+ <Compile Include="System.Data.OleDb\OleDbErrorCollection.cs" />
+ <Compile Include="System.Data.OleDb\OleDbException.cs" />
+ <Compile Include="System.Data.OleDb\OleDbFactory.cs" />
+ <Compile Include="System.Data.OleDb\OleDbInfoMessageEventArgs.cs" />
+ <Compile Include="System.Data.OleDb\OleDbInfoMessageEventHandler.cs" />
+ <Compile Include="System.Data.OleDb\OleDbLiteral.cs" />
+ <Compile Include="System.Data.OleDb\OleDbMetaDataCollectionNames.cs" />
+ <Compile Include="System.Data.OleDb\OleDbParameter.cs" />
+ <Compile Include="System.Data.OleDb\OleDbParameterCollection.cs" />
+ <Compile Include="System.Data.OleDb\OleDbPermission.cs" />
+ <Compile Include="System.Data.OleDb\OleDbPermissionAttribute.cs" />
+ <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventArgs.cs" />
+ <Compile Include="System.Data.OleDb\OleDbRowUpdatedEventHandler.cs" />
+ <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventArgs.cs" />
+ <Compile Include="System.Data.OleDb\OleDbRowUpdatingEventHandler.cs" />
+ <Compile Include="System.Data.OleDb\OleDbSchemaGuid.cs" />
+ <Compile Include="System.Data.OleDb\OleDbTransaction.cs" />
+ <Compile Include="System.Data.OleDb\OleDbType.cs" />
+ <Compile Include="System.Data.SqlTypes\INullable.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlBinary.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlBoolean.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlByte.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlBytes.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlChars.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlCompareOptions.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlDateTime.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlDecimal.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlDouble.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlGuid.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlInt16.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlInt32.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlInt64.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlMoney.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlNullValueException.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlSingle.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlString.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlTruncateException.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlTypeException.cs" />
+ <Compile Include="System.Data.SqlTypes\StorageState.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlAlreadyFilledException.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlNotFilledException.cs" />
+ <Compile Include="System.Data.SqlTypes\SqlXml.cs" />
+ <Compile Include="System.Data.Odbc\NativeBuffer.cs" />
+ <Compile Include="System.Data.Odbc\OdbcFactory.cs" />
+ <Compile Include="System.Data.Odbc\OdbcParameterConverter.cs" />
+ <Compile Include="System.Data.Odbc\OdbcCategoryAttribute.cs" />
+ <Compile Include="System.Data.Odbc\OdbcDescriptionAttribute.cs" />
+ <Compile Include="System.Data.Odbc\OdbcColumn.cs" />
+ <Compile Include="System.Data.Odbc\OdbcCommand.cs" />
+ <Compile Include="System.Data.Odbc\OdbcConnection.cs" />
+ <Compile Include="System.Data.Odbc\OdbcConnectionStringBuilder.cs" />
+ <Compile Include="System.Data.Odbc\OdbcDataReader.cs" />
+ <Compile Include="System.Data.Odbc\OdbcError.cs" />
+ <Compile Include="System.Data.Odbc\OdbcErrorCollection.cs" />
+ <Compile Include="System.Data.Odbc\OdbcException.cs" />
+ <Compile Include="System.Data.Odbc\OdbcMetaDataColumnNames.cs" />
+ <Compile Include="System.Data.Odbc\OdbcMetaDataCollectionNames.cs" />
+ <Compile Include="System.Data.Odbc\OdbcParameter.cs" />
+ <Compile Include="System.Data.Odbc\OdbcParameterCollection.cs" />
+ <Compile Include="System.Data.Odbc\OdbcTransaction.cs" />
+ <Compile Include="System.Data.Odbc\OdbcType.cs" />
+ <Compile Include="System.Data.Odbc\OdbcTypeMap.cs" />
+ <Compile Include="System.Data.Odbc\OdbcTypeConverter.cs" />
+ <Compile Include="System.Data.Odbc\libodbc.cs" />
+ <Compile Include="System.Data.Odbc\OdbcDataAdapter.cs" />
+ <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventArgs.cs" />
+ <Compile Include="System.Data.Odbc\OdbcRowUpdatedEventHandler.cs" />
+ <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventArgs.cs" />
+ <Compile Include="System.Data.Odbc\OdbcRowUpdatingEventHandler.cs" />
+ <Compile Include="System.Data.Odbc\OdbcPermissionAttribute.cs" />
+ <Compile Include="System.Data.Odbc\OdbcPermission.cs" />
+ <Compile Include="System.Data.Odbc\OdbcInfoMessageEventArgs.cs" />
+ <Compile Include="System.Data.Odbc\OdbcInfoMessageEventHandler.cs" />
+ <Compile Include="System.Data.Odbc\OdbcCommandBuilder.cs" />
+ <Compile Include="System.Data.Sql\SqlDataSourceEnumerator.cs" />
+ <Compile Include="System.Data.Sql\SqlNotificationRequest.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\Format.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\DataAccessKind.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\IBinarySerialize.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\InvalidUdtException.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlFunctionAttribute.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlMethodAttribute.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedAggregateAttribute.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlUserDefinedTypeAttribute.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SystemDataAccessKind.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlFacetAttribute.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\TriggerAction.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlTriggerContext.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlProcedureAttribute.cs" />
+ <Compile Include="Microsoft.SqlServer.Server\SqlTriggerAttribute.cs" />
+ <Compile Include="System.Data.SqlClient\SortOrder.cs" />
+ <Compile Include="System.Data.SqlClient\SqlNotificationType.cs" />
+ <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />
+ <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />
+ <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />
+ <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />
+ <Compile Include="System.Data.SqlClient\SqlClientMetaDataCollectionNames.cs" />
+ <Compile Include="System.Data.SqlClient\SqlClientPermission.cs" />
+ <Compile Include="System.Data.SqlClient\SqlClientPermissionAttribute.cs" />
+ <Compile Include="System.Data.SqlClient\SqlCommand.cs" />
+ <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />
+ <Compile Include="System.Data.SqlClient\SqlConnection.cs" />
+ <Compile Include="System.Data.SqlClient\SqlConnectionStringBuilder.cs" />
+ <Compile Include="System.Data.SqlClient\SqlDataAdapter.cs" />
+ <Compile Include="System.Data.SqlClient\SqlDataReader.cs" />
+ <Compile Include="System.Data.SqlClient\SqlDataSourceConverter.cs" />
+ <Compile Include="System.Data.SqlClient\SqlDependency.cs" />
+ <Compile Include="System.Data.SqlClient\SqlError.cs" />
+ <Compile Include="System.Data.SqlClient\SqlErrorCollection.cs" />
+ <Compile Include="System.Data.SqlClient\SqlException.cs" />
+ <Compile Include="System.Data.SqlClient\SqlInfoMessageEventArgs.cs" />
+ <Compile Include="System.Data.SqlClient\SqlInfoMessageEventHandler.cs" />
+ <Compile Include="System.Data.SqlClient\SqlInitialCatalogConverter.cs" />
+ <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />
+ <Compile Include="System.Data.SqlClient\SqlParameter.cs" />
+ <Compile Include="System.Data.SqlClient\SqlParameterCollection.cs" />
+ <Compile Include="System.Data.SqlClient\SqlParameterConverter.cs" />
+ <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventArgs.cs" />
+ <Compile Include="System.Data.SqlClient\SqlRowUpdatedEventHandler.cs" />
+ <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventArgs.cs" />
+ <Compile Include="System.Data.SqlClient\SqlRowUpdatingEventHandler.cs" />
+ <Compile Include="System.Data.SqlClient\SqlTransaction.cs" />
+ <Compile Include="System.Data.SqlClient\SqlXmlTextReader.cs" />
+ <Compile Include="System.Data.SqlClient\SQLDebugging.cs" />
+ <Compile Include="System.Data.SqlClient\SqlClientFactory.cs" />
+ <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />
+ <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />
+ <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />
+ <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
+ <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.cs" />
+ <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventArgs.cs" />
+ <Compile Include="System.Data.SqlClient\SqlNotificationEventArgs.cs" />
+ <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />
+ <Compile Include="System.Data\XmlDataLoader.cs" />
+ <Compile Include="System.Data\XmlSchemaDataImporter.cs" />
+ <Compile Include="System.Data\XmlSchemaWriter.cs" />
+ <Compile Include="System.Data\XmlTableWriter.cs" />
+ <Compile Include="System.Xml\XmlDataDocument.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Tokenizer.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Numeric.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Expressions.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Literal.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Comparison.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Functions.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Like.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\In.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs" />
+ <Compile Include="Mono.Data.SqlExpressions\Parser.cs" />
+
+ </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent></PreBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_4_5/System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\./../../class/lib/net_4_5/System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.EnterpriseServices.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.EnterpriseServices.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Data.Tds.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\Mono.Data.Tds.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Configuration.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Transactions.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.Transactions.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+