|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<TargetFrameworks>netstandard2.0;net461;netcoreapp2.1</TargetFrameworks>
|
|
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
|
<RootNamespace>EntityFrameworkCore.Jet</RootNamespace>
|
|
|
|
|
|
<AssemblyName>EntityFrameworkCore.Jet</AssemblyName>
|
|
|
|
|
|
<Platforms>AnyCPU;x86;x64</Platforms>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\..\build\Key.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\build\GlobalAssemblyInfo.cs">
|
|
|
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\Check.cs">
|
|
|
|
|
|
<Link>Check.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\CodeAnnotations.cs">
|
|
|
|
|
|
<Link>CodeAnnotations.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\MemberInfoExtensions.cs">
|
|
|
|
|
|
<Link>MemberInfoExtensions.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\PropertyInfoExtensions.cs">
|
|
|
|
|
|
<Link>PropertyInfoExtensions.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\SharedTypeExtensions.cs">
|
|
|
|
|
|
<Link>SharedTypeExtensions.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="..\Shared\StringBuilderExtensions.cs">
|
|
|
|
|
|
<Link>StringBuilderExtensions.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Update="Properties\JetStrings.Designer1.cs">
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<DependentUpon>JetStrings.Designer.tt</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Properties\JetStrings.Designer.tt">
|
|
|
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>JetStrings.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="Properties\EntityFrameworkCore.Jet.rd.xml" />
|
|
|
|
|
|
<Content Include="Properties\JetStrings.Designer.tt">
|
|
|
|
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>JetStrings.Designer1.cs</LastGenOutput>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.2.0" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\System.Data.Jet\System.Data.Jet.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
</Project>
|