aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Prebuild/src/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Prebuild/src/Properties/AssemblyInfo.cs')
-rw-r--r--Prebuild/src/Properties/AssemblyInfo.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/Prebuild/src/Properties/AssemblyInfo.cs b/Prebuild/src/Properties/AssemblyInfo.cs
index 013743d..f9d90bb 100644
--- a/Prebuild/src/Properties/AssemblyInfo.cs
+++ b/Prebuild/src/Properties/AssemblyInfo.cs
@@ -52,7 +52,7 @@ using System.Resources;
52[assembly: CLSCompliant(true)] 52[assembly: CLSCompliant(true)]
53 53
54// 54//
55// General Information about an assembly is controlled through the following 55// General Information about an assembly is controlled through the following
56// set of attributes. Change these attribute values to modify the information 56// set of attributes. Change these attribute values to modify the information
57// associated with an assembly. 57// associated with an assembly.
58// 58//
@@ -77,34 +77,34 @@ using System.Resources;
77// Version information for an assembly consists of the following four values: 77// Version information for an assembly consists of the following four values:
78// 78//
79// Major Version 79// Major Version
80// Minor Version 80// Minor Version
81// Build Number 81// Build Number
82// Revision 82// Revision
83// 83//
84// You can specify all the values or you can default the Revision and Build Numbers 84// You can specify all the values or you can default the Revision and Build Numbers
85// by using the '*' as shown below: 85// by using the '*' as shown below:
86 86
87// 87//
88// In order to sign your assembly you must specify a key to use. Refer to the 88// In order to sign your assembly you must specify a key to use. Refer to the
89// Microsoft .NET Framework documentation for more information on assembly signing. 89// Microsoft .NET Framework documentation for more information on assembly signing.
90// 90//
91// Use the attributes below to control which key is used for signing. 91// Use the attributes below to control which key is used for signing.
92// 92//
93// Notes: 93// Notes:
94// (*) If no key is specified, the assembly is not signed. 94// (*) If no key is specified, the assembly is not signed.
95// (*) KeyName refers to a key that has been installed in the Crypto Service 95// (*) KeyName refers to a key that has been installed in the Crypto Service
96// Provider (CSP) on your machine. KeyFile refers to a file which contains 96// Provider (CSP) on your machine. KeyFile refers to a file which contains
97// a key. 97// a key.
98// (*) If the KeyFile and the KeyName values are both specified, the 98// (*) If the KeyFile and the KeyName values are both specified, the
99// following processing occurs: 99// following processing occurs:
100// (1) If the KeyName can be found in the CSP, that key is used. 100// (1) If the KeyName can be found in the CSP, that key is used.
101// (2) If the KeyName does not exist and the KeyFile does exist, the key 101// (2) If the KeyName does not exist and the KeyFile does exist, the key
102// in the KeyFile is installed into the CSP and used. 102// in the KeyFile is installed into the CSP and used.
103// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. 103// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
104// When specifying the KeyFile, the location of the KeyFile should be 104// When specifying the KeyFile, the location of the KeyFile should be
105// relative to the project output directory which is 105// relative to the project output directory which is
106// %Project Directory%\obj\<configuration>. For example, if your KeyFile is 106// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
107// located in the project directory, you would specify the AssemblyKeyFile 107// located in the project directory, you would specify the AssemblyKeyFile
108// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] 108// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
109// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework 109// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
110// documentation for more information on this. 110// documentation for more information on this.