Server/Properties/AssemblyInfo.cs
changeset 18 7acec5059fa6
parent 0 f6eca6facd07
child 85 9c4a78195ac4
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/Properties/AssemblyInfo.cs	Tue Aug 12 20:55:50 2014 +0200
     1.3 @@ -0,0 +1,36 @@
     1.4 +using System.Reflection;
     1.5 +using System.Runtime.CompilerServices;
     1.6 +using System.Runtime.InteropServices;
     1.7 +
     1.8 +// General Information about an assembly is controlled through the following 
     1.9 +// set of attributes. Change these attribute values to modify the information
    1.10 +// associated with an assembly.
    1.11 +[assembly: AssemblyTitle("SharpDisplayManager")]
    1.12 +[assembly: AssemblyDescription("")]
    1.13 +[assembly: AssemblyConfiguration("")]
    1.14 +[assembly: AssemblyCompany("")]
    1.15 +[assembly: AssemblyProduct("SharpDisplayManager")]
    1.16 +[assembly: AssemblyCopyright("Copyright ©  2014")]
    1.17 +[assembly: AssemblyTrademark("")]
    1.18 +[assembly: AssemblyCulture("")]
    1.19 +
    1.20 +// Setting ComVisible to false makes the types in this assembly not visible 
    1.21 +// to COM components.  If you need to access a type in this assembly from 
    1.22 +// COM, set the ComVisible attribute to true on that type.
    1.23 +[assembly: ComVisible(false)]
    1.24 +
    1.25 +// The following GUID is for the ID of the typelib if this project is exposed to COM
    1.26 +[assembly: Guid("5da0f26b-76a6-41e8-832c-5b593b3a75b0")]
    1.27 +
    1.28 +// Version information for an assembly consists of the following four values:
    1.29 +//
    1.30 +//      Major Version
    1.31 +//      Minor Version 
    1.32 +//      Build Number
    1.33 +//      Revision
    1.34 +//
    1.35 +// You can specify all the values or you can default the Build and Revision Numbers 
    1.36 +// by using the '*' as shown below:
    1.37 +// [assembly: AssemblyVersion("1.0.*")]
    1.38 +[assembly: AssemblyVersion("1.0.0.0")]
    1.39 +[assembly: AssemblyFileVersion("1.0.0.0")]