-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathCommonProperties.xml
More file actions
24 lines (24 loc) · 1.18 KB
/
CommonProperties.xml
File metadata and controls
24 lines (24 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project>
<PropertyGroup>
<TargetFramework>net9.0-windows</TargetFramework>
<ApplicationIcon>..\SuperLauncherAssets\logo.ico</ApplicationIcon>
<Product>Super Launcher</Product>
<AssemblyTitle>Super Launcher</AssemblyTitle>
<AssemblyVersion>2.1.5.0</AssemblyVersion>
<FileVersion>2.1.5.0</FileVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<RepositoryUrl>https://github.com/belowaverage-org/SuperLauncher</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
<PackageProjectUrl>https://github.com/belowaverage-org/SuperLauncher</PackageProjectUrl>
<PackageLicenseFile>..\LICENSE</PackageLicenseFile>
<Copyright>below average © 2025</Copyright>
<Company>Dylan Bickerstaff; Adam Cunningham</Company>
<Version>2.1.5.0</Version>
<Description>🚀 Super Launcher is an admin launcher that persists in the system tray that can launch programs quickly; optionally, with administrator rights, as another user, or both.</Description>
<PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<NoWarn>CS0108;WFAC010;CA1416</NoWarn>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
</PropertyGroup>
</Project>