|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{543477FB-CF81-446D-AB02-1E41382DED5B}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>EntityFrameworkCore.Jet.Design.FunctionalTests</RootNamespace>
|
|
|
|
|
|
<AssemblyName>EntityFrameworkCore.Jet.Design.FunctionalTests</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\EFCore.Jet.FunctionalTests\TestUtilities\JetTestStore.cs">
|
|
|
|
|
|
<Link>JetTestStore.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Issue4Test.cs" />
|
|
|
|
|
|
<Compile Include="JetDatabaseModelIssue4Fixture.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<None Include="E2E.accdb">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Include="Issue_4.mdb">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<Compile Include="ScaffoldingTypeMapperJetTest.cs" />
|
|
|
|
|
|
<Compile Include="JetDatabaseModelFactoryTest.cs" />
|
|
|
|
|
|
<Compile Include="JetDatabaseModelFixture.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\src\EFCore.Jet\EFCore.Jet.csproj">
|
|
|
|
|
|
<Project>{d6966b04-4c38-4925-bcde-f8655f38d04c}</Project>
|
|
|
|
|
|
<Name>EFCore.Jet</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\src\System.Data.Jet\System.Data.Jet.csproj">
|
|
|
|
|
|
<Project>{88be8b4f-8da9-42b9-9a1f-839451ba5f8c}</Project>
|
|
|
|
|
|
<Name>System.Data.Jet</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\EFCore.Jet.FunctionalTests\EFCore.Jet.FunctionalTests.csproj">
|
|
|
|
|
|
<Project>{3C88D49A-7EF2-42BA-A8D7-9DF7D358FD24}</Project>
|
|
|
|
|
|
<Name>EFCore.Jet.FunctionalTests</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Castle.Core">
|
|
|
|
|
|
<Version>4.3.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers">
|
|
|
|
|
|
<Version>2.6.2</Version>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp">
|
|
|
|
|
|
<Version>2.10.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
|
|
|
|
|
|
<Version>2.2.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Design.Specification.Tests">
|
|
|
|
|
|
<Version>2.0.3</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational.Specification.Tests">
|
|
|
|
|
|
<Version>2.2.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.DependencyModel">
|
|
|
|
|
|
<Version>2.1.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
|
|
|
|
<Version>12.0.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Buffers">
|
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Console">
|
|
|
|
|
|
<Version>4.3.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Diagnostics.DiagnosticSource">
|
|
|
|
|
|
<Version>4.5.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Linq.Queryable">
|
|
|
|
|
|
<Version>4.3.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Numerics.Vectors">
|
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.ObjectModel">
|
|
|
|
|
|
<Version>4.3.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Reflection.Extensions">
|
|
|
|
|
|
<Version>4.3.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
|
|
|
|
|
|
<Version>4.5.2</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation">
|
|
|
|
|
|
<Version>4.3.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Security.Cryptography.Algorithms">
|
|
|
|
|
|
<Version>4.3.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Security.Cryptography.X509Certificates">
|
|
|
|
|
|
<Version>4.3.2</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages">
|
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.ValueTuple">
|
|
|
|
|
|
<Version>4.5.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Xml.ReaderWriter">
|
|
|
|
|
|
<Version>4.3.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="xunit">
|
|
|
|
|
|
<Version>2.4.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="xunit.runner.visualstudio">
|
|
|
|
|
|
<Version>2.4.1</Version>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|