blob: 6edfdcabb39bd09aa65526eec48c8a397c966fd5 [file] [log] [blame]
Austin Schuh40c16522018-10-28 20:27:54 -07001<Project Sdk="Microsoft.NET.Sdk">
2
3 <PropertyGroup>
4 <TargetFramework>netcoreapp1.0</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>