Skip to content

Commit ddc4915

Browse files
author
Dylan Bickerstaff
committed
.
1 parent ccd54d3 commit ddc4915

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

CommonProperties.xml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
<Project>
22
<PropertyGroup>
3-
<TargetFramework>net8.0-windows</TargetFramework>
3+
<TargetFramework>net9.0-windows</TargetFramework>
44
<ApplicationIcon>..\SuperLauncherAssets\logo.ico</ApplicationIcon>
55
<Product>Super Launcher</Product>
66
<AssemblyTitle>Super Launcher</AssemblyTitle>
7-
<AssemblyVersion>2.1.4.0</AssemblyVersion>
8-
<FileVersion>2.1.4.0</FileVersion>
7+
<AssemblyVersion>2.1.5.0</AssemblyVersion>
8+
<FileVersion>2.1.5.0</FileVersion>
99
<NeutralLanguage>en-US</NeutralLanguage>
1010
<RepositoryUrl>https://github.com/belowaverage-org/SuperLauncher</RepositoryUrl>
1111
<RepositoryType>GIT</RepositoryType>
1212
<PackageProjectUrl>https://github.com/belowaverage-org/SuperLauncher</PackageProjectUrl>
1313
<PackageLicenseFile>..\LICENSE</PackageLicenseFile>
14-
<Copyright>below average © 2024</Copyright>
14+
<Copyright>below average © 2025</Copyright>
1515
<Company>Dylan Bickerstaff; Adam Cunningham</Company>
16-
<Version>2.1.4.0</Version>
16+
<Version>2.1.5.0</Version>
1717
<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>
1818
<PlatformTarget>x64</PlatformTarget>
1919
<Platforms>x64</Platforms>
2020
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
2121
<NoWarn>CS0108;WFAC010;CA1416</NoWarn>
22+
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
2223
</PropertyGroup>
23-
<!--<ItemGroup>
24-
<AssemblyAttribute Include="System.Reflection.AssemblyTitleAttribute">
25-
<_Parameter1>Super Launcher</_Parameter1>
26-
</AssemblyAttribute>
27-
</ItemGroup>-->
2824
</Project>

SuperLauncher.sln

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ Global
9090
{6275A107-1BA8-4FBD-B809-9B36937BBB3F}.Release|x64.Build.0 = Release|x64
9191
{6275A107-1BA8-4FBD-B809-9B36937BBB3F}.Release|x86.ActiveCfg = Release|x64
9292
{6275A107-1BA8-4FBD-B809-9B36937BBB3F}.Release|x86.Build.0 = Release|x64
93-
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
94-
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|Any CPU.Build.0 = Debug|Any CPU
95-
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
93+
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|Any CPU.ActiveCfg = Debug|x64
94+
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|Any CPU.Build.0 = Debug|x64
95+
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|Any CPU.Deploy.0 = Debug|x64
9696
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|ARM.ActiveCfg = Debug|ARM
9797
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|ARM.Build.0 = Debug|ARM
9898
{96C13C5C-2FE5-4603-8660-118581F05884}.Debug|ARM.Deploy.0 = Debug|ARM

SuperLauncher/Properties/app.manifest

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@
5252
Makes the application long-path aware. See https://docs.microsoft.com/windows/win32/fileio/maximum-file-path-limitation -->
5353
<application xmlns="urn:schemas-microsoft-com:asm.v3">
5454
<windowsSettings>
55-
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2</dpiAwareness>
56-
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true</dpiAware>
5755
<longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>
5856
</windowsSettings>
5957
</application>

0 commit comments

Comments
 (0)