From 501260584cfec9dac8ecc75d0cd41cbb170b0d2e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 29 Oct 2022 00:32:56 +0800 Subject: [PATCH] Minor --- Properties/AssemblyInfo.cs | 4 ++-- app.manifest | 19 +++++++++++++++++++ rdp-portal.csproj | 7 ++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d4416b6..4eda6aa 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -6,11 +6,11 @@ using System.Runtime.InteropServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("RDP Portal")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A slightly smarter and simple Remote Desktop manager for Windows.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Louis Lam")] [assembly: AssemblyProduct("RDP Protal")] -[assembly: AssemblyCopyright("Copyright © 2022 Louis Lam")] +[assembly: AssemblyCopyright("Copyright © 2022 Louis Lam")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/app.manifest b/app.manifest index bee20ea..b793fe4 100644 --- a/app.manifest +++ b/app.manifest @@ -6,4 +6,23 @@ PerMonitorV2 + + + + + + + + diff --git a/rdp-portal.csproj b/rdp-portal.csproj index c521035..76efc04 100644 --- a/rdp-portal.csproj +++ b/rdp-portal.csproj @@ -8,7 +8,7 @@ {6C4D655E-4C37-4E07-87E0-A4EB9DCAA651} WinExe RDP_Portal - rdp-portal + RDP-Portal v4.7.2 512 true @@ -16,6 +16,8 @@ 8 enable Resources\icon.ico + true + ..\visual-studio-sign-key.snk AnyCPU @@ -174,6 +176,9 @@ MainForm.cs + + visual-studio-sign-key.snk + SettingsSingleFileGenerator