Google.Protobuf.Benchmarks.csproj 534 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. <IsPackable>False</IsPackable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
  9. <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <EmbeddedResource Include="..\..\..\benchmarks\datasets\google_message1\proto3\dataset.google_message1_proto3.pb" />
  13. </ItemGroup>
  14. </Project>