xref: /aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/AddressBook/AddressBook.csproj (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1<Project Sdk="Microsoft.NET.Sdk">
2
3  <PropertyGroup>
4    <TargetFramework>netcoreapp3.1</TargetFramework>
5    <OutputType>Exe</OutputType>
6    <StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject>
7    <IsPackable>False</IsPackable>
8  </PropertyGroup>
9
10  <ItemGroup>
11    <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
12  </ItemGroup>
13
14</Project>
15