New tests.
[mono.git] / mcs / class / System.Data.Linq / src / DbLinq / System.Data.Linq.csproj
index 8a5276f4acbc230c12180447b68be1f2a951724a..d4d63b2c128988843f03c3d302526d2be680dbaf 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>9.0.30729</ProductVersion>\r
+    <ProductVersion>9.0.21022</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{97305421-3071-4175-AA3C-9A432CC28121}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
@@ -42,7 +42,6 @@
     <ErrorReport>prompt</ErrorReport>\r
   </PropertyGroup>\r
   <ItemGroup>\r
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />\r
     <Reference Include="System" />\r
     <Reference Include="System.Configuration" />\r
     <Reference Include="System.Core">\r
@@ -55,6 +54,9 @@
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <Compile Include="..\DbLinq.Firebird\FirebirdExpressionTranslator.cs">\r
+      <Link>Vendors\DbLinq.FirebirdSql\FirebirdExpressionTranslator.cs</Link>\r
+    </Compile>\r
     <Compile Include="..\DbLinq.Firebird\FirebirdSqlProvider.cs">\r
       <Link>Vendors\DbLinq.FirebirdSql\FirebirdSqlProvider.cs</Link>\r
     </Compile>\r
     <Compile Include="..\DbLinq.Sqlite\Schema\DataCommand.cs">\r
       <Link>Vendors\DbLinq.Sqlite\DataCommand.cs</Link>\r
     </Compile>\r
+    <Compile Include="..\DbLinq.Sqlite\SqliteDataContext.cs">\r
+      <Link>Vendors\DbLinq.Sqlite\SqliteDataContext.cs</Link>\r
+    </Compile>\r
+    <Compile Include="..\DbLinq.Sqlite\SqliteSchemaLoader.Columns.cs">\r
+      <Link>Vendors\DbLinq.Sqlite\SqliteSchemaLoader.Columns.cs</Link>\r
+    </Compile>\r
+    <Compile Include="..\DbLinq.Sqlite\SqliteSchemaLoader.Constraints.cs">\r
+      <Link>Vendors\DbLinq.Sqlite\SqliteSchemaLoader.Constraints.cs</Link>\r
+    </Compile>\r
+    <Compile Include="..\DbLinq.Sqlite\SqliteSchemaLoader.cs">\r
+      <Link>Vendors\DbLinq.Sqlite\SqliteSchemaLoader.cs</Link>\r
+    </Compile>\r
+    <Compile Include="..\DbLinq.Sqlite\SqliteSchemaLoader.Tables.cs">\r
+      <Link>Vendors\DbLinq.Sqlite\SqliteSchemaLoader.Tables.cs</Link>\r
+    </Compile>\r
     <Compile Include="..\DbLinq.Sqlite\SqliteSqlProvider.cs">\r
       <Link>Vendors\DbLinq.Sqlite\SqliteSqlProvider.cs</Link>\r
     </Compile>\r
     <Compile Include="..\DbLinq.Sqlite\SqliteVendor.cs">\r
       <Link>Vendors\DbLinq.Sqlite\SqliteVendor.cs</Link>\r
     </Compile>\r
+    <Compile Include="..\DbLinq.SqlServer\SqlServerExpressionTranslator.cs">\r
+      <Link>Vendors\DbLinq.SqlServer\SqlServerExpressionTranslator.cs</Link>\r
+    </Compile>\r
     <Compile Include="Data\Linq\ChangeAction.cs" />\r
     <Compile Include="Data\Linq\ChangeSet.cs" />\r
     <Compile Include="Data\Linq\Database\IDatabaseContext.cs" />\r
-    <Compile Include="Data\Linq\Database\IDatabaseTransaction.cs" />\r
     <Compile Include="Data\Linq\Database\Implementation\DatabaseConnection.cs" />\r
     <Compile Include="Data\Linq\Database\Implementation\DatabaseContext.cs" />\r
-    <Compile Include="Data\Linq\Database\Implementation\DatabaseTransaction.cs" />\r
     <Compile Include="Data\Linq\Database\Implementation\TransactionalCommand.cs" />\r
     <Compile Include="Data\Linq\Database\ITransactionalCommand.cs" />\r
     <Compile Include="Data\Linq\DataContext.cs" />\r
     <Compile Include="Data\Linq\Identity\Implementation\IdentityReaderFactory.cs" />\r
     <Compile Include="Data\Linq\IExecuteResult.cs" />\r
     <Compile Include="Data\Linq\IMemberModificationHandler.cs" />\r
+    <Compile Include="Data\Linq\Implementation\DisabledEntityTracker.cs" />\r
     <Compile Include="Data\Linq\Implementation\EntityState.cs" />\r
     <Compile Include="Data\Linq\Implementation\EntityTrack.cs" />\r
     <Compile Include="Data\Linq\Implementation\EntityTracker.cs" />\r
