2018-05-05 00:30:16 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2016-07-31 20:44:31 +00:00
|
|
|
|
<PropertyGroup>
|
2018-05-05 00:30:16 +00:00
|
|
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
2016-07-31 20:44:31 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject>
|
2018-05-05 00:30:16 +00:00
|
|
|
|
<IsPackable>False</IsPackable>
|
2016-07-31 20:44:31 +00:00
|
|
|
|
</PropertyGroup>
|
2018-05-05 00:30:16 +00:00
|
|
|
|
|
2016-07-31 20:44:31 +00:00
|
|
|
|
<ItemGroup>
|
2018-05-05 00:30:16 +00:00
|
|
|
|
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
|
2016-07-31 20:44:31 +00:00
|
|
|
|
</ItemGroup>
|
2018-05-05 00:30:16 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|