From ffbeaa02ecceb525cb1c73e5a22a5cb0a7cb2260 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 4 Apr 2024 18:42:59 +0530 Subject: [PATCH] Delete Properties directory --- Properties/AssemblyInfo.cs | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 Properties/AssemblyInfo.cs diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs deleted file mode 100644 index e862f87..0000000 --- a/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -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("Sigmath")] -[assembly: AssemblyDescription("A framework for mathematicians")] -[assembly: AssemblyCompany("Enginestein")] -[assembly: AssemblyProduct("Sigmath")] -[assembly: AssemblyCopyright("Copyright ® 2023")] -[assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.0.0")] - - -// 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. - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("ca23277a-51f6-46d8-82e5-e8fab8316f8e")] - -// 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: AssemblyFileVersion("1.0.0")]