]> git.saurik.com Git - apple/mdnsresponder.git/blob - Clients/SimpleChat.NET/AssemblyInfo.cs
mDNSResponder-87.tar.gz
[apple/mdnsresponder.git] / Clients / SimpleChat.NET / AssemblyInfo.cs
1 /*
2 * Copyright (c) 1997-2004 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
11 * file.
12 *
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
20 *
21 * @APPLE_LICENSE_HEADER_END@
22
23 Change History (most recent first):
24
25 $Log: AssemblyInfo.cs,v $
26 Revision 1.1 2004/07/19 07:57:08 shersche
27 Initial revision
28
29
30
31 */
32
33 using System.Reflection;
34 using System.Runtime.CompilerServices;
35
36 //
37 // General Information about an assembly is controlled through the following
38 // set of attributes. Change these attribute values to modify the information
39 // associated with an assembly.
40 //
41 [assembly: AssemblyTitle("")]
42 [assembly: AssemblyDescription("")]
43 [assembly: AssemblyConfiguration("")]
44 [assembly: AssemblyCompany("")]
45 [assembly: AssemblyProduct("")]
46 [assembly: AssemblyCopyright("")]
47 [assembly: AssemblyTrademark("")]
48 [assembly: AssemblyCulture("")]
49
50 //
51 // Version information for an assembly consists of the following four values:
52 //
53 // Major Version
54 // Minor Version
55 // Build Number
56 // Revision
57 //
58 // You can specify all the values or you can default the Revision and Build Numbers
59 // by using the '*' as shown below:
60
61 [assembly: AssemblyVersion("1.0.*")]
62
63 //
64 // In order to sign your assembly you must specify a key to use. Refer to the
65 // Microsoft .NET Framework documentation for more information on assembly signing.
66 //
67 // Use the attributes below to control which key is used for signing.
68 //
69 // Notes:
70 // (*) If no key is specified, the assembly is not signed.
71 // (*) KeyName refers to a key that has been installed in the Crypto Service
72 // Provider (CSP) on your machine. KeyFile refers to a file which contains
73 // a key.
74 // (*) If the KeyFile and the KeyName values are both specified, the
75 // following processing occurs:
76 // (1) If the KeyName can be found in the CSP, that key is used.
77 // (2) If the KeyName does not exist and the KeyFile does exist, the key
78 // in the KeyFile is installed into the CSP and used.
79 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
80 // When specifying the KeyFile, the location of the KeyFile should be
81 // relative to the project output directory which is
82 // %Project Directory%\obj\<configuration>. For example, if your KeyFile is
83 // located in the project directory, you would specify the AssemblyKeyFile
84 // attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
85 // (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
86 // documentation for more information on this.
87 //
88 [assembly: AssemblyDelaySign(false)]
89 [assembly: AssemblyKeyFile("")]
90 [assembly: AssemblyKeyName("")]