Line 0
Link Here
|
|
|
1 |
//------------------------------------------------------------------------ |
2 |
// RJH.CommandLineHelper.dll - AssemblyInfo.cs |
3 |
// |
4 |
// Gentoo note: |
5 |
// copied from wx.NET.dll version for strong naming of this assembly |
6 |
// |
7 |
// Licensed under the wxWidgets license, see LICENSE.txt for details. |
8 |
// |
9 |
// $Id: AssemblyInfo.cs,v 1.3 2004/11/26 21:39:51 olkalex Exp $ |
10 |
//------------------------------------------------------------------------ |
11 |
|
12 |
using System; |
13 |
using System.Reflection; |
14 |
using System.Resources; |
15 |
using System.Security; |
16 |
using System.Runtime.CompilerServices; |
17 |
using System.Runtime.InteropServices; |
18 |
|
19 |
// Manually maintained to release version. Example version: |
20 |
// 0.6.0.1 - 6.0 Beta 1 |
21 |
[assembly: AssemblyVersion("0.6.0.1")] |
22 |
|
23 |
[assembly: AssemblyTitle("RJH.CommandLineHelper.dll")] |
24 |
[assembly: AssemblyDescription(".NET command line parser for towxnet")] |
25 |
[assembly: AssemblyConfiguration("")] |
26 |
[assembly: AssemblyCompany("")] |
27 |
[assembly: AssemblyProduct("")] |
28 |
[assembly: AssemblyCopyright("")] |
29 |
[assembly: AssemblyTrademark("")] |
30 |
[assembly: AssemblyCulture("")] |
31 |
|
32 |
[assembly: AllowPartiallyTrustedCallers()] |
33 |
|
34 |
// Currently use an unsecured private/public keypair. Given the pre-release |
35 |
// nature of the project this simplifies strong naming. |
36 |
// Gentoo note: use the key supplied for wx.NET.dll |
37 |
[assembly: AssemblyKeyFile("../../../../Src/wx.NET/keys.snk")] |
38 |
[assembly: AssemblyDelaySign(false)] |