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:
authorMarek Safar <marek.safar@gmail.com>2012-02-10 16:27:26 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-10 18:56:23 +0400
commit88fde5a568991885e6a68636d740ae4b6dc18ac2 (patch)
treea52c2b191478ecdb55f69de9fd0d68843151c8f4 /mcs/class/System.Data
parent510a2941c4e0f6987ab92fbd783ddd233b59db5a (diff)
Add VS project files for test project
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/System.Data-net_2_0.csproj35
-rw-r--r--mcs/class/System.Data/System.Data-net_4_0.csproj35
-rw-r--r--mcs/class/System.Data/System.Data-net_4_5.csproj35
-rw-r--r--mcs/class/System.Data/System.Data-tests-net_2_0.csproj224
-rw-r--r--mcs/class/System.Data/System.Data-tests-net_4_0.csproj224
-rw-r--r--mcs/class/System.Data/System.Data-tests-net_4_5.csproj224
6 files changed, 720 insertions, 57 deletions
diff --git a/mcs/class/System.Data/System.Data-net_2_0.csproj b/mcs/class/System.Data/System.Data-net_2_0.csproj
index cab4e0aa403..1b3a8554db5 100644
--- a/mcs/class/System.Data/System.Data-net_2_0.csproj
+++ b/mcs/class/System.Data/System.Data-net_2_0.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<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>
@@ -9,23 +9,20 @@
<OutputType>Library</OutputType>
<NoWarn>1699,649</NoWarn>
<OutputPath>./../../class/lib/net_2_0</OutputPath>
- <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>mscorlib</RootNamespace>
+ <RootNamespace></RootNamespace>
<AssemblyName>System.Data</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v2.0</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</DefineConstants>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
@@ -392,41 +389,41 @@
<PropertyGroup>
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib.dll">
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="./../../class/lib/net_2_0/System.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\./../../class/lib/net_2_0/System.dll</HintPath>
+ <HintPath>./../../class/lib/net_2_0/System.dll</HintPath>
</Reference>
<Reference Include="System.Xml.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ <HintPath>System.Xml.dll</HintPath>
</Reference>
<Reference Include="System.EnterpriseServices.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.EnterpriseServices.dll</HintPath>
+ <HintPath>System.EnterpriseServices.dll</HintPath>
</Reference>
<Reference Include="Mono.Data.Tds.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\Mono.Data.Tds.dll</HintPath>
+ <HintPath>Mono.Data.Tds.dll</HintPath>
</Reference>
<Reference Include="System.Configuration.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
+ <HintPath>System.Configuration.dll</HintPath>
</Reference>
<Reference Include="System.Transactions.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Transactions.dll</HintPath>
+ <HintPath>System.Transactions.dll</HintPath>
</Reference>
- </ItemGroup>
+ </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
diff --git a/mcs/class/System.Data/System.Data-net_4_0.csproj b/mcs/class/System.Data/System.Data-net_4_0.csproj
index 131240fbe3c..cdf8880e8f7 100644
--- a/mcs/class/System.Data/System.Data-net_4_0.csproj
+++ b/mcs/class/System.Data/System.Data-net_4_0.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<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>
@@ -9,23 +9,20 @@
<OutputType>Library</OutputType>
<NoWarn>1699,649</NoWarn>
<OutputPath>./../../class/lib/net_4_0</OutputPath>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>mscorlib</RootNamespace>
+ <RootNamespace></RootNamespace>
<AssemblyName>System.Data</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.0</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</DefineConstants>
+ <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>
<AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
@@ -392,41 +389,41 @@
<PropertyGroup>
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib.dll">
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="./../../class/lib/net_4_0/System.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\./../../class/lib/net_4_0/System.dll</HintPath>
+ <HintPath>./../../class/lib/net_4_0/System.dll</HintPath>
</Reference>
<Reference Include="System.Xml.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ <HintPath>System.Xml.dll</HintPath>
</Reference>
<Reference Include="System.EnterpriseServices.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.EnterpriseServices.dll</HintPath>
+ <HintPath>System.EnterpriseServices.dll</HintPath>
</Reference>
<Reference Include="Mono.Data.Tds.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\Mono.Data.Tds.dll</HintPath>
+ <HintPath>Mono.Data.Tds.dll</HintPath>
</Reference>
<Reference Include="System.Configuration.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
+ <HintPath>System.Configuration.dll</HintPath>
</Reference>
<Reference Include="System.Transactions.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Transactions.dll</HintPath>
+ <HintPath>System.Transactions.dll</HintPath>
</Reference>
- </ItemGroup>
+ </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
diff --git a/mcs/class/System.Data/System.Data-net_4_5.csproj b/mcs/class/System.Data/System.Data-net_4_5.csproj
index ea099584651..f2ca340880a 100644
--- a/mcs/class/System.Data/System.Data-net_4_5.csproj
+++ b/mcs/class/System.Data/System.Data-net_4_5.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<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>
@@ -9,23 +9,20 @@
<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>
+ <RootNamespace></RootNamespace>
<AssemblyName>System.Data</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.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>
+ <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>
<AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
@@ -392,41 +389,41 @@
<PropertyGroup>
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib.dll">
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>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>
+ <HintPath>./../../class/lib/net_4_5/System.dll</HintPath>
</Reference>
<Reference Include="System.Xml.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ <HintPath>System.Xml.dll</HintPath>
</Reference>
<Reference Include="System.EnterpriseServices.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.EnterpriseServices.dll</HintPath>
+ <HintPath>System.EnterpriseServices.dll</HintPath>
</Reference>
<Reference Include="Mono.Data.Tds.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\Mono.Data.Tds.dll</HintPath>
+ <HintPath>Mono.Data.Tds.dll</HintPath>
</Reference>
<Reference Include="System.Configuration.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Configuration.dll</HintPath>
+ <HintPath>System.Configuration.dll</HintPath>
</Reference>
<Reference Include="System.Transactions.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Transactions.dll</HintPath>
+ <HintPath>System.Transactions.dll</HintPath>
</Reference>
- </ItemGroup>
+ </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
diff --git a/mcs/class/System.Data/System.Data-tests-net_2_0.csproj b/mcs/class/System.Data/System.Data-tests-net_2_0.csproj
new file mode 100644
index 00000000000..b752e60bcea
--- /dev/null
+++ b/mcs/class/System.Data/System.Data-tests-net_2_0.csproj
@@ -0,0 +1,224 @@
+<?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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,649,618,169,612,219,168</NoWarn>
+ <OutputPath>.\</OutputPath>
+ <NoStdLib>true</NoStdLib>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace></RootNamespace>
+ <AssemblyName>System.Data_test_net_2_0</AssemblyName>
+ <TargetFrameworkVersion>v2.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</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </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</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="Test\System.Data.Test.Utils\DataProvider.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\SqlDoubleTest.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\SqlSingleTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlMoneyTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlDateTimeTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlGuidTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlDecimalTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlStringTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlXmlTest.cs" />
+ <Compile Include="Test\System.Xml\XmlDataDocumentTest.cs" />
+ <Compile Include="Test\System.Xml\XmlDataDocumentTest2.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\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\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\DataSetAssertion.cs" />
+ <Compile Include="Test\System.Data\DataSetTest.cs" />
+ <Compile Include="Test\System.Data\DataSetTest2.cs" />
+ <Compile Include="Test\System.Data\DataSetReadXmlTest.cs" />
+ <Compile Include="Test\System.Data\DataSetReadXmlSchemaTest.cs" />
+ <Compile Include="Test\System.Data\DataSetInferXmlSchemaTest.cs" />
+ <Compile Include="Test\System.Data\DataSetTypedDataSetTest.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\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\DataSet1.Designer.cs" />
+ <Compile Include="Test\System.Data\DataViewManagerTest.cs" />
+ <Compile Include="Test\System.Data\DataViewTest.cs" />
+ <Compile Include="Test\System.Data\DataViewTest2.cs" />
+ <Compile Include="Test\System.Data\DataViewTest_IBindingList.cs" />
+ <Compile Include="Test\System.Data\DataViewTest_IBindingListView.cs" />
+ <Compile Include="Test\System.Data\DBConcurrencyExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ForeignKeyConstraintTest.cs" />
+ <Compile Include="Test\System.Data\ForeignKeyConstraintTest2.cs" />
+ <Compile Include="Test\System.Data\MonkeyDataSet.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\DataRelationCollectionTest.cs" />
+ <Compile Include="Test\System.Data\DataRelationCollectionTest2.cs" />
+ <Compile Include="Test\System.Data\DataTableCollectionTest.cs" />
+ <Compile Include="Test\System.Data\DataTableCollectionTest2.cs" />
+ <Compile Include="Test\System.Data\DeletedRowInaccessibleExceptionTest.cs" />
+ <Compile Include="Test\System.Data\DuplicateNameExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ConstraintExceptionTest.cs" />
+ <Compile Include="Test\System.Data\EvaluateExceptionTest.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\NoNullAllowedExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ReadOnlyExceptionTest.cs" />
+ <Compile Include="Test\System.Data\SyntaxErrorExceptionTest.cs" />
+ <Compile Include="Test\System.Data\TrailingSpaceTest.cs" />
+ <Compile Include="Test\System.Data\RowNotInTableExceptionTest.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.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\DBDataPermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Data.Common\DBDataPermissionTest.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\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\SqlCommandBuilderTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlCommandTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlConnectionTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlConnectionStringBuilderTest.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\SqlDataAdapterTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlParameterTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlBulkCopyTest.cs" />
+ <Compile Include="Test\Mono.Data.SqlExpressions\DataColumnExpressionTest.cs" />
+ <Compile Include="Test\Mono.Data.SqlExpressions\DateComparisonTest.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>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_2_0/System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_2_0/System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_2_0/System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_2_0/System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.EnterpriseServices.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.EnterpriseServices.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Data.Tds.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Mono.Data.Tds.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Configuration.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Configuration.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Transactions.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Transactions.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+
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
new file mode 100644
index 00000000000..f1ff70e57ef
--- /dev/null
+++ b/mcs/class/System.Data/System.Data-tests-net_4_0.csproj
@@ -0,0 +1,224 @@
+<?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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,649,618,169,612,219,168</NoWarn>
+ <OutputPath>.\</OutputPath>
+ <NoStdLib>true</NoStdLib>
+ <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>
+ <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </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>
+ <AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="Test\System.Data.Test.Utils\DataProvider.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\SqlDoubleTest.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\SqlSingleTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlMoneyTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlDateTimeTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlGuidTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlDecimalTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlStringTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlXmlTest.cs" />
+ <Compile Include="Test\System.Xml\XmlDataDocumentTest.cs" />
+ <Compile Include="Test\System.Xml\XmlDataDocumentTest2.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\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\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\DataSetAssertion.cs" />
+ <Compile Include="Test\System.Data\DataSetTest.cs" />
+ <Compile Include="Test\System.Data\DataSetTest2.cs" />
+ <Compile Include="Test\System.Data\DataSetReadXmlTest.cs" />
+ <Compile Include="Test\System.Data\DataSetReadXmlSchemaTest.cs" />
+ <Compile Include="Test\System.Data\DataSetInferXmlSchemaTest.cs" />
+ <Compile Include="Test\System.Data\DataSetTypedDataSetTest.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\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\DataSet1.Designer.cs" />
+ <Compile Include="Test\System.Data\DataViewManagerTest.cs" />
+ <Compile Include="Test\System.Data\DataViewTest.cs" />
+ <Compile Include="Test\System.Data\DataViewTest2.cs" />
+ <Compile Include="Test\System.Data\DataViewTest_IBindingList.cs" />
+ <Compile Include="Test\System.Data\DataViewTest_IBindingListView.cs" />
+ <Compile Include="Test\System.Data\DBConcurrencyExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ForeignKeyConstraintTest.cs" />
+ <Compile Include="Test\System.Data\ForeignKeyConstraintTest2.cs" />
+ <Compile Include="Test\System.Data\MonkeyDataSet.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\DataRelationCollectionTest.cs" />
+ <Compile Include="Test\System.Data\DataRelationCollectionTest2.cs" />
+ <Compile Include="Test\System.Data\DataTableCollectionTest.cs" />
+ <Compile Include="Test\System.Data\DataTableCollectionTest2.cs" />
+ <Compile Include="Test\System.Data\DeletedRowInaccessibleExceptionTest.cs" />
+ <Compile Include="Test\System.Data\DuplicateNameExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ConstraintExceptionTest.cs" />
+ <Compile Include="Test\System.Data\EvaluateExceptionTest.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\NoNullAllowedExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ReadOnlyExceptionTest.cs" />
+ <Compile Include="Test\System.Data\SyntaxErrorExceptionTest.cs" />
+ <Compile Include="Test\System.Data\TrailingSpaceTest.cs" />
+ <Compile Include="Test\System.Data\RowNotInTableExceptionTest.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.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\DBDataPermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Data.Common\DBDataPermissionTest.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\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\SqlCommandBuilderTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlCommandTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlConnectionTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlConnectionStringBuilderTest.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\SqlDataAdapterTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlParameterTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlBulkCopyTest.cs" />
+ <Compile Include="Test\Mono.Data.SqlExpressions\DataColumnExpressionTest.cs" />
+ <Compile Include="Test\Mono.Data.SqlExpressions\DateComparisonTest.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>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_4_0/System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_4_0/System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_4_0/System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_4_0/System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.EnterpriseServices.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.EnterpriseServices.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Data.Tds.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Mono.Data.Tds.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Configuration.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Configuration.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Transactions.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Transactions.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+
diff --git a/mcs/class/System.Data/System.Data-tests-net_4_5.csproj b/mcs/class/System.Data/System.Data-tests-net_4_5.csproj
new file mode 100644
index 00000000000..b4625ab641a
--- /dev/null
+++ b/mcs/class/System.Data/System.Data-tests-net_4_5.csproj
@@ -0,0 +1,224 @@
+<?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>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,649,618,169,612,219,168</NoWarn>
+ <OutputPath>.\</OutputPath>
+ <NoStdLib>true</NoStdLib>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace></RootNamespace>
+ <AssemblyName>System.Data_test_net_4_5</AssemblyName>
+ <TargetFrameworkVersion>v4.5</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;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,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;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="Test\System.Data.Test.Utils\DataProvider.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\SqlDoubleTest.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\SqlSingleTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlMoneyTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlDateTimeTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlGuidTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlDecimalTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlStringTest.cs" />
+ <Compile Include="Test\System.Data.SqlTypes\SqlXmlTest.cs" />
+ <Compile Include="Test\System.Xml\XmlDataDocumentTest.cs" />
+ <Compile Include="Test\System.Xml\XmlDataDocumentTest2.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\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\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\DataSetAssertion.cs" />
+ <Compile Include="Test\System.Data\DataSetTest.cs" />
+ <Compile Include="Test\System.Data\DataSetTest2.cs" />
+ <Compile Include="Test\System.Data\DataSetReadXmlTest.cs" />
+ <Compile Include="Test\System.Data\DataSetReadXmlSchemaTest.cs" />
+ <Compile Include="Test\System.Data\DataSetInferXmlSchemaTest.cs" />
+ <Compile Include="Test\System.Data\DataSetTypedDataSetTest.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\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\DataSet1.Designer.cs" />
+ <Compile Include="Test\System.Data\DataViewManagerTest.cs" />
+ <Compile Include="Test\System.Data\DataViewTest.cs" />
+ <Compile Include="Test\System.Data\DataViewTest2.cs" />
+ <Compile Include="Test\System.Data\DataViewTest_IBindingList.cs" />
+ <Compile Include="Test\System.Data\DataViewTest_IBindingListView.cs" />
+ <Compile Include="Test\System.Data\DBConcurrencyExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ForeignKeyConstraintTest.cs" />
+ <Compile Include="Test\System.Data\ForeignKeyConstraintTest2.cs" />
+ <Compile Include="Test\System.Data\MonkeyDataSet.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\DataRelationCollectionTest.cs" />
+ <Compile Include="Test\System.Data\DataRelationCollectionTest2.cs" />
+ <Compile Include="Test\System.Data\DataTableCollectionTest.cs" />
+ <Compile Include="Test\System.Data\DataTableCollectionTest2.cs" />
+ <Compile Include="Test\System.Data\DeletedRowInaccessibleExceptionTest.cs" />
+ <Compile Include="Test\System.Data\DuplicateNameExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ConstraintExceptionTest.cs" />
+ <Compile Include="Test\System.Data\EvaluateExceptionTest.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\NoNullAllowedExceptionTest.cs" />
+ <Compile Include="Test\System.Data\ReadOnlyExceptionTest.cs" />
+ <Compile Include="Test\System.Data\SyntaxErrorExceptionTest.cs" />
+ <Compile Include="Test\System.Data\TrailingSpaceTest.cs" />
+ <Compile Include="Test\System.Data\RowNotInTableExceptionTest.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.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\DBDataPermissionAttributeTest.cs" />
+ <Compile Include="Test\System.Data.Common\DBDataPermissionTest.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\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\SqlCommandBuilderTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlCommandTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlConnectionTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlConnectionStringBuilderTest.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\SqlDataAdapterTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlParameterTest.cs" />
+ <Compile Include="Test\System.Data.SqlClient\SqlBulkCopyTest.cs" />
+ <Compile Include="Test\Mono.Data.SqlExpressions\DataColumnExpressionTest.cs" />
+ <Compile Include="Test\Mono.Data.SqlExpressions\DateComparisonTest.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>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_4_5/System.Data.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_4_5/System.Data.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="./../../class/lib/net_4_5/System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_4_5/System.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Xml.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Xml.dll</HintPath>
+ </Reference>
+ <Reference Include="System.EnterpriseServices.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.EnterpriseServices.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Data.Tds.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Mono.Data.Tds.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Configuration.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Configuration.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Transactions.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Transactions.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework" />
+
+ </ItemGroup>
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+
+</Project>
+