Files
MTSC/MTSC-TestClient/MTSC-TestClient.csproj
T
amacocian 7cf668e3c1 Implemented a unified message sending method.
Implemented broadcasting handlers to test encrypted communication.
2019-07-19 09:48:42 +03:00

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>