summary refs log tree commit diff
path: root/SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj
blob: 08a1cb59d5ae520314b6b7dad769c32275ad3335 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net10.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>
    
    <PropertyGroup Condition="'$(Configuration)' == 'Release'">
        <Optimize>true</Optimize>
        <RunAOTCompilation>true</RunAOTCompilation>
<!--        <PublishAot>true</PublishAot>-->
<!--        <PublishTrimmed>true</PublishTrimmed> -->
        <PublishSingleFile>true</PublishSingleFile>
        <ApplicationIcon>Launcher.ico</ApplicationIcon>
    </PropertyGroup>

</Project>