| 123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.1</TargetFramework>
- <IsPackable>False</IsPackable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
- <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="..\..\..\benchmarks\datasets\google_message1\proto3\dataset.google_message1_proto3.pb" />
- </ItemGroup>
- </Project>
|