Files
mtapi/TestClients/TestApiClientUI/TestApiClientUI.csproj
T
2024-06-16 13:57:50 +03:00

15 lines
384 B
XML

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