aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/RouteGuide/RouteGuideClient/RouteGuideClient.csproj
blob: 96cc204ba371d75714af7559487ccf3ead48c4a4 (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>netcoreapp1.0</TargetFrameworks>
    <DebugType>portable</DebugType>
    <AssemblyName>RouteGuideClient</AssemblyName>
    <OutputType>Exe</OutputType>
    <PackageId>RouteGuideClient</PackageId>
  </PropertyGroup>

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

</Project>