-
Notifications
You must be signed in to change notification settings - Fork 6
/
AssemblyInfo.cs
26 lines (22 loc) · 1003 Bytes
/
AssemblyInfo.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1433
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Jabber-Net library")]
[assembly: AssemblyDescription("Connect to Jabber (http://www.jabber.org/) from .Net")]
[assembly: AssemblyCompany("Cursive Systems, Inc.")]
[assembly: AssemblyProduct("jabber-net")]
[assembly: AssemblyCopyright("Copyright (c) Cursive, Inc. 2000-2008")]
[assembly: AssemblyVersion("2.0.0.613")]
[assembly: AssemblyDelaySign(false)]
[assembly: CLSCompliant(true)]
[assembly: AssemblyKeyFile("../../jabbernet.key")]