Files
mtapi/TestClients/MtApi5TestClient/MtApi5TestClient.csproj
T
2024-01-11 22:55:37 +02:00

15 lines
369 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\MtApi5\MtApi5.csproj" />
</ItemGroup>
</Project>