1ffe3c632Sopenharmony_ci<Project Sdk="Microsoft.NET.Sdk"> 2ffe3c632Sopenharmony_ci 3ffe3c632Sopenharmony_ci <PropertyGroup> 4ffe3c632Sopenharmony_ci <OutputType>Exe</OutputType> 5ffe3c632Sopenharmony_ci <TargetFramework>netcoreapp3.1</TargetFramework> 6ffe3c632Sopenharmony_ci <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile> 7ffe3c632Sopenharmony_ci <SignAssembly>true</SignAssembly> 8ffe3c632Sopenharmony_ci <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign> 9ffe3c632Sopenharmony_ci <IsPackable>False</IsPackable> 10ffe3c632Sopenharmony_ci <DebugType>pdbonly</DebugType> 11ffe3c632Sopenharmony_ci <DebugSymbols>true</DebugSymbols> 12ffe3c632Sopenharmony_ci </PropertyGroup> 13ffe3c632Sopenharmony_ci 14ffe3c632Sopenharmony_ci <ItemGroup> 15ffe3c632Sopenharmony_ci <Compile Include="..\Google.Protobuf.Test\ReadOnlySequenceFactory.cs" Link="ReadOnlySequenceFactory.cs" /> 16ffe3c632Sopenharmony_ci </ItemGroup> 17ffe3c632Sopenharmony_ci 18ffe3c632Sopenharmony_ci <ItemGroup> 19ffe3c632Sopenharmony_ci <PackageReference Include="BenchmarkDotNet" Version="0.12.1" /> 20ffe3c632Sopenharmony_ci <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" /> 21ffe3c632Sopenharmony_ci </ItemGroup> 22ffe3c632Sopenharmony_ci 23ffe3c632Sopenharmony_ci <ItemGroup> 24ffe3c632Sopenharmony_ci <EmbeddedResource Include="..\..\..\benchmarks\datasets\google_message1\proto3\dataset.google_message1_proto3.pb" /> 25ffe3c632Sopenharmony_ci </ItemGroup> 26ffe3c632Sopenharmony_ci 27ffe3c632Sopenharmony_ci</Project> 28