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-tests-net_4_0.csproj')
-rw-r--r--mcs/class/System.Data/System.Data-tests-net_4_0.csproj238
1 files changed, 0 insertions, 238 deletions
diff --git a/mcs/class/System.Data/System.Data-tests-net_4_0.csproj b/mcs/class/System.Data/System.Data-tests-net_4_0.csproj
deleted file mode 100644
index b74933373e1..00000000000
--- a/mcs/class/System.Data/System.Data-tests-net_4_0.csproj
+++ /dev/null
@@ -1,238 +0,0 @@
-<?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>{2473906B-8FEB-467D-8AD6-A55552D604B1}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,649,618,169,612,219,168</NoWarn>
- <OutputPath>bin\Debug\System.Data-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.Data_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,649,618,169,612,219,168</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,649,618,169,612,219,168</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</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="Test\Mono.Data.SqlExpressions\DataColumnExpressionTest.cs" />
- <Compile Include="Test\Mono.Data.SqlExpressions\DateComparisonTest.cs" />
- <Compile Include="Test\System.Data.Common\ConnectionStringsSectionTest.cs" />
- <Compile Include="Test\System.Data.Common\DataAdapterTest.cs" />
- <Compile Include="Test\System.Data.Common\DataColumnMappingCollectionTest.cs" />
- <Compile Include="Test\System.Data.Common\DataTableMappingCollectionTest.cs" />
- <Compile Include="Test\System.Data.Common\DbCommandBuilderTest.cs" />
- <Compile Include="Test\System.Data.Common\DbConnectionStringBuilderTest.cs" />
- <Compile Include="Test\System.Data.Common\DbDataAdapterTest.cs" />
- <Compile Include="Test\System.Data.Common\DBDataPermissionAttributeTest.cs" />
- <Compile Include="Test\System.Data.Common\DBDataPermissionTest.cs" />
- <Compile Include="Test\System.Data.Common\DbProviderFactoriesConfigurationHandlerTest.cs" />
- <Compile Include="Test\System.Data.Common\DbTransactionTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcCommandBuilderTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcCommandTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcConnectionStringBuilderTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcConnectionTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcDataAdapterTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcMetaDataCollectionNamesTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcParameterCollectionTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcParameterTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcPermissionAttributeTest.cs" />
- <Compile Include="Test\System.Data.Odbc\OdbcPermissionTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbCommandTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbConnectionTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbDataAdapterTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbMetaDataCollectionNamesTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbParameterCollectionTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbPermissionAttributeTest.cs" />
- <Compile Include="Test\System.Data.OleDb\OleDbPermissionTest.cs" />
- <Compile Include="Test\System.Data.Sql\SqlNotificationRequestTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlBulkCopyTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlClientMetaDataCollectionNamesTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlClientPermissionAttributeTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlClientPermissionTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlCommandBuilderTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlCommandTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlConnectionStringBuilderTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlConnectionTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlDataAdapterTest.cs" />
- <Compile Include="Test\System.Data.SqlClient\SqlParameterTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlBinaryTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlBooleanTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlBytesTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlByteTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlCharsTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlDateTimeTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlDecimalTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlDoubleTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlGuidTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlInt16Test.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlInt32Test.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlInt64Test.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlMoneyTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlSingleTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlStringTest.cs" />
- <Compile Include="Test\System.Data.SqlTypes\SqlXmlTest.cs" />
- <Compile Include="Test\System.Data.Test.Utils\DataProvider.cs" />
- <Compile Include="Test\System.Data\BinarySerializationTest.cs" />
- <Compile Include="Test\System.Data\ConstraintCollectionTest.cs" />
- <Compile Include="Test\System.Data\ConstraintCollectionTest2.cs" />
- <Compile Include="Test\System.Data\ConstraintExceptionTest.cs" />
- <Compile Include="Test\System.Data\ConstraintTest.cs" />
- <Compile Include="Test\System.Data\DataColumnCollectionTest.cs" />
- <Compile Include="Test\System.Data\DataColumnCollectionTest2.cs" />
- <Compile Include="Test\System.Data\DataColumnTest.cs" />
- <Compile Include="Test\System.Data\DataColumnTest2.cs" />
- <Compile Include="Test\System.Data\DataRelationCollectionTest.cs" />
- <Compile Include="Test\System.Data\DataRelationCollectionTest2.cs" />
- <Compile Include="Test\System.Data\DataRelationTest.cs" />
- <Compile Include="Test\System.Data\DataRelationTest2.cs" />
- <Compile Include="Test\System.Data\DataRowCollectionTest.cs" />
- <Compile Include="Test\System.Data\DataRowCollectionTest2.cs" />
- <Compile Include="Test\System.Data\DataRowTest.cs" />
- <Compile Include="Test\System.Data\DataRowTest2.cs" />
- <Compile Include="Test\System.Data\DataRowViewTest.cs" />
- <Compile Include="Test\System.Data\DataRowViewTest2.cs" />
- <Compile Include="Test\System.Data\DataSet1.Designer.cs" />
- <Compile Include="Test\System.Data\DataSetAssertion.cs" />
- <Compile Include="Test\System.Data\DataSetInferXmlSchemaTest.cs" />
- <Compile Include="Test\System.Data\DataSetReadXmlSchemaTest.cs" />
- <Compile Include="Test\System.Data\DataSetReadXmlTest.cs" />
- <Compile Include="Test\System.Data\DataSetTest.cs" />
- <Compile Include="Test\System.Data\DataSetTest2.cs" />
- <Compile Include="Test\System.Data\DataSetTypedDataSetTest.cs" />
- <Compile Include="Test\System.Data\DataTableCollectionTest.cs" />
- <Compile Include="Test\System.Data\DataTableCollectionTest2.cs" />
- <Compile Include="Test\System.Data\DataTableLoadRowTest.cs" />
- <Compile Include="Test\System.Data\DataTableReaderTest.cs" />
- <Compile Include="Test\System.Data\DataTableReadWriteXmlTest.cs" />
- <Compile Include="Test\System.Data\DataTableReadXmlSchemaTest.cs" />
- <Compile Include="Test\System.Data\DataTableTest.cs" />
- <Compile Include="Test\System.Data\DataTableTest2.cs" />
- <Compile Include="Test\System.Data\DataTableTest3.cs" />
- <Compile Include="Test\System.Data\DataTableTest4.cs" />
- <Compile Include="Test\System.Data\DataTableTest5.cs" />
- <Compile Include="Test\System.Data\DataViewManagerTest.cs" />
- <Compile Include="Test\System.Data\DataViewTest.cs" />
- <Compile Include="Test\System.Data\DataViewTest_IBindingList.cs" />
- <Compile Include="Test\System.Data\DataViewTest_IBindingListView.cs" />
- <Compile Include="Test\System.Data\DataViewTest2.cs" />
- <Compile Include="Test\System.Data\DBConcurrencyExceptionTest.cs" />
- <Compile Include="Test\System.Data\DeletedRowInaccessibleExceptionTest.cs" />
- <Compile Include="Test\System.Data\DuplicateNameExceptionTest.cs" />
- <Compile Include="Test\System.Data\EvaluateExceptionTest.cs" />
- <Compile Include="Test\System.Data\ForeignKeyConstraintTest.cs" />
- <Compile Include="Test\System.Data\ForeignKeyConstraintTest2.cs" />
- <Compile Include="Test\System.Data\InRowChangingEventExceptionTest.cs" />
- <Compile Include="Test\System.Data\InvalidConstraintExceptionTest.cs" />
- <Compile Include="Test\System.Data\MissingPrimaryKeyExceptionTest.cs" />
- <Compile Include="Test\System.Data\MonkeyDataSet.cs" />
- <Compile Include="Test\System.Data\NoNullAllowedExceptionTest.cs" />
- <Compile Include="Test\System.Data\ReadOnlyExceptionTest.cs" />
- <Compile Include="Test\System.Data\RowNotInTableExceptionTest.cs" />
- <Compile Include="Test\System.Data\SyntaxErrorExceptionTest.cs" />
- <Compile Include="Test\System.Data\TrailingSpaceTest.cs" />
- <Compile Include="Test\System.Data\TypedDataSetGeneratorTest.cs" />
- <Compile Include="Test\System.Data\UniqueConstraintTest.cs" />
- <Compile Include="Test\System.Data\UniqueConstraintTest2.cs" />
- <Compile Include="Test\System.Data\VersionNotFoundException.cs" />
- <Compile Include="Test\System.Data\XmlDataLoaderTest.cs" />
- <Compile Include="Test\System.Data\XmlDataReaderTest.cs" />
- <Compile Include="Test\System.Data\XmlExportOfTypedDataSetTest.cs" />
- <Compile Include="Test\System.Xml\XmlDataDocumentTest.cs" />
- <Compile Include="Test\System.Xml\XmlDataDocumentTest2.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>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Data\System.Data-net_4_0.csproj">
- <Project>{0ADBE502-5524-4312-81B0-8456328C367C}</Project>
- <Name>System.Data\System.Data-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.XML\System.Xml-net_4_0-1.csproj">
- <Project>{3FFA80F7-ACB9-480C-828F-7C9BA7A17EE3}</Project>
- <Name>System.XML\System.Xml-net_4_0-1</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.EnterpriseServices\System.EnterpriseServices-net_4_0.csproj">
- <Project>{C8124AA3-044F-4027-BD71-4810346B8FB6}</Project>
- <Name>System.EnterpriseServices\System.EnterpriseServices-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Data.Tds\Mono.Data.Tds-net_4_0.csproj">
- <Project>{6ECC0DBC-E614-4ABD-811F-0DE92E8314EA}</Project>
- <Name>Mono.Data.Tds\Mono.Data.Tds-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Transactions\System.Transactions-net_4_0.csproj">
- <Project>{03A0E889-9E62-423F-B65E-40416E021F1B}</Project>
- <Name>System.Transactions\System.Transactions-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Core\System.Core-net_4_0.csproj">
- <Project>{8B53B0E9-E0CA-4378-8C57-F85D518871D3}</Project>
- <Name>System.Core\System.Core-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Data.Sqlite\Mono.Data.Sqlite-net_2_0.csproj">
- <Project>{7B3F5668-ED1F-48EB-9897-E6BE6A1C8CB3}</Project>
- <Name>Mono.Data.Sqlite\Mono.Data.Sqlite-net_2_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-