From c97560d814d52dbd7f229acff7f16756764538d2 Mon Sep 17 00:00:00 2001 From: vis2k Date: Thu, 3 Jan 2019 17:04:33 +0100 Subject: [PATCH] Removed remaining AssemblyInfo files --- Mirror/Editor/Mirror.Editor.csproj | 1 - Mirror/Editor/Properties/AssemblyInfo.cs | 38 ----------------------- Mirror/Runtime/Mirror.Runtime.csproj | 1 - Mirror/Runtime/Properties/AssemblyInfo.cs | 38 ----------------------- 4 files changed, 78 deletions(-) delete mode 100644 Mirror/Editor/Properties/AssemblyInfo.cs delete mode 100644 Mirror/Runtime/Properties/AssemblyInfo.cs diff --git a/Mirror/Editor/Mirror.Editor.csproj b/Mirror/Editor/Mirror.Editor.csproj index 593fbe70d..b39e613ac 100644 --- a/Mirror/Editor/Mirror.Editor.csproj +++ b/Mirror/Editor/Mirror.Editor.csproj @@ -62,7 +62,6 @@ - diff --git a/Mirror/Editor/Properties/AssemblyInfo.cs b/Mirror/Editor/Properties/AssemblyInfo.cs deleted file mode 100644 index 009f9792b..000000000 --- a/Mirror/Editor/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -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("Mirror.Editor")] -[assembly: AssemblyDescription("Mirror Editor part")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("vis2k")] -[assembly: AssemblyProduct("Mirror.Editor")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: InternalsVisibleTo("Assembly-CSharp-Editor-testable")] - -// 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("5f32cd94-baa9-4578-a686-d4b9d6b660f7")] - -// 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/Mirror/Runtime/Mirror.Runtime.csproj b/Mirror/Runtime/Mirror.Runtime.csproj index 8b5fb5ce2..223182b15 100644 --- a/Mirror/Runtime/Mirror.Runtime.csproj +++ b/Mirror/Runtime/Mirror.Runtime.csproj @@ -75,7 +75,6 @@ - diff --git a/Mirror/Runtime/Properties/AssemblyInfo.cs b/Mirror/Runtime/Properties/AssemblyInfo.cs deleted file mode 100644 index 52873b135..000000000 --- a/Mirror/Runtime/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,38 +0,0 @@ -using System; -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("Mirror.Runtime")] -[assembly: AssemblyDescription("Mirror Runtime")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("vis2k")] -[assembly: AssemblyProduct("Mirror")] -[assembly: AssemblyCopyright("Copyright © 2018")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: InternalsVisibleTo("Assembly-CSharp-Editor-testable")] - -// 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("87035389-1bb3-40e2-b2a9-c8707e7419ba")] - -// 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")]