+    <Compile Include="Data\Linq\Implementation\IEntityTracker.cs" />\r
     <Compile Include="Data\Linq\Implementation\MemberModificationHandler.cs" />\r
     <Compile Include="Data\Linq\Implementation\QueryProvider.cs" />\r
     <Compile Include="Data\Linq\Implementation\VendorProvider.cs" />\r
     <Compile Include="Data\Linq\Mapping\AttributedMetaTable.cs" />\r
     <Compile Include="Data\Linq\Mapping\AttributedMetaType.cs" />\r
     <Compile Include="Data\Linq\Mapping\AttributeMappingSource.cs" />\r
+    <Compile Include="Data\Linq\Mapping\LambdaMetaAccessor.cs" />\r
     <Compile Include="Data\Linq\Mapping\MappingContext.cs" />\r
+    <Compile Include="Data\Linq\Mapping\XmlMappingSource.cs" />\r
     <Compile Include="Data\Linq\RefreshMode.cs" />\r
     <Compile Include="Data\Linq\SqlClient\FirebirdProvider.cs" />\r
     <Compile Include="Data\Linq\SqlClient\IngresProvider.cs" />\r
     <Compile Include="Data\Linq\Sugar\ExpressionQuery.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\ColumnExpression.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\EntitySetExpression.cs" />\r
+    <Compile Include="Data\Linq\Sugar\Expressions\ExpressionTranslator.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\ObjectInputParameterExpression.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\ObjectOutputParameterExpression.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\CustomExpressionType.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\SpecialExpression.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\SpecialExpressionType.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\StartIndexOffsetExpression.cs" />\r
+    <Compile Include="Data\Linq\Sugar\Expressions\SubSelectExpression.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\TableExpression.cs" />\r
     <Compile Include="Data\Linq\Sugar\Expressions\TableJoinType.cs" />\r
     <Compile Include="Data\Linq\Sugar\ExpressionTier.cs" />\r
     <Compile Include="Schema\Dbml\Adapter\INamedType.cs" />\r
     <Compile Include="Schema\Dbml\Adapter\ISimpleList.cs" />\r
     <Compile Include="Schema\Dbml\Adapter\SpecifiedPropertyUpdater.cs" />\r
+    <Compile Include="Schema\Dbml\DatabaseSerializer.cs" />\r
     <Compile Include="Schema\WordsExtraction.cs" />\r
     <Compile Include="Schema\NameFormat.cs" />\r
     <Compile Include="Schema\AssociationName.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.Mapping\ResultTypeAttribute.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.Mapping\TableAttribute.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.Mapping\UpdateCheck.cs" />\r
-    <Compile Include="System.Data.Linq\System.Data.Linq.Mapping\XmlMappingSource.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.SqlClient.Implementation\ObjectMaterializer.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.SqlClient\Sql2000Provider.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.SqlClient\Sql2005Provider.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.SqlClient\SqlHelpers.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.SqlClient\SqlMethods.cs" />\r
     <Compile Include="System.Data.Linq\System.Data.Linq.SqlClient\SqlProvider.cs" />\r
+    <Compile Include="Util\DbmlExtensions.cs" />\r
     <Compile Include="Util\ExpressionChainEqualityComparer.cs" />\r
     <Compile Include="Util\ExpressionEqualityComparer.cs" />\r
     <Compile Include="Util\IDataRecordExtensions.cs" />\r
     <Compile Include="Language\ILanguages.cs" />\r
     <Compile Include="Language\ILanguageWords.cs" />\r
     <Compile Include="Util\IDbDataParameterExtensions.cs" />\r
+    <Compile Include="Util\IThreadSafeDictionary.cs" />\r
     <Compile Include="Util\LambdaComparer.cs" />\r
     <Compile Include="Util\DataCommand.cs" />\r
     <Compile Include="Schema\INameFormatter.cs" />\r
     <Compile Include="Language\Implementation\NoLanguageWords.cs" />\r
     <Compile Include="Schema\Implementation\NameFormatter.cs" />\r
     <Compile Include="Util\MemberInfoExtensions.cs" />\r
+    <Compile Include="Util\Output.cs" />\r
+    <Compile Include="Util\OutputLevel.cs" />\r
+    <Compile Include="Util\Profiler.cs" />\r
     <Compile Include="Util\ReflectionExtensions.cs" />\r
     <Compile Include="Util\ReflectionUtility.cs" />\r
     <Compile Include="Util\StringExtensions.cs" />\r
     <Compile Include="Util\TextWriterExtension.cs" />\r
+    <Compile Include="Util\ThreadSafeDictionary.cs" />\r
     <Compile Include="Util\TypeConvert.cs" />\r
     <Compile Include="Util\QuotesHelper.cs" />\r
     <Compile Include="Util\ReferenceEqualityComparer.cs" />\r
     <Compile Include="Util\Page.cs" />\r
     <Compile Include="Util\TypeExtensions.cs" />\r
     <Compile Include="Util\TypeLoader.cs" />\r
+    <Compile Include="Vendor\DbSchemaLoader.cs" />\r
     <Compile Include="Vendor\IDataTableColumn.cs" />\r
     <Compile Include="Vendor\IDataName.cs" />\r
     <Compile Include="Vendor\IDataType.cs" />\r