blob: 67a3d369e2d977c653c5a2e0f2100601c17a29ab [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>Apache.Ignite.EntityFramework.Tests</AssemblyName>
<RootNamespace>Apache.Ignite.EntityFramework.Tests</RootNamespace>
<NoWarn>NU1701</NoWarn>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
<AssemblyOriginatorKeyFile>Apache.Ignite.EntityFramework.Tests.snk</AssemblyOriginatorKeyFile>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<CodeAnalysisRuleSet>..\Apache.Ignite.Tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Data" />
<Reference Include="System.Transactions" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Core" />
<Reference Include="System.Xml" />
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="EntityFramework.SqlServerCompact" Version="6.1.3" />
<PackageReference Include="Microsoft.SqlServer.Compact" Version="4.0.8876.1" GeneratePathProperty="true" />
<PackageReference Include="NUnit" Version="3.12.0" />
<ProjectReference Include="..\Apache.Ignite.Core\Apache.Ignite.Core.csproj" />
<ProjectReference Include="..\Apache.Ignite.EntityFramework\Apache.Ignite.EntityFramework.csproj" />
<ProjectReference Include="..\Apache.Ignite.Core.Tests\Apache.Ignite.Core.Tests.csproj" />
<Compile Include="..\SharedAssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="$(PkgMicrosoft_SqlServer_Compact)\NativeBinaries\x86\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(PkgMicrosoft_SqlServer_Compact)\NativeBinaries\amd64\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>