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