From f14f7dbb72de8f69b59060f605f35fd9d72800b7 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 15 Aug 2021 16:15:34 +0200 Subject: [PATCH] removed assembly info classes as they are no longer needed --- mRemoteNG/Properties/AssemblyInfo.cs | 36 ----------------------- mRemoteNGSpecs/Properties/AssemblyInfo.cs | 35 ---------------------- mRemoteNGTests/Properties/AssemblyInfo.cs | 35 ---------------------- 3 files changed, 106 deletions(-) delete mode 100644 mRemoteNG/Properties/AssemblyInfo.cs delete mode 100644 mRemoteNGSpecs/Properties/AssemblyInfo.cs delete mode 100644 mRemoteNGTests/Properties/AssemblyInfo.cs diff --git a/mRemoteNG/Properties/AssemblyInfo.cs b/mRemoteNG/Properties/AssemblyInfo.cs deleted file mode 100644 index 276bcab2..00000000 --- a/mRemoteNG/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - - -// 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. - -// Review the values of the assembly attributes - -[assembly: AssemblyTitle("mRemoteNG")] -[assembly: AssemblyDescription("Multi-protocol remote connections manager")] -[assembly: AssemblyCompany("mRemoteNG")] -[assembly: AssemblyProduct("mRemoteNG")] -[assembly: AssemblyCopyright("2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")] -[assembly: AssemblyTrademark("")] - -[assembly: ComVisible(false)] - -//The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("A99669B2-FAEB-11DE-995A-826C56D89593")] - -// 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.77.2.*")] -[assembly: NeutralResourcesLanguage("en")] \ No newline at end of file diff --git a/mRemoteNGSpecs/Properties/AssemblyInfo.cs b/mRemoteNGSpecs/Properties/AssemblyInfo.cs deleted file mode 100644 index a40f57b8..00000000 --- a/mRemoteNGSpecs/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// 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("mRemoteNGSpecs")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("mRemoteNGSpecs")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("16aa21e2-d6b7-427d-ab7d-aa8c611b724e")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/mRemoteNGTests/Properties/AssemblyInfo.cs b/mRemoteNGTests/Properties/AssemblyInfo.cs deleted file mode 100644 index 40f8c457..00000000 --- a/mRemoteNGTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -using System.Runtime.InteropServices; - -// 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("mRemoteNGTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("mRemoteNGTests")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4e9583d3-2b1b-419d-bda5-f06e70e03b50")] - -// 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.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")]