aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/RouteGuide/RouteGuideServer/RouteGuideServer.csproj
blob: 005c87ca0c2f42976f8ec0808b6906afe94754c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <AssemblyTitle>RouteGuideServer</AssemblyTitle>
    <TargetFrameworks>netcoreapp2.1</TargetFrameworks>
    <DebugType>portable</DebugType>
    <AssemblyName>RouteGuideServer</AssemblyName>
    <OutputType>Exe</OutputType>
    <PackageId>RouteGuideServer</PackageId>
  </PropertyGroup>

  <ItemGroup>
    <ProjectReference Include="..\RouteGuide\RouteGuide.csproj" />
  </ItemGroup>

</Project>