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

  <PropertyGroup>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <OutputType>Exe</OutputType>
  </PropertyGroup>

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

</Project>