Skip to content

Commit

Permalink
added global assembly info
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Apr 18, 2015
1 parent 1dae59b commit 889f16b
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 87 deletions.
3 changes: 3 additions & 0 deletions Base/LogMaster4Net.Base.csproj
Expand Up @@ -41,6 +41,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="ILoggingDeserializer.cs" />
<Compile Include="ILoggingDeserializerMetadata.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
31 changes: 2 additions & 29 deletions Base/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
12 changes: 12 additions & 0 deletions 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")]
3 changes: 3 additions & 0 deletions Log4NetAdapter/LogMaster4Net.Log4NetAdapter.csproj
Expand Up @@ -46,6 +46,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Log4NetLoggingDeserializer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
Expand Down
32 changes: 3 additions & 29 deletions Log4NetAdapter/Properties/AssemblyInfo.cs
Expand Up @@ -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")]
3 changes: 3 additions & 0 deletions MasterServer/LogMaster4Net.MasterServer.csproj
Expand Up @@ -58,6 +58,9 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="LoggingPackageInfo.cs" />
<Compile Include="LoggingSession.cs" />
<Compile Include="LogMasterServer.cs" />
Expand Down
32 changes: 3 additions & 29 deletions MasterServer/Properties/AssemblyInfo.cs
Expand Up @@ -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")]

0 comments on commit 889f16b

Please sign in to comment.