blob: f04cd93d974caf2f677d05331df82af593c62ff7 [file] [log] [blame]
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<ApplicationIcon />
<OutputType>Exe</OutputType>
<RootNamespace>Apache.Ignite.Benchmarks</RootNamespace>
<CodeAnalysisRuleSet>..\Apache.Ignite.Tests.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<NoWarn>1701;1702;1705;NU1701</NoWarn>
<AssemblyOriginatorKeyFile>Apache.Ignite.Benchmarks.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<DelaySign>false</DelaySign>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Apache.Ignite.Core\Apache.Ignite.Core.csproj" />
<ProjectReference Include="..\Apache.Ignite.Linq\Apache.Ignite.Linq.csproj" />
<Compile Include="..\SharedAssemblyInfo.cs" />
</ItemGroup>
</Project>