summary refs log tree commit diff
path: root/SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj')
-rw-r--r--SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj19
1 files changed, 19 insertions, 0 deletions
diff --git a/SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj b/SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj
new file mode 100644
index 0000000..faa989f
--- /dev/null
+++ b/SpacebarDiscordDesktopLauncher/SpacebarDiscordDesktopLauncher.csproj
@@ -0,0 +1,19 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+    <PropertyGroup>
+        <OutputType>Exe</OutputType>
+        <TargetFramework>net8.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>