15 lines
395 B
XML
15 lines
395 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp1.0</TargetFramework>
|
|
<OutputType>Exe</OutputType>
|
|
<StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject>
|
|
<IsPackable>False</IsPackable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|