1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project ToolsVersion=
"4.0" DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <Platform Condition=
" '$(Platform)' == '' ">AnyCPU
</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{
155AEF28-C81F-
405D-
9072-
9D52780E3E70}
</ProjectGuid>
9 <OutputType>Library
</OutputType>
10 <NoWarn>1699,
649,
618,
169,
612,
219,
168</NoWarn>
11 <OutputPath>.\
</OutputPath>
12 <NoStdLib>true
</NoStdLib>
13 <AllowUnsafeBlocks>true
</AllowUnsafeBlocks>
14 <AppDesignerFolder>Properties
</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>System.Data_test_net_4_0
</AssemblyName>
17 <TargetFrameworkVersion>v4.0
</TargetFrameworkVersion>
18 <FileAlignment>512</FileAlignment>
20 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true
</DebugSymbols>
22 <DebugType>full
</DebugType>
23 <NoWarn>1699,
649,
618,
169,
612,
219,
168</NoWarn>
24 <Optimize>false
</Optimize>
25 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0
</DefineConstants>
26 <ErrorReport>prompt
</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <AdditionalLibPaths>./../../class/lib/net_4_0
</AdditionalLibPaths>
30 <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly
</DebugType>
32 <NoWarn>1699,
649,
618,
169,
612,
219,
168</NoWarn>
33 <Optimize>true
</Optimize>
34 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0
</DefineConstants>
35 <ErrorReport>prompt
</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AdditionalLibPaths>./../../class/lib/net_4_0
</AdditionalLibPaths>
39 <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
41 <Compile Include=
"Test\System.Data.Test.Utils\DataProvider.cs" />
42 <Compile Include=
"Test\System.Data.SqlTypes\SqlBinaryTest.cs" />
43 <Compile Include=
"Test\System.Data.SqlTypes\SqlBooleanTest.cs" />
44 <Compile Include=
"Test\System.Data.SqlTypes\SqlBytesTest.cs" />
45 <Compile Include=
"Test\System.Data.SqlTypes\SqlByteTest.cs" />
46 <Compile Include=
"Test\System.Data.SqlTypes\SqlCharsTest.cs" />
47 <Compile Include=
"Test\System.Data.SqlTypes\SqlDoubleTest.cs" />
48 <Compile Include=
"Test\System.Data.SqlTypes\SqlInt16Test.cs" />
49 <Compile Include=
"Test\System.Data.SqlTypes\SqlInt32Test.cs" />
50 <Compile Include=
"Test\System.Data.SqlTypes\SqlInt64Test.cs" />
51 <Compile Include=
"Test\System.Data.SqlTypes\SqlSingleTest.cs" />
52 <Compile Include=
"Test\System.Data.SqlTypes\SqlMoneyTest.cs" />
53 <Compile Include=
"Test\System.Data.SqlTypes\SqlDateTimeTest.cs" />
54 <Compile Include=
"Test\System.Data.SqlTypes\SqlGuidTest.cs" />
55 <Compile Include=
"Test\System.Data.SqlTypes\SqlDecimalTest.cs" />
56 <Compile Include=
"Test\System.Data.SqlTypes\SqlStringTest.cs" />
57 <Compile Include=
"Test\System.Data.SqlTypes\SqlXmlTest.cs" />
58 <Compile Include=
"Test\System.Xml\XmlDataDocumentTest.cs" />
59 <Compile Include=
"Test\System.Xml\XmlDataDocumentTest2.cs" />
60 <Compile Include=
"Test\System.Data\BinarySerializationTest.cs" />
61 <Compile Include=
"Test\System.Data\ConstraintCollectionTest.cs" />
62 <Compile Include=
"Test\System.Data\ConstraintCollectionTest2.cs" />
63 <Compile Include=
"Test\System.Data\ConstraintTest.cs" />
64 <Compile Include=
"Test\System.Data\DataColumnCollectionTest.cs" />
65 <Compile Include=
"Test\System.Data\DataColumnCollectionTest2.cs" />
66 <Compile Include=
"Test\System.Data\DataColumnTest.cs" />
67 <Compile Include=
"Test\System.Data\DataColumnTest2.cs" />
68 <Compile Include=
"Test\System.Data\DataRelationTest.cs" />
69 <Compile Include=
"Test\System.Data\DataRelationTest2.cs" />
70 <Compile Include=
"Test\System.Data\DataRowCollectionTest.cs" />
71 <Compile Include=
"Test\System.Data\DataRowCollectionTest2.cs" />
72 <Compile Include=
"Test\System.Data\DataRowTest.cs" />
73 <Compile Include=
"Test\System.Data\DataRowTest2.cs" />
74 <Compile Include=
"Test\System.Data\DataRowViewTest.cs" />
75 <Compile Include=
"Test\System.Data\DataRowViewTest2.cs" />
76 <Compile Include=
"Test\System.Data\DataSetAssertion.cs" />
77 <Compile Include=
"Test\System.Data\DataSetTest.cs" />
78 <Compile Include=
"Test\System.Data\DataSetTest2.cs" />
79 <Compile Include=
"Test\System.Data\DataSetReadXmlTest.cs" />
80 <Compile Include=
"Test\System.Data\DataSetReadXmlSchemaTest.cs" />
81 <Compile Include=
"Test\System.Data\DataSetInferXmlSchemaTest.cs" />
82 <Compile Include=
"Test\System.Data\DataSetTypedDataSetTest.cs" />
83 <Compile Include=
"Test\System.Data\DataTableTest.cs" />
84 <Compile Include=
"Test\System.Data\DataTableTest2.cs" />
85 <Compile Include=
"Test\System.Data\DataTableTest3.cs" />
86 <Compile Include=
"Test\System.Data\DataTableTest4.cs" />
87 <Compile Include=
"Test\System.Data\DataTableTest5.cs" />
88 <Compile Include=
"Test\System.Data\DataTableLoadRowTest.cs" />
89 <Compile Include=
"Test\System.Data\DataTableReaderTest.cs" />
90 <Compile Include=
"Test\System.Data\DataTableReadWriteXmlTest.cs" />
91 <Compile Include=
"Test\System.Data\DataTableReadXmlSchemaTest.cs" />
92 <Compile Include=
"Test\System.Data\DataSet1.Designer.cs" />
93 <Compile Include=
"Test\System.Data\DataViewManagerTest.cs" />
94 <Compile Include=
"Test\System.Data\DataViewTest.cs" />
95 <Compile Include=
"Test\System.Data\DataViewTest2.cs" />
96 <Compile Include=
"Test\System.Data\DataViewTest_IBindingList.cs" />
97 <Compile Include=
"Test\System.Data\DataViewTest_IBindingListView.cs" />
98 <Compile Include=
"Test\System.Data\DBConcurrencyExceptionTest.cs" />
99 <Compile Include=
"Test\System.Data\ForeignKeyConstraintTest.cs" />
100 <Compile Include=
"Test\System.Data\ForeignKeyConstraintTest2.cs" />
101 <Compile Include=
"Test\System.Data\MonkeyDataSet.cs" />
102 <Compile Include=
"Test\System.Data\TypedDataSetGeneratorTest.cs" />
103 <Compile Include=
"Test\System.Data\UniqueConstraintTest.cs" />
104 <Compile Include=
"Test\System.Data\UniqueConstraintTest2.cs" />
105 <Compile Include=
"Test\System.Data\DataRelationCollectionTest.cs" />
106 <Compile Include=
"Test\System.Data\DataRelationCollectionTest2.cs" />
107 <Compile Include=
"Test\System.Data\DataTableCollectionTest.cs" />
108 <Compile Include=
"Test\System.Data\DataTableCollectionTest2.cs" />
109 <Compile Include=
"Test\System.Data\DeletedRowInaccessibleExceptionTest.cs" />
110 <Compile Include=
"Test\System.Data\DuplicateNameExceptionTest.cs" />
111 <Compile Include=
"Test\System.Data\ConstraintExceptionTest.cs" />
112 <Compile Include=
"Test\System.Data\EvaluateExceptionTest.cs" />
113 <Compile Include=
"Test\System.Data\InRowChangingEventExceptionTest.cs" />
114 <Compile Include=
"Test\System.Data\InvalidConstraintExceptionTest.cs" />
115 <Compile Include=
"Test\System.Data\MissingPrimaryKeyExceptionTest.cs" />
116 <Compile Include=
"Test\System.Data\NoNullAllowedExceptionTest.cs" />
117 <Compile Include=
"Test\System.Data\ReadOnlyExceptionTest.cs" />
118 <Compile Include=
"Test\System.Data\SyntaxErrorExceptionTest.cs" />
119 <Compile Include=
"Test\System.Data\TrailingSpaceTest.cs" />
120 <Compile Include=
"Test\System.Data\RowNotInTableExceptionTest.cs" />
121 <Compile Include=
"Test\System.Data\VersionNotFoundException.cs" />
122 <Compile Include=
"Test\System.Data\XmlDataLoaderTest.cs" />
123 <Compile Include=
"Test\System.Data\XmlDataReaderTest.cs" />
124 <Compile Include=
"Test\System.Data\XmlExportOfTypedDataSetTest.cs" />
125 <Compile Include=
"Test\System.Data.Common\ConnectionStringsSectionTest.cs" />
126 <Compile Include=
"Test\System.Data.Common\DataAdapterTest.cs" />
127 <Compile Include=
"Test\System.Data.Common\DataColumnMappingCollectionTest.cs" />
128 <Compile Include=
"Test\System.Data.Common\DataTableMappingCollectionTest.cs" />
129 <Compile Include=
"Test\System.Data.Common\DBDataPermissionAttributeTest.cs" />
130 <Compile Include=
"Test\System.Data.Common\DBDataPermissionTest.cs" />
131 <Compile Include=
"Test\System.Data.Common\DbCommandBuilderTest.cs" />
132 <Compile Include=
"Test\System.Data.Common\DbConnectionStringBuilderTest.cs" />
133 <Compile Include=
"Test\System.Data.Common\DbDataAdapterTest.cs" />
134 <Compile Include=
"Test\System.Data.Common\DbProviderFactoriesConfigurationHandlerTest.cs" />
135 <Compile Include=
"Test\System.Data.Common\DbTransactionTest.cs" />
136 <Compile Include=
"Test\System.Data.Odbc\OdbcCommandBuilderTest.cs" />
137 <Compile Include=
"Test\System.Data.Odbc\OdbcCommandTest.cs" />
138 <Compile Include=
"Test\System.Data.Odbc\OdbcConnectionStringBuilderTest.cs" />
139 <Compile Include=
"Test\System.Data.Odbc\OdbcConnectionTest.cs" />
140 <Compile Include=
"Test\System.Data.Odbc\OdbcDataAdapterTest.cs" />
141 <Compile Include=
"Test\System.Data.Odbc\OdbcMetaDataCollectionNamesTest.cs" />
142 <Compile Include=
"Test\System.Data.Odbc\OdbcParameterCollectionTest.cs" />
143 <Compile Include=
"Test\System.Data.Odbc\OdbcParameterTest.cs" />
144 <Compile Include=
"Test\System.Data.Odbc\OdbcPermissionAttributeTest.cs" />
145 <Compile Include=
"Test\System.Data.Odbc\OdbcPermissionTest.cs" />
146 <Compile Include=
"Test\System.Data.OleDb\OleDbCommandTest.cs" />
147 <Compile Include=
"Test\System.Data.OleDb\OleDbConnectionTest.cs" />
148 <Compile Include=
"Test\System.Data.OleDb\OleDbDataAdapterTest.cs" />
149 <Compile Include=
"Test\System.Data.OleDb\OleDbMetaDataCollectionNamesTest.cs" />
150 <Compile Include=
"Test\System.Data.OleDb\OleDbParameterCollectionTest.cs" />
151 <Compile Include=
"Test\System.Data.OleDb\OleDbPermissionAttributeTest.cs" />
152 <Compile Include=
"Test\System.Data.OleDb\OleDbPermissionTest.cs" />
153 <Compile Include=
"Test\System.Data.Sql\SqlNotificationRequestTest.cs" />
154 <Compile Include=
"Test\System.Data.SqlClient\SqlCommandBuilderTest.cs" />
155 <Compile Include=
"Test\System.Data.SqlClient\SqlCommandTest.cs" />
156 <Compile Include=
"Test\System.Data.SqlClient\SqlConnectionTest.cs" />
157 <Compile Include=
"Test\System.Data.SqlClient\SqlConnectionStringBuilderTest.cs" />
158 <Compile Include=
"Test\System.Data.SqlClient\SqlClientMetaDataCollectionNamesTest.cs" />
159 <Compile Include=
"Test\System.Data.SqlClient\SqlClientPermissionAttributeTest.cs" />
160 <Compile Include=
"Test\System.Data.SqlClient\SqlClientPermissionTest.cs" />
161 <Compile Include=
"Test\System.Data.SqlClient\SqlDataAdapterTest.cs" />
162 <Compile Include=
"Test\System.Data.SqlClient\SqlParameterTest.cs" />
163 <Compile Include=
"Test\System.Data.SqlClient\SqlBulkCopyTest.cs" />
164 <Compile Include=
"Test\Mono.Data.SqlExpressions\DataColumnExpressionTest.cs" />
165 <Compile Include=
"Test\Mono.Data.SqlExpressions\DateComparisonTest.cs" />
166 <Compile Include=
"Mono.Data.SqlExpressions\Parser.cs" />
169 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
170 Other similar extension points exist, see Microsoft.Common.targets.
171 <Target Name="BeforeBuild">
173 <Target Name="AfterBuild">
177 <PreBuildEvent></PreBuildEvent>
180 <Reference Include=
"mscorlib.dll">
181 <SpecificVersion>False
</SpecificVersion>
182 <HintPath>mscorlib.dll
</HintPath>
184 <Reference Include=
"./../../class/lib/net_4_0/System.Data.dll">
185 <SpecificVersion>False
</SpecificVersion>
186 <HintPath>./../../class/lib/net_4_0/System.Data.dll
</HintPath>
188 <Reference Include=
"mscorlib.dll">
189 <SpecificVersion>False
</SpecificVersion>
190 <HintPath>mscorlib.dll
</HintPath>
192 <Reference Include=
"./../../class/lib/net_4_0/System.dll">
193 <SpecificVersion>False
</SpecificVersion>
194 <HintPath>./../../class/lib/net_4_0/System.dll
</HintPath>
196 <Reference Include=
"System.Xml.dll">
197 <SpecificVersion>False
</SpecificVersion>
198 <HintPath>System.Xml.dll
</HintPath>
200 <Reference Include=
"System.EnterpriseServices.dll">
201 <SpecificVersion>False
</SpecificVersion>
202 <HintPath>System.EnterpriseServices.dll
</HintPath>
204 <Reference Include=
"Mono.Data.Tds.dll">
205 <SpecificVersion>False
</SpecificVersion>
206 <HintPath>Mono.Data.Tds.dll
</HintPath>
208 <Reference Include=
"System.Configuration.dll">
209 <SpecificVersion>False
</SpecificVersion>
210 <HintPath>System.Configuration.dll
</HintPath>
212 <Reference Include=
"System.Transactions.dll">
213 <SpecificVersion>False
</SpecificVersion>
214 <HintPath>System.Transactions.dll
</HintPath>
216 <Reference Include=
"System.Core.dll">
217 <SpecificVersion>False
</SpecificVersion>
218 <HintPath>System.Core.dll
</HintPath>
220 <Reference Include=
"nunit.framework" />
224 <Folder Include=
"Properties\" />