Files
MrTrust/src/MrTrustLauncher.csproj
MrSphay 46026cb62c
All checks were successful
Build MrTrust / build (push) Successful in 1m37s
Build Windows EXE on Ubuntu runner
2026-05-16 00:03:58 +02:00

15 lines
523 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<AssemblyName>MrTrust</AssemblyName>
<RootNamespace>MrTrust</RootNamespace>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
</PropertyGroup>
</Project>