From 889f16b22ba5313cb1aad25e1a5b1d847b038036 Mon Sep 17 00:00:00 2001 From: Kerry Jiang Date: Sat, 18 Apr 2015 23:35:00 +0800 Subject: [PATCH] added global assembly info --- Base/LogMaster4Net.Base.csproj | 3 ++ Base/Properties/AssemblyInfo.cs | 31 ++---------------- GlobalAssemblyInfo.cs | 12 +++++++ .../LogMaster4Net.Log4NetAdapter.csproj | 3 ++ Log4NetAdapter/Properties/AssemblyInfo.cs | 32 ++----------------- .../LogMaster4Net.MasterServer.csproj | 3 ++ MasterServer/Properties/AssemblyInfo.cs | 32 ++----------------- 7 files changed, 29 insertions(+), 87 deletions(-) create mode 100644 GlobalAssemblyInfo.cs diff --git a/Base/LogMaster4Net.Base.csproj b/Base/LogMaster4Net.Base.csproj index 2443478..ac79eb2 100644 --- a/Base/LogMaster4Net.Base.csproj +++ b/Base/LogMaster4Net.Base.csproj @@ -41,6 +41,9 @@ + + GlobalAssemblyInfo.cs + diff --git a/Base/Properties/AssemblyInfo.cs b/Base/Properties/AssemblyInfo.cs index 4b6b4be..fb8bf88 100644 --- a/Base/Properties/AssemblyInfo.cs +++ b/Base/Properties/AssemblyInfo.cs @@ -2,35 +2,8 @@ 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("Base")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyTitle("LogMaster4Net.Base")] +[assembly: AssemblyDescription("LogMaster4Net.Base")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Base")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[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("e04d7528-dcb1-4056-a3b5-9ab4a32f0839")] - -// 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/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs new file mode 100644 index 0000000..c96d411 --- /dev/null +++ b/GlobalAssemblyInfo.cs @@ -0,0 +1,12 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + + +[assembly: AssemblyCompany("LogMaster4Net")] +[assembly: AssemblyProduct("LogMaster4Net")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: AssemblyVersion("0.1.0.0")] +[assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/Log4NetAdapter/LogMaster4Net.Log4NetAdapter.csproj b/Log4NetAdapter/LogMaster4Net.Log4NetAdapter.csproj index 3ea7be5..8493a03 100644 --- a/Log4NetAdapter/LogMaster4Net.Log4NetAdapter.csproj +++ b/Log4NetAdapter/LogMaster4Net.Log4NetAdapter.csproj @@ -46,6 +46,9 @@ + + GlobalAssemblyInfo.cs + diff --git a/Log4NetAdapter/Properties/AssemblyInfo.cs b/Log4NetAdapter/Properties/AssemblyInfo.cs index 1ee5fb0..6a2dbd5 100644 --- a/Log4NetAdapter/Properties/AssemblyInfo.cs +++ b/Log4NetAdapter/Properties/AssemblyInfo.cs @@ -2,35 +2,9 @@ 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("Log4NetAdapter")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Log4NetAdapter")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[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: AssemblyTitle("LogMaster4Net.Log4NetAdapter")] +[assembly: AssemblyDescription("LogMaster4Net.Log4NetAdapter")] +[assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("1da081e3-d276-4479-bf23-c91e817ac9c9")] - -// 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/MasterServer/LogMaster4Net.MasterServer.csproj b/MasterServer/LogMaster4Net.MasterServer.csproj index 9394618..8c74243 100644 --- a/MasterServer/LogMaster4Net.MasterServer.csproj +++ b/MasterServer/LogMaster4Net.MasterServer.csproj @@ -58,6 +58,9 @@ + + GlobalAssemblyInfo.cs + diff --git a/MasterServer/Properties/AssemblyInfo.cs b/MasterServer/Properties/AssemblyInfo.cs index 2a95f6b..333beb7 100644 --- a/MasterServer/Properties/AssemblyInfo.cs +++ b/MasterServer/Properties/AssemblyInfo.cs @@ -2,35 +2,9 @@ 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("MasterServer")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("MasterServer")] -[assembly: AssemblyCopyright("Copyright © 2014")] -[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: AssemblyTitle("LogMaster4Net.MasterServer")] +[assembly: AssemblyDescription("LogMaster4Net.MasterServer")] +[assembly: AssemblyConfiguration("")] [assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("237ba32d-72ae-44be-8261-96edb29b9412")] - -// 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")]