| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563 |
- <?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>{EC439BB8-FFED-4A32-A05D-2FA3A70CAD64}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,169,219,414,649</NoWarn>
- <OutputPath>./../../class/lib/net_4_x</OutputPath>
- <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <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,169,219,414,649</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,169,219,414,649</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;PLATFORM_UNIX;USEOFFSET;MONO_PARTIAL_DATA_IMPORT</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\AssemblyRef.cs" />
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\Locale.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="..\..\build\common\SR.cs" />
- <Compile Include="..\referencesource\System.Data\bid\inc\cs\bidPrivateBase.cs" />
- <Compile Include="..\referencesource\System.Data\Microsoft\SqlServer\Server\SqlTriggerContext.cs" />
- <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\BigIntegerStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\BooleanStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\ByteStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\CharStorage.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\DataStorage.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\DateTimeOffsetStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DateTimeStorage.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\DecimalStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\DoubleStorage.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\Int16Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\Int32Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\Int64Storage.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\ObjectStorage.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\SByteStorage.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\SingleStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLConvert.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLBytesStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLByteStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLCharsStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLGuidStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt16Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt32Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLInt64Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLSingleStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SQLStringStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlUDTStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\SQLTypes\SqlXmlStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\StringStorage.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\TimeSpanStorage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt16Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt32Storage.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Common\UInt64Storage.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" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcCommandBuilder.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionFactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionHandle.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionOpen.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionPoolProviderInfo.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionString.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcConnectionStringbuilder.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcDataAdapter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcDataReader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcEnvironment.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcEnvironmentHandle.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcError.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcErrorCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcFactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcHandle.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcInfoMessageEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\odbcmetadatacollectionnames.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\odbcmetadatacolumnnames.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\odbcmetadatafactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcParameter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcParameterCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcReferenceCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcRowUpdatingEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcStatementHandle.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcTransaction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Odbc\OdbcUtils.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\ColumnBinding.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\DBBindings.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\DBPropSet.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OLEDB_Enum.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OLEDB_Util.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbCommand.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbCommandBuilder.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnectionFactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnectionInternal.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbConnectionPoolGroupProviderInfo.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\oledbconnectionstring.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OledbConnectionStringbuilder.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbDataAdapter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbDataReader.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbEnumerator.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbError.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbErrorCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbException.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbFactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbHResult.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbInfoMessageEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbInfoMessageEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbLiteral.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\oledbmetadatacollectionnames.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\oledbmetadatacolumnnames.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbMetaDataFactory.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbParameter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbParameterCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPropertySetGuid.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbPropertyStatus.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbReferenceCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatedEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatedEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatingEvent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbRowUpdatingEventHandler.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbSchemaGuid.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbStruct.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbTransaction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\OleDbWrapper.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\PropertyAttributes.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\PropertyIDSet.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\OleDb\PropertyInfoSet.cs" />
- <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" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionInternal.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPool.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContext.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolAuthenticationContextKey.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolCounters.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolGroup.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\ProviderBase\DbConnectionPoolGroupProviderInfo.cs" />
- <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" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlFacetAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlFunctionAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlGenericUtil.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlMethodAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlNotificationRequest.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlProcedureAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlTriggerAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlUserDefinedAggregateAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\SqlUserDefinedTypeAttribute.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\Sql\TriggerAction.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\ApplicationIntent.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\LocalDBAPI.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlClientEncryptionType.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlClientPermission.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlConnectionString.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlConnectionStringBuilder.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlError.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlErrorCollection.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SqlClient\SqlInfoMessageEvent.cs" />
- <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\INullable.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLBinary.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLBoolean.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLByte.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLBytes.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLChars.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlCharStream.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLDateTime.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLDecimal.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLDouble.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLGuid.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLInt16.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLInt32.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLInt64.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLMoney.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLResource.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLSingle.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLString.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlTypesSchemaImporter.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SQLUtility.cs" />
- <Compile Include="..\referencesource\System.Data\System\Data\SQLTypes\SqlXml.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="Microsoft.SqlServer.Server\SqlDataRecord.cs" />
- <Compile Include="Microsoft.SqlServer.Server\SqlMetaData.cs" />
- <Compile Include="ReferenceSources\NativeOledbWrapper.cs" />
- <Compile Include="ReferenceSources\Res.cs" />
- <Compile Include="ReferenceSources\Res.missing.cs" />
- <Compile Include="ReferenceSources\ResCategoryAttribute.cs" />
- <Compile Include="ReferenceSources\ResDescriptionAttribute.cs" />
- <Compile Include="ReferenceSources\SqlInternalConnectionTds.cs" />
- <Compile Include="ReferenceSources\ThisAssembly.cs" />
- <Compile Include="ReferenceSources\Win32NativeMethods.cs" />
- <Compile Include="System.Data.Common\DbConnectionStringBuilderHelper.cs" />
- <Compile Include="System.Data.Common\DbTypes.cs" />
- <Compile Include="System.Data.Common\ExceptionHelper.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\SqlCommand.cs" />
- <Compile Include="System.Data.SqlClient\SqlCommandBuilder.cs" />
- <Compile Include="System.Data.SqlClient\SqlConnection.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\SqlDecimalExtensions.cs" />
- <Compile Include="System.Data.SqlClient\SqlDependency.cs" />
- <Compile Include="System.Data.SqlClient\SqlException.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="gen_OdbcConnection.cs" />
- <Compile Include="gen_OdbcParameter.cs" />
- <Compile Include="gen_OdbcParameterCollection.cs" />
- <Compile Include="gen_OleDbConnection.cs" />
- <Compile Include="gen_OleDbParameter.cs" />
- <Compile Include="gen_OleDbParameterCollection.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_x.csproj">
- <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
- <Name>corlib-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System/System-net_4_x.csproj">
- <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
- <Name>System-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
- <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
- <Name>System.Xml-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
- <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
- <Name>System.Core-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Numerics/System.Numerics-net_4_x.csproj">
- <Project>{BD2FFDDC-BD89-4041-82F5-A696C941C7BE}</Project>
- <Name>System.Numerics-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.EnterpriseServices/System.EnterpriseServices-net_4_x.csproj">
- <Project>{61E3D008-E273-4E12-860A-8ADA031098C2}</Project>
- <Name>System.EnterpriseServices-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../Mono.Data.Tds/Mono.Data.Tds-net_4_x.csproj">
- <Project>{39F59AE4-1381-4275-B14E-16D786F40B93}</Project>
- <Name>Mono.Data.Tds-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Configuration/System.Configuration-net_4_x.csproj">
- <Project>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</Project>
- <Name>System.Configuration-net_4_x</Name>
- </ProjectReference>
- <ProjectReference Include="../System.Transactions/System.Transactions-net_4_x.csproj">
- <Project>{3821C69F-220D-4231-992C-0FE05311A005}</Project>
- <Name>System.Transactions-net_4_x</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- </Project>
|