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

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

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

</Project>