mirror of
https://github.com/RaySollium99/MSNPSharp.git
synced 2025-09-03 21:57:44 -04:00
20 lines
992 B
C#
20 lines
992 B
C#
using System;
|
|
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: ComVisibleAttribute(false)]
|
|
[assembly: CLSCompliantAttribute(false)]
|
|
[assembly: AssemblyTitleAttribute("MSNPSharp Example Client")]
|
|
[assembly: AssemblyDescriptionAttribute(".NET MSN Messenger library Example Client")]
|
|
[assembly: AssemblyCopyrightAttribute("Copyright (c) 2002-2011, Bas Geertsema, Xih Solutions (http://www.xihsolutions.net), Thiago.Sayao, Pang Wu, Ethem Evlice.")]
|
|
[assembly: AssemblyProductAttribute("MSNPSharp")]
|
|
[assembly: AssemblyDelaySignAttribute(false)]
|
|
[assembly: GuidAttribute("FAE04EC0-301F-11D3-BF4B-00C04F79EFBC")]
|
|
|
|
// Version information for an assembly consists of the following four values:
|
|
// Major.Minor.Build.SVNRevision
|
|
[assembly: AssemblyVersionAttribute("3.2.1.2668")]
|
|
[assembly: AssemblyFileVersionAttribute("3.2.1.2668")]
|
|
[assembly: AssemblyCompanyAttribute("MSNPSharp")]
|
|
[assembly: AssemblyTrademarkAttribute("MSNPSharp")]
|