1ffe3c632Sopenharmony_ci<Project Sdk="Microsoft.NET.Sdk">
2ffe3c632Sopenharmony_ci
3ffe3c632Sopenharmony_ci  <PropertyGroup>
4ffe3c632Sopenharmony_ci    <TargetFrameworks>net451;netcoreapp2.1</TargetFrameworks>
5ffe3c632Sopenharmony_ci    <AssemblyOriginatorKeyFile>../../keys/Google.Protobuf.snk</AssemblyOriginatorKeyFile>
6ffe3c632Sopenharmony_ci    <SignAssembly>true</SignAssembly>
7ffe3c632Sopenharmony_ci    <PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
8ffe3c632Sopenharmony_ci    <IsPackable>False</IsPackable>
9ffe3c632Sopenharmony_ci  </PropertyGroup>
10ffe3c632Sopenharmony_ci
11ffe3c632Sopenharmony_ci  <ItemGroup>
12ffe3c632Sopenharmony_ci    <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
13ffe3c632Sopenharmony_ci    <ProjectReference Include="..\Google.Protobuf.Test.TestProtos\Google.Protobuf.Test.TestProtos.csproj"/>
14ffe3c632Sopenharmony_ci  </ItemGroup>
15ffe3c632Sopenharmony_ci
16ffe3c632Sopenharmony_ci  <ItemGroup>
17ffe3c632Sopenharmony_ci    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
18ffe3c632Sopenharmony_ci    <PackageReference Include="NUnit" Version="3.9.0" />
19ffe3c632Sopenharmony_ci    <PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
20ffe3c632Sopenharmony_ci  </ItemGroup>
21ffe3c632Sopenharmony_ci
22ffe3c632Sopenharmony_ci  <!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
23ffe3c632Sopenharmony_ci  <ItemGroup>
24ffe3c632Sopenharmony_ci    <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0-preview.2" PrivateAssets="All" />
25ffe3c632Sopenharmony_ci  </ItemGroup>
26ffe3c632Sopenharmony_ci
27ffe3c632Sopenharmony_ci  <ItemGroup>
28ffe3c632Sopenharmony_ci    <EmbeddedResource Include="testprotos.pb" />
29ffe3c632Sopenharmony_ci  </ItemGroup>
30ffe3c632Sopenharmony_ci
31ffe3c632Sopenharmony_ci</Project>
32