You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EntityFrameworkCore.Jet/test/EFCore.Jet.FunctionalTests/EFCore.Jet.FunctionalTests....

211 lines
11 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(WindowsOnlyNetCoreTargetFramework)</TargetFramework>
<RootNamespace>EntityFrameworkCore.Jet.FunctionalTests</RootNamespace>
<AssemblyName>EntityFrameworkCore.Jet.FunctionalTests</AssemblyName>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\**\*.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
<PackageReference Include="xunit.core" />
<PackageReference Include="xunit.assert" />
<PackageReference Include="xunit.runner.visualstudio" />
<PackageReference Include="xunit.runner.console" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="System.Data.Odbc" />
<PackageReference Include="System.Data.OleDb" />
</ItemGroup>
<ItemGroup Condition="'$(LocalEFCoreRepository)' == ''">
<PackageReference Include="Microsoft.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests" />
</ItemGroup>
<ItemGroup Condition="'$(LocalEFCoreRepository)' != ''">
<Reference Include="Microsoft.EntityFrameworkCore">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Abstractions">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Analyzers">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Analyzers.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Design">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Design.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Design.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Proxies">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Proxies.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Relational">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Relational.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Relational.Specification.Tests.dll</HintPath>
</Reference>
<Reference Include="Microsoft.EntityFrameworkCore.Specification.Tests">
<HintPath>$(LocalEFCoreRepository)\artifacts\bin\EFCore.Relational.Specification.Tests\Debug\$(DefaultNetCoreLegacyTargetFramework)\Microsoft.EntityFrameworkCore.Specification.Tests.dll</HintPath>
</Reference>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" />
<PackageReference Include="NetTopologySuite" />
<PackageReference Include="System.ComponentModel.TypeConverter" />
<PackageReference Include="Castle.Core" />
</ItemGroup>
<ItemGroup>
<None Update="config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\xunit.runner.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ConcurrencyDetectorJetTest.cs" />
<None Include="GraphUpdates\GraphUpdatesJetTest.cs" />
<None Include="GraphUpdates\ProxyGraphUpdatesJetTest.cs" />
<None Include="MigrationsSqlGeneratorTestBase.cs" />
<None Include="PropertyEntryJetTest.cs" />
<None Include="Query\AsyncFromSqlQueryJetTest.cs" />
<None Include="Query\AsyncGearsOfWarQueryJetTest.cs" />
<None Include="Query\ComplexNavigationsQueryJetTest.cs" />
<None Include="Query\ComplexNavigationsWeakQueryJetFixture.cs" />
<None Include="Query\ComplexNavigationsWeakQueryJetTest.cs" />
<None Include="Query\FiltersInheritanceQueryJetFixture.cs" />
<None Include="Query\FiltersInheritanceQueryJetTest.cs" />
<None Include="Query\FiltersJetTest.cs" />
<None Include="Query\FromSqlQueryJetTest.cs" />
<None Include="Query\FunkyDataQueryJetTest.cs" />
<None Include="Query\GearsOfWarFromSqlQueryJetTest.cs" />
<None Include="Query\GearsOfWarQueryJetFixture.cs" />
<None Include="Query\GearsOfWarQueryJetTest.cs" />
<None Include="Query\IncludeOneToOneJetTest.cs" />
<None Include="Query\InheritanceQueryJetFixture.cs" />
<None Include="Query\InheritanceQueryJetTest.cs" />
<None Include="Query\InheritanceRelationshipsQueryJetFixture.cs" />
<None Include="Query\InheritanceRelationshipsQueryJetTest.cs" />
<None Include="Query\MappingQueryJetTest.cs" />
<None Include="Query\NavigationTest.cs" />
<None Include="Query\NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs" />
<None Include="Query\NorthwindAsNoTrackingQueryJetTest.cs" />
<None Include="Query\NorthwindAsTrackingQueryJetTest.cs" />
<None Include="Query\NorthwindAsyncSimpleQueryJetTest.cs" />
<None Include="Query\NorthwindChangeTrackingQueryJetTest.cs" />
<None Include="Query\NorthwindCompiledQueryJetTest.cs" />
<None Include="Query\NorthwindFunctionsQueryJetTest.Functions.cs" />
<None Include="Query\NorthwindGroupByQueryJetTest.cs" />
<None Include="Query\NorthwindIncludeQueryJetTest.cs" />
<None Include="Query\NorthwindJoinQueryJetTest.cs" />
<None Include="Query\NorthwindKeylessEntitiesQueryJetTest.cs" />
<None Include="Query\NorthwindMiscellaneousQueryJetTest.cs" />
<None Include="Query\NorthwindNavigationsQueryJetTest.cs" />
<None Include="Query\NorthwindQueryTaggingQueryJetTest.cs" />
<None Include="Query\NorthwindSelectQueryJetTest.cs" />
<None Include="Query\NorthwindSetOperationsQueryJetTest.cs" />
<None Include="Query\NorthwindWhereQueryJetTest.cs" />
<None Include="Query\NullKeysJetTest.cs" />
<None Include="Query\NullSemanticsQueryJetFixture.cs" />
<None Include="Query\NullSemanticsQueryJetTest.cs" />
<None Include="Query\OwnedQueryJetTest.cs" />
<None Include="Query\QueryBugsTest.cs" />
<None Include="Query\QueryFilterFuncletizationJetTest.cs" />
<None Include="Query\QueryLoggingJetTest.cs" />
<None Include="Query\QueryNoClientEvalJetTest.cs" />
<None Include="Query\SqlExecutorJetTest.cs" />
<None Include="Query\UdfDbFunctionJetTests.cs" />
<None Include="Query\WarningsJetTest.cs" />
<None Remove="TestResults\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\EFCore.Jet\EFCore.Jet.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="..\Northwind.sql">
<Link>Northwind.sql</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="TestResults\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="TestResults\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="ConcurrencyDetectorJetTest.cs" />
<Compile Remove="GraphUpdates\GraphUpdatesJetTest.cs" />
<Compile Remove="GraphUpdates\ProxyGraphUpdatesJetTest.cs" />
<Compile Remove="MigrationsSqlGeneratorTestBase.cs" />
<Compile Remove="PropertyEntryJetTest.cs" />
<Compile Remove="Query\AsyncFromSqlQueryJetTest.cs" />
<Compile Remove="Query\AsyncGearsOfWarQueryJetTest.cs" />
<Compile Remove="Query\ComplexNavigationsQueryJetTest.cs" />
<Compile Remove="Query\ComplexNavigationsWeakQueryJetFixture.cs" />
<Compile Remove="Query\ComplexNavigationsWeakQueryJetTest.cs" />
<Compile Remove="Query\FiltersInheritanceQueryJetFixture.cs" />
<Compile Remove="Query\FiltersInheritanceQueryJetTest.cs" />
<Compile Remove="Query\FiltersJetTest.cs" />
<Compile Remove="Query\FromSqlQueryJetTest.cs" />
<Compile Remove="Query\FunkyDataQueryJetTest.cs" />
<Compile Remove="Query\GearsOfWarFromSqlQueryJetTest.cs" />
<Compile Remove="Query\GearsOfWarQueryJetFixture.cs" />
<Compile Remove="Query\GearsOfWarQueryJetTest.cs" />
<Compile Remove="Query\IncludeOneToOneJetTest.cs" />
<Compile Remove="Query\InheritanceQueryJetFixture.cs" />
<Compile Remove="Query\InheritanceQueryJetTest.cs" />
<Compile Remove="Query\InheritanceRelationshipsQueryJetFixture.cs" />
<Compile Remove="Query\InheritanceRelationshipsQueryJetTest.cs" />
<Compile Remove="Query\MappingQueryJetTest.cs" />
<Compile Remove="Query\NavigationTest.cs" />
<Compile Remove="Query\NorthwindAggregateOperatorsQueryJetTest.ResultOperators.cs" />
<Compile Remove="Query\NorthwindAsNoTrackingQueryJetTest.cs" />
<Compile Remove="Query\NorthwindAsTrackingQueryJetTest.cs" />
<Compile Remove="Query\NorthwindAsyncSimpleQueryJetTest.cs" />
<Compile Remove="Query\NorthwindChangeTrackingQueryJetTest.cs" />
<Compile Remove="Query\NorthwindCompiledQueryJetTest.cs" />
<Compile Remove="Query\NorthwindFunctionsQueryJetTest.Functions.cs" />
<Compile Remove="Query\NorthwindGroupByQueryJetTest.cs" />
<Compile Remove="Query\NorthwindIncludeQueryJetTest.cs" />
<Compile Remove="Query\NorthwindJoinQueryJetTest.cs" />
<Compile Remove="Query\NorthwindKeylessEntitiesQueryJetTest.cs" />
<Compile Remove="Query\NorthwindMiscellaneousQueryJetTest.cs" />
<Compile Remove="Query\NorthwindNavigationsQueryJetTest.cs" />
<Compile Remove="Query\NorthwindQueryTaggingQueryJetTest.cs" />
<Compile Remove="Query\NorthwindSelectQueryJetTest.cs" />
<Compile Remove="Query\NorthwindSetOperationsQueryJetTest.cs" />
<Compile Remove="Query\NorthwindWhereQueryJetTest.cs" />
<Compile Remove="Query\NullKeysJetTest.cs" />
<Compile Remove="Query\NullSemanticsQueryJetFixture.cs" />
<Compile Remove="Query\NullSemanticsQueryJetTest.cs" />
<Compile Remove="Query\OwnedQueryJetTest.cs" />
<Compile Remove="Query\QueryBugsTest.cs" />
<Compile Remove="Query\QueryFilterFuncletizationJetTest.cs" />
<Compile Remove="Query\QueryLoggingJetTest.cs" />
<Compile Remove="Query\QueryNoClientEvalJetTest.cs" />
<Compile Remove="Query\SqlExecutorJetTest.cs" />
<Compile Remove="Query\UdfDbFunctionJetTests.cs" />
<Compile Remove="Query\WarningsJetTest.cs" />
</ItemGroup>
</Project>