-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCommonProperties.xml
28 lines (28 loc) · 1.29 KB
/
CommonProperties.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<Project>
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<ApplicationIcon>..\SuperLauncherAssets\logo.ico</ApplicationIcon>
<Product>Super Launcher</Product>
<AssemblyTitle>Super Launcher</AssemblyTitle>
<AssemblyVersion>2.1.4.0</AssemblyVersion>
<FileVersion>2.1.4.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 © 2024</Copyright>
<Company>Dylan Bickerstaff; Adam Cunningham</Company>
<Version>2.1.4.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>
</PropertyGroup>
<!--<ItemGroup>
<AssemblyAttribute Include="System.Reflection.AssemblyTitleAttribute">
<_Parameter1>Super Launcher</_Parameter1>
</AssemblyAttribute>
</ItemGroup>-->
</Project>