diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-06-08 16:14:24 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-06-08 16:14:24 +0200 |
commit | 7dd552c8261be9d1c9c8e45628e5aca5cdae405d (patch) | |
tree | 1b84d014b52f5fe638a9bde1494cbb2e88de0c91 /contrib/Connection Patcher/Properties/AssemblyInfo.cs | |
parent | e1e5f2a196240707f1671a02df6bd4966fed67f3 (diff) | |
parent | 9f69eda67f7fad50553f8d569851a5005437e677 (diff) |
Merge branch 'battle.net' into 4.3.4
Diffstat (limited to 'contrib/Connection Patcher/Properties/AssemblyInfo.cs')
-rw-r--r-- | contrib/Connection Patcher/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/Connection Patcher/Properties/AssemblyInfo.cs b/contrib/Connection Patcher/Properties/AssemblyInfo.cs new file mode 100644 index 00000000000..b1d174575c5 --- /dev/null +++ b/contrib/Connection Patcher/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +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("Connection Patcher")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Connection Patcher")] +[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("07c6905b-5b42-4804-81fe-73d0f74ebfb1")] + +// 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")] |