| <Project Sdk="Microsoft.NET.Sdk"> |
| |
| <PropertyGroup> |
| <OutputType>Exe</OutputType> |
| <TargetFramework>net6.0</TargetFramework> |
| <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile> |
| <SignAssembly>true</SignAssembly> |
| <IsPackable>False</IsPackable> |
| <DebugType>pdbonly</DebugType> |
| <DebugSymbols>true</DebugSymbols> |
| </PropertyGroup> |
| |
| <ItemGroup> |
| <Compile Include="..\Google.Protobuf.Test\ReadOnlySequenceFactory.cs" Link="ReadOnlySequenceFactory.cs" /> |
| </ItemGroup> |
| |
| <ItemGroup> |
| <PackageReference Include="BenchmarkDotNet" Version="0.13.1" /> |
| <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" /> |
| </ItemGroup> |
| |
| <ItemGroup> |
| <EmbeddedResource Include="..\..\..\benchmarks\datasets\google_message1\proto3\dataset.google_message1_proto3.pb" /> |
| </ItemGroup> |
| |
| </Project> |