mirror of
https://github.com/RaySollium99/MSNPSharp.git
synced 2025-09-05 14:27:45 -04:00
Add the files
This commit is contained in:
parent
f52694709e
commit
50aabc8afc
312 changed files with 95444 additions and 0 deletions
20
Example/Properties/AssemblyInfo.cs
Normal file
20
Example/Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,20 @@
|
|||
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")]
|
Loading…
Add table
Add a link
Reference in a new issue