AddressBook.csproj 395 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp1.0</TargetFramework>
  4. <OutputType>Exe</OutputType>
  5. <StartupObject>Google.Protobuf.Examples.AddressBook.Program</StartupObject>
  6. <IsPackable>False</IsPackable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\Google.Protobuf\Google.Protobuf.csproj" />
  10. </ItemGroup>
  11. </Project>