From cc0099ee7d13626cdde45a43a5097355e4ae5fc3 Mon Sep 17 00:00:00 2001 From: Recrown Date: Fri, 31 May 2019 01:28:38 -0500 Subject: [PATCH] Removed AssemblyInfo.cs (for now). --- .../Properties/AssemblyInfo.cs | 35 ------------------- .../RecrownedAthenaeum.Pipeline.csproj | 2 -- RecrownedAthenaeum/Properties/AssemblyInfo.cs | 35 ------------------- RecrownedAthenaeum/RecrownedAthenaeum.csproj | 2 -- 4 files changed, 74 deletions(-) delete mode 100644 RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs delete mode 100644 RecrownedAthenaeum/Properties/AssemblyInfo.cs diff --git a/RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs b/RecrownedAthenaeum.Pipeline/Properties/AssemblyInfo.cs deleted file mode 100644 index a2cd23e..0000000 --- a/RecrownedAthenaeum.Pipeline/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("RecrownedAthenaeum.Pipeline")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RecrownedAthenaeum.Pipeline")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("b38f9812-b1d1-4bfe-89ee-fc4dd4ebaa3f")] - -// 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/RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj b/RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj index fe52726..b1f79a6 100644 --- a/RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj +++ b/RecrownedAthenaeum.Pipeline/RecrownedAthenaeum.Pipeline.csproj @@ -1,8 +1,6 @@ netstandard2.0 - - false diff --git a/RecrownedAthenaeum/Properties/AssemblyInfo.cs b/RecrownedAthenaeum/Properties/AssemblyInfo.cs deleted file mode 100644 index 1186401..0000000 --- a/RecrownedAthenaeum/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("RecrownedAthenaeum")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("RecrownedAthenaeum")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[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("95a926dc-1482-4368-91da-8d30ac04740a")] - -// 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/RecrownedAthenaeum/RecrownedAthenaeum.csproj b/RecrownedAthenaeum/RecrownedAthenaeum.csproj index d0341f2..3d495ee 100644 --- a/RecrownedAthenaeum/RecrownedAthenaeum.csproj +++ b/RecrownedAthenaeum/RecrownedAthenaeum.csproj @@ -1,8 +1,6 @@ netstandard2.0 - - false