| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" 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>{9A33954F-57A8-4D75-B1D8-0F81808A0DD4}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,649</NoWarn>
- <OutputPath>./../../class/lib/net_4_5</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Data</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
-
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,649</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;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>
- </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>
- </PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs.in" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="Microsoft.SqlServer.Server\DataAccessKind.cs" />
- <Compile Include="Microsoft.SqlServer.Server\Format.cs" />
- <Compile Include="Microsoft.SqlServer.Server\IBinarySerialize.cs" />
- <Compile Include="Microsoft.SqlServer.Server\InvalidUdtException.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlFacetAttribute.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\SqlProcedureAttribute.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlTriggerAttribute.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlTriggerContext.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\TriggerAction.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Aggregation.cs" />
- <Compile Include="Mono.Data.SqlExpressions\ArithmeticExpressions.cs" />
- <Compile Include="Mono.Data.SqlExpressions\BooleanExpressions.cs" />
- <Compile Include="Mono.Data.SqlExpressions\ColumnReference.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Comparison.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Expressions.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Functions.cs" />
- <Compile Include="Mono.Data.SqlExpressions\In.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Like.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Literal.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Numeric.cs" />
- <Compile Include="Mono.Data.SqlExpressions\StringFunctions.cs" />
- <Compile Include="Mono.Data.SqlExpressions\Tokenizer.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\DataColumnMapping.cs" />
- <Compile Include="System.Data.Common\DataColumnMappingCollection.cs" />
- <Compile Include="System.Data.Common\DataColumnMappingConverter.cs" />
- <Compile Include="System.Data.Common\DataContainer.cs" />
- <Compile Include="System.Data.Common\DataTableMapping.cs" />
- <Compile Include="System.Data.Common\DataTableMappingCollection.cs" />
- <Compile Include="System.Data.Common\DataTableMappingConverter.cs" />
- <Compile Include="System.Data.Common\DbCommand.cs" />
- <Compile Include="System.Data.Common\DbCommandBuilder.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\DbConnectionStringBuilder.cs" />
- <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />
- <Compile Include="System.Data.Common\DbDataAdapter.cs" />
- <Compile Include="System.Data.Common\DbDataPermission.cs" />
- <Compile Include="System.Data.Common\DbDataPermissionAttribute.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\DbParameter.cs" />
- <Compile Include="System.Data.Common\DbParameterCollection.cs" />
- <Compile Include="System.Data.Common\DbProviderConfigurationHandler.cs" />
- <Compile Include="System.Data.Common\DbProviderFactories.cs" />
- <Compile Include="System.Data.Common\DbProviderFactoriesConfigurationHandler.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.Common\TaskHelper.cs" />
- <Compile Include="System.Data.Odbc\libodbc.cs" />
- <Compile Include="System.Data.Odbc\NativeBuffer.cs" />
- <Compile Include="System.Data.Odbc\OdbcCategoryAttribute.cs" />
- <Compile Include="System.Data.Odbc\OdbcColumn.cs" />
- <Compile Include="System.Data.Odbc\OdbcCommand.cs" />
- <Compile Include="System.Data.Odbc\OdbcCommandBuilder.cs" />
- <Compile Include="System.Data.Odbc\OdbcConnection.cs" />
- <Compile Include="System.Data.Odbc\OdbcConnectionStringBuilder.cs" />
- <Compile Include="System.Data.Odbc\OdbcDataAdapter.cs" />
- <Compile Include="System.Data.Odbc\OdbcDataReader.cs" />
- <Compile Include="System.Data.Odbc\OdbcDescriptionAttribute.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\OdbcFactory.cs" />
- <Compile Include="System.Data.Odbc\OdbcInfoMessageEventArgs.cs" />
- <Compile Include="System.Data.Odbc\OdbcInfoMessageEventHandler.cs" />
- <Compile Include="System.Data.Odbc\OdbcMetaDataCollectionNames.cs" />
- <Compile Include="System.Data.Odbc\OdbcMetaDataColumnNames.cs" />
- <Compile Include="System.Data.Odbc\OdbcParameter.cs" />
- <Compile Include="System.Data.Odbc\OdbcParameterCollection.cs" />
- <Compile Include="System.Data.Odbc\OdbcParameterConverter.cs" />
- <Compile Include="System.Data.Odbc\OdbcPermission.cs" />
- <Compile Include="System.Data.Odbc\OdbcPermissionAttribute.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\OdbcTransaction.cs" />
- <Compile Include="System.Data.Odbc\OdbcType.cs" />
- <Compile Include="System.Data.Odbc\OdbcTypeConverter.cs" />
- <Compile Include="System.Data.Odbc\OdbcTypeMap.cs" />
- <Compile Include="System.Data.OleDb\libgda.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\OleDbParameterConverter.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.Sql\SqlDataSourceEnumerator.cs" />
- <Compile Include="System.Data.Sql\SqlNotificationRequest.cs" />
- <Compile Include="System.Data.SqlClient\NetworkLibraryConverter.cs" />
- <Compile Include="System.Data.SqlClient\OnChangeEventHandler.cs" />
- <Compile Include="System.Data.SqlClient\SortOrder.cs" />
- <Compile Include="System.Data.SqlClient\SqlAsyncResult.cs" />
- <Compile Include="System.Data.SqlClient\SqlAsyncState.cs" />
- <Compile Include="System.Data.SqlClient\SqlBulkCopy.cs" />
- <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMapping.cs" />
- <Compile Include="System.Data.SqlClient\SqlBulkCopyColumnMappingCollection.cs" />
- <Compile Include="System.Data.SqlClient\SqlBulkCopyOptions.cs" />
- <Compile Include="System.Data.SqlClient\SqlClientFactory.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\SqlCredential.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\SQLDebugging.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\SqlNotificationEventArgs.cs" />
- <Compile Include="System.Data.SqlClient\SqlNotificationInfo.cs" />
- <Compile Include="System.Data.SqlClient\SqlNotificationSource.cs" />
- <Compile Include="System.Data.SqlClient\SqlNotificationType.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\SqlRowsCopiedEventArgs.cs" />
- <Compile Include="System.Data.SqlClient\SqlRowsCopiedEventHandler.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.SqlTypes\INullable.cs" />
- <Compile Include="System.Data.SqlTypes\SqlAlreadyFilledException.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\SqlNotFilledException.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\SqlXml.cs" />
- <Compile Include="System.Data.SqlTypes\StorageState.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\ConflictOption.cs" />
- <Compile Include="System.Data\ConnectionState.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\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\DataTableClearEventArgs.cs" />
- <Compile Include="System.Data\DataTableClearEventHandler.cs" />
- <Compile Include="System.Data\DataTableCollection.cs" />
- <Compile Include="System.Data\DataTableNewRowEventArgs.cs" />
- <Compile Include="System.Data\DataTableNewRowEventHandler.cs" />
- <Compile Include="System.Data\DataTablePropertyDescriptor.cs" />
- <Compile Include="System.Data\DataTableReader.cs" />
- <Compile Include="System.Data\DataTableTypeConverter.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\RelatedDataView.cs" />
- <Compile Include="System.Data\RelationshipConverter.cs" />
- <Compile Include="System.Data\ResDescriptionAttribute.cs" />
- <Compile Include="System.Data\RowNotInTableException.cs" />
- <Compile Include="System.Data\Rule.cs" />
- <Compile Include="System.Data\SchemaSerializationMode.cs" />
- <Compile Include="System.Data\SchemaType.cs" />
- <Compile Include="System.Data\SerializationFormat.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="System.Data\TableAdapterSchemaInfo.cs" />
- <Compile Include="System.Data\TypeDataSetGeneratorException.cs" />
- <Compile Include="System.Data\TypedDataSetGenerator.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\XmlConstants.cs" />
- <Compile Include="System.Data\XmlDataInferenceLoader.cs" />
- <Compile Include="System.Data\XmlDataLoader.cs" />
- <Compile Include="System.Data\XmlDataReader.cs" />
- <Compile Include="System.Data\XmlDiffLoader.cs" />
- <Compile Include="System.Data\XmlHelper.cs" />
- <Compile Include="System.Data\XmlReadMode.cs" />
- <Compile Include="System.Data\XmlSchemaDataImporter.cs" />
- <Compile Include="System.Data\XmlSchemaWriter.cs" />
- <Compile Include="System.Data\XmlTableWriter.cs" />
- <Compile Include="System.Data\XmlWriteMode.cs" />
- <Compile Include="System.Xml\XmlDataDocument.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 Condition=" '$(OS)' != 'Windows_NT' ">
- </PreBuildEvent>
- <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PreBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="../corlib/corlib-net_4_5.csproj">
- <Project>{33BF0182-AC5C-464C-995B-C9CFE74E1A95}</Project>
- <Name>corlib-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_5.csproj">
- <Project>{FFAC0B73-D997-493B-9C62-27656CD858BB}</Project>
- <Name>System-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-net_4_5.csproj">
- <Project>{2951DEC2-4393-4A78-83F9-42EB39CB708F}</Project>
- <Name>System.Xml-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.EnterpriseServices/System.EnterpriseServices-net_4_5.csproj">
- <Project>{773D8BA7-9A88-49AC-81C9-740436270588}</Project>
- <Name>System.EnterpriseServices-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Data.Tds/Mono.Data.Tds-net_4_5.csproj">
- <Project>{CB7949AC-5FA7-4FAB-893A-8FAF436BF514}</Project>
- <Name>Mono.Data.Tds-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Configuration/System.Configuration-net_4_5.csproj">
- <Project>{D52A2CEA-245E-4877-950E-3EAC5F541B8E}</Project>
- <Name>System.Configuration-net_4_5</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Transactions/System.Transactions-net_4_5.csproj">
- <Project>{AF2BBF50-AB57-4CA1-8EF5-2B54C7418434}</Project>
- <Name>System.Transactions-net_4_5</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|