From 1653d82a7f1af51e73938acc0331f22135d436c5 Mon Sep 17 00:00:00 2001 From: Ross Nelson Date: Sun, 9 Jul 2023 11:43:18 -0500 Subject: [PATCH] Run the upgrade assistant, moving to .NET 6 --- KeysExportViewer.sln | 4 +- KeysExportViewer/KeysExportViewer.csproj | 136 +++----------------- KeysExportViewer/Properties/AssemblyInfo.cs | 25 ---- KeysExportViewer/packages.config | 8 -- 4 files changed, 23 insertions(+), 150 deletions(-) delete mode 100644 KeysExportViewer/packages.config diff --git a/KeysExportViewer.sln b/KeysExportViewer.sln index 2be13ac..c5b7dca 100644 --- a/KeysExportViewer.sln +++ b/KeysExportViewer.sln @@ -1,7 +1,7 @@ - + Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeysExportViewer", "KeysExportViewer\KeysExportViewer.csproj", "{229BD385-DFB9-4FBD-B8C9-E56D96767583}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KeysExportViewer", "KeysExportViewer\KeysExportViewer.csproj", "{229BD385-DFB9-4FBD-B8C9-E56D96767583}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{B2EC4E33-1EFC-4F0F-8583-4D69326D6D5D}" ProjectSection(SolutionItems) = preProject diff --git a/KeysExportViewer/KeysExportViewer.csproj b/KeysExportViewer/KeysExportViewer.csproj index eb48ebb..bf2ac38 100644 --- a/KeysExportViewer/KeysExportViewer.csproj +++ b/KeysExportViewer/KeysExportViewer.csproj @@ -1,21 +1,7 @@ - - - - - - - - + - Debug - AnyCPU - {229BD385-DFB9-4FBD-B8C9-E56D96767583} + net6.0-windows WinExe - Properties - KeysExportViewer - KeysExportViewer - v4.8 - 512 publish\ true Disk @@ -31,89 +17,22 @@ false false true - - - - - - AnyCPU - true - full - false - bin\Debug\ - TRACE;DEBUG - prompt - 4 - false - AllRules.ruleset - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + false + true + true false - AllRules.ruleset Resources\XMLFile_828.ico + KeysExport Viewer + Viewer for MSDN%27s KeysExport.xml file + Ross Nelson + KeysExport Viewer + Copyright © 2013-2020 Ross Nelson + 1.1.0.0 + 1.1.0.0 + en - - - - - - - - - - - - - - - - Form - - - MainWindow.cs - - - - - - MainWindow.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - True - - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - - False @@ -131,9 +50,6 @@ false - - - @@ -145,22 +61,12 @@ - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/KeysExportViewer/Properties/AssemblyInfo.cs b/KeysExportViewer/Properties/AssemblyInfo.cs index 409b1b6..ab077b2 100644 --- a/KeysExportViewer/Properties/AssemblyInfo.cs +++ b/KeysExportViewer/Properties/AssemblyInfo.cs @@ -2,16 +2,6 @@ using System.Reflection; using System.Runtime.InteropServices; using System.Resources; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("KeysExport Viewer")] -[assembly: AssemblyDescription("Viewer for MSDN's KeysExport.xml file")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Ross Nelson")] -[assembly: AssemblyProduct("KeysExport Viewer")] -[assembly: AssemblyCopyright("Copyright © 2013-2020 Ross Nelson")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -22,19 +12,4 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("74eed76c-36da-487e-83f6-9e49c832421b")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] - -[assembly: NeutralResourcesLanguage("en")] [assembly: CLSCompliant(true)] \ No newline at end of file diff --git a/KeysExportViewer/packages.config b/KeysExportViewer/packages.config deleted file mode 100644 index f2969fd..0000000 --- a/KeysExportViewer/packages.config +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file