diff --git a/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs b/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs index 725babfa..ae821502 100644 --- a/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs +++ b/ClientPasswordManager/c-sharp-net-credential/AssemblyInfo.cs @@ -10,8 +10,8 @@ using System.Runtime.CompilerServices; [assembly: AssemblyDescription("Implements the NetCredential class for Novell.Security.ClientPasswordManager")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Novell, Inc.")] -[assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright (C) 2004 Novell, Inc.")] +[assembly: AssemblyProduct("CASA")] +[assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.5.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs b/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs index ef99a3d5..a169c2f0 100644 --- a/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs +++ b/ClientPasswordManager/c-sharp-utilities/AssemblyInfo.cs @@ -11,7 +11,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Novell, Inc.")] [assembly: AssemblyProduct("")] -[assembly: AssemblyCopyright("Copyright (C) 2004 Novell, Inc.")] +[assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.5.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/c_adlib/AssemblyInfo.cs b/c_adlib/AssemblyInfo.cs new file mode 100644 index 00000000..a9ec230b --- /dev/null +++ b/c_adlib/AssemblyInfo.cs @@ -0,0 +1,58 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly: AssemblyTitle("Novell.CASA.A-D.dll")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Novell, Inc")] +[assembly: AssemblyProduct("CASA")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("1.5.*")] + +// +// In order to sign your assembly you must specify a key to use. Refer to the +// Microsoft .NET Framework documentation for more information on assembly signing. +// +// Use the attributes below to control which key is used for signing. +// +// Notes: +// (*) If no key is specified, the assembly is not signed. +// (*) KeyName refers to a key that has been installed in the Crypto Service +// Provider (CSP) on your machine. KeyFile refers to a file which contains +// a key. +// (*) If the KeyFile and the KeyName values are both specified, the +// following processing occurs: +// (1) If the KeyName can be found in the CSP, that key is used. +// (2) If the KeyName does not exist and the KeyFile does exist, the key +// in the KeyFile is installed into the CSP and used. +// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. +// When specifying the KeyFile, the location of the KeyFile should be +// relative to the project output directory which is +// %Project Directory%\obj\. For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +[assembly: AssemblyKeyFile("")] +[assembly: AssemblyKeyName("")] diff --git a/c_adlib/Novell.CASA.A-D.csproj b/c_adlib/Novell.CASA.A-D.csproj index 78b174d6..9fe0b772 100644 --- a/c_adlib/Novell.CASA.A-D.csproj +++ b/c_adlib/Novell.CASA.A-D.csproj @@ -139,6 +139,11 @@ SubType = "Code" BuildAction = "Compile" /> + . For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +[assembly: AssemblyKeyFile("")] +[assembly: AssemblyKeyName("")] diff --git a/c_adlib/ad_gk/objs.lux b/c_adlib/ad_gk/objs.lux index 3466e0c6..2d33ddb9 100644 --- a/c_adlib/ad_gk/objs.lux +++ b/c_adlib/ad_gk/objs.lux @@ -1,2 +1,3 @@ OBJS=\ + AssembyInfo\ GnomeKeyring diff --git a/c_adlib/ad_gk/src.lux b/c_adlib/ad_gk/src.lux index 9b27dd5a..d17e49ef 100644 --- a/c_adlib/ad_gk/src.lux +++ b/c_adlib/ad_gk/src.lux @@ -1,2 +1,3 @@ SRC=\ + AssemblyInfo.cs\ GnomeKeyring.cs diff --git a/c_adlib/ad_kw/AssemblyInfo.cs b/c_adlib/ad_kw/AssemblyInfo.cs new file mode 100644 index 00000000..4e478d40 --- /dev/null +++ b/c_adlib/ad_kw/AssemblyInfo.cs @@ -0,0 +1,58 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly: AssemblyTitle("Novell.CASA.DataEngines.KWallet.dll")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Novell, Inc")] +[assembly: AssemblyProduct("CASA")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("1.5.*")] + +// +// In order to sign your assembly you must specify a key to use. Refer to the +// Microsoft .NET Framework documentation for more information on assembly signing. +// +// Use the attributes below to control which key is used for signing. +// +// Notes: +// (*) If no key is specified, the assembly is not signed. +// (*) KeyName refers to a key that has been installed in the Crypto Service +// Provider (CSP) on your machine. KeyFile refers to a file which contains +// a key. +// (*) If the KeyFile and the KeyName values are both specified, the +// following processing occurs: +// (1) If the KeyName can be found in the CSP, that key is used. +// (2) If the KeyName does not exist and the KeyFile does exist, the key +// in the KeyFile is installed into the CSP and used. +// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. +// When specifying the KeyFile, the location of the KeyFile should be +// relative to the project output directory which is +// %Project Directory%\obj\. For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +[assembly: AssemblyKeyFile("")] +[assembly: AssemblyKeyName("")] diff --git a/c_adlib/ad_kw/objs.lux b/c_adlib/ad_kw/objs.lux index 323ef5bc..2734643f 100644 --- a/c_adlib/ad_kw/objs.lux +++ b/c_adlib/ad_kw/objs.lux @@ -1,3 +1,4 @@ OBJS=\ + AssemblyInfo\ KWalletEnum\ KWalletNative diff --git a/c_adlib/ad_kw/src.lux b/c_adlib/ad_kw/src.lux index c02d17e3..3f731ec3 100644 --- a/c_adlib/ad_kw/src.lux +++ b/c_adlib/ad_kw/src.lux @@ -1,3 +1,4 @@ SRC=\ + AssemblyInfo.cs\ KWalletEnum.cs\ KWalletNative.cs diff --git a/c_adlib/objs.lux b/c_adlib/objs.lux index b69c4dc4..0a1e84f6 100644 --- a/c_adlib/objs.lux +++ b/c_adlib/objs.lux @@ -1,4 +1,5 @@ OBJS=\ + AssemblyInfo\ Common\ IDataEngine\ miCASAEngine\ diff --git a/c_adlib/src.lux b/c_adlib/src.lux index a776a9f2..5a7dd4aa 100644 --- a/c_adlib/src.lux +++ b/c_adlib/src.lux @@ -1,4 +1,5 @@ SRC=\ + AssemblyInfo.cs\ Common.cs\ IDataEngine.cs\ miCASAEngine.cs\ diff --git a/c_gui/AssemblyInfo.cs b/c_gui/AssemblyInfo.cs new file mode 100644 index 00000000..1b3bce5d --- /dev/null +++ b/c_gui/AssemblyInfo.cs @@ -0,0 +1,58 @@ +using System.Reflection; +using System.Runtime.CompilerServices; + +// +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +// +[assembly: AssemblyTitle("CASAManager.exe")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Novell, Inc")] +[assembly: AssemblyProduct("CASA")] +[assembly: AssemblyCopyright("")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: + +[assembly: AssemblyVersion("1.5.*")] + +// +// In order to sign your assembly you must specify a key to use. Refer to the +// Microsoft .NET Framework documentation for more information on assembly signing. +// +// Use the attributes below to control which key is used for signing. +// +// Notes: +// (*) If no key is specified, the assembly is not signed. +// (*) KeyName refers to a key that has been installed in the Crypto Service +// Provider (CSP) on your machine. KeyFile refers to a file which contains +// a key. +// (*) If the KeyFile and the KeyName values are both specified, the +// following processing occurs: +// (1) If the KeyName can be found in the CSP, that key is used. +// (2) If the KeyName does not exist and the KeyFile does exist, the key +// in the KeyFile is installed into the CSP and used. +// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. +// When specifying the KeyFile, the location of the KeyFile should be +// relative to the project output directory which is +// %Project Directory%\obj\. For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +[assembly: AssemblyKeyFile("")] +[assembly: AssemblyKeyName("")] diff --git a/c_gui/CASAManager.csproj b/c_gui/CASAManager.csproj index d706975f..149ae126 100644 --- a/c_gui/CASAManager.csproj +++ b/c_gui/CASAManager.csproj @@ -149,6 +149,11 @@ + . For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +[assembly: AssemblyKeyFile("")] +[assembly: AssemblyKeyName("")] diff --git a/c_micasad/lib/AssemblyInfo.cs b/c_micasad/lib/AssemblyInfo.cs index 1005ed75..3937bd05 100644 --- a/c_micasad/lib/AssemblyInfo.cs +++ b/c_micasad/lib/AssemblyInfo.cs @@ -6,11 +6,11 @@ using System.Runtime.CompilerServices; // set of attributes. Change these attribute values to modify the information // associated with an assembly. // -[assembly: AssemblyTitle("")] +[assembly: AssemblyTitle("Novell.CASA.Common.dll")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("")] +[assembly: AssemblyCompany("Novell, Inc")] +[assembly: AssemblyProduct("CASA")] [assembly: AssemblyCopyright("")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -26,7 +26,7 @@ using System.Runtime.CompilerServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.5.146.0")] +[assembly: AssemblyVersion("1.5.*")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/c_micasad/micasad.csproj b/c_micasad/micasad.csproj index a77dd058..9c3bd5fe 100644 --- a/c_micasad/micasad.csproj +++ b/c_micasad/micasad.csproj @@ -123,6 +123,11 @@ + . For example, if your KeyFile is +// located in the project directory, you would specify the AssemblyKeyFile +// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")] +// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework +// documentation for more information on this. +// +[assembly: AssemblyDelaySign(false)] +[assembly: AssemblyKeyFile("")] +[assembly: AssemblyKeyName("")] diff --git a/c_policy/Novell.CASA.CASAPolicy.csproj b/c_policy/Novell.CASA.CASAPolicy.csproj index 3ac2a031..728e9464 100644 --- a/c_policy/Novell.CASA.CASAPolicy.csproj +++ b/c_policy/Novell.CASA.CASAPolicy.csproj @@ -71,7 +71,7 @@ /> +