tesses-rpc/ClientExample/ClientExample.csproj

16 lines
433 B
XML
Raw Normal View History

2022-12-12 17:24:00 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Tesses.RPCClient\Tesses.RPCClient.csproj" />
<ProjectReference Include="..\CommonExample\CommonExample.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>