Skip to content

Commit

Permalink
updated AssemblyInfo class
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryjiang committed Apr 9, 2012
1 parent d630eaf commit aaddc58
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Core/Properties/AssemblyInfo.MonoDroid.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// 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("SuperSocket.ClientEngine for MonoDroid")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine")]
[assembly: AssemblyTitle("SuperSocket.ClientEngine.Core for MonoDroid")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("8DAC5624-1C98-424B-ADE5-C0E5602FDBD4")]
[assembly: Guid("B63E175D-AC4D-4B84-A1C2-82CAEE84BAE2")]
6 changes: 3 additions & 3 deletions Core/Properties/AssemblyInfo.Net35.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// 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("SuperSocket.ClientEngine for .NET 3.5")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine")]
[assembly: AssemblyTitle("SuperSocket.ClientEngine.Core for .NET 3.5")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("C3D1EFE0-89E6-41E8-979F-F2A102B6B8BD")]
[assembly: Guid("7D0C5B57-780B-4598-8E31-67DAF8F28F8B")]
4 changes: 2 additions & 2 deletions Core/Properties/AssemblyInfo.Net40.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("SuperSocket.ClientEngine for .NET 4.0/Mono 2.10+")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine")]
[assembly: AssemblyTitle("SuperSocket.ClientEngine.Core for .NET 4.0/Mono 2.10+")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("fbbb2183-5bc3-4bbe-8f09-eb2d55d97d72")]
12 changes: 12 additions & 0 deletions Core/Properties/AssemblyInfo.SL40.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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("SuperSocket.ClientEngine.Core for Silverlight 4.0")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("7FBCB35D-C26B-454A-8ED0-C11A0F5493C6")]
12 changes: 12 additions & 0 deletions Core/Properties/AssemblyInfo.WP71.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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("SuperSocket.ClientEngine.Core for Windows Phone 7.1")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Core")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("33F89486-B096-4EE6-8846-95237A39A37D")]
12 changes: 12 additions & 0 deletions GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyVersion("0.1.0.0")]
[assembly: AssemblyFileVersion("0.1.0.0")]
[assembly: AssemblyCompany("SuperSocket")]
[assembly: AssemblyProduct("SuperSocket ClientEngine")]
[assembly: AssemblyInformationalVersion("0.1.0.0")]
[assembly: AssemblyCopyright("Copyright © clientengine.codeplex.com 2012")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
12 changes: 12 additions & 0 deletions Protocol/Properties/AssemblyInfo.MonoDroid.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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("SuperSocket.ClientEngine.Protocol for MonoDroid")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Protocol")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("C24F2E17-F718-4A4B-BD37-F2D4BE8B8434")]
12 changes: 12 additions & 0 deletions Protocol/Properties/AssemblyInfo.Net35.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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("SuperSocket.ClientEngine.Protocol for .NET 3.5")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Protocol")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("8BA03C1B-64D8-405F-978A-46C217C2A97C")]
9 changes: 9 additions & 0 deletions Protocol/Properties/AssemblyInfo.Net40.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("SuperSocket.ClientEngine.Protocol for .NET 4.0/Mono 2.10+")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Protocol")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("AAAD620D-6E44-40A5-9D50-6FB73EF0A4DC")]
12 changes: 12 additions & 0 deletions Protocol/Properties/AssemblyInfo.SL40.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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("SuperSocket.ClientEngine.Protocol for Silverlight 4.0")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Protocol")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("EBC11FC8-867B-411D-8DC6-1BF1D436A3B6")]
12 changes: 12 additions & 0 deletions Protocol/Properties/AssemblyInfo.WP71.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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("SuperSocket.ClientEngine.Protocol for Windows Phone 7.1")]
[assembly: AssemblyDescription("SuperSocket.ClientEngine.Protocol")]
[assembly: AssemblyConfiguration("")]
[assembly: ComVisible(false)]
[assembly: Guid("32989C43-E19F-4DB7-9999-A21C30C5F09D")]

0 comments on commit aaddc58

Please sign in to comment.