mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-17 15:59:32 +00:00
7cf668e3c1
Implemented broadcasting handlers to test encrypted communication.
14 lines
306 B
XML
14 lines
306 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<RootNamespace>MTSC_TestClient</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MTSC\MTSC.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|