OSDN Git Service

Events should attched after config data is loaded...
[automap/automap.git] / Automap / Properties / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3
4 // Information about this assembly is defined by the following attributes. 
5 // Change them to the values specific to your project.
6
7 [assembly: AssemblyTitle("Automap")]
8 [assembly: AssemblyDescription("Automap Plugin for V.S.")]
9 #if DEBUG
10 [assembly: AssemblyConfiguration("DEBUG")]
11 #else
12 [assembly: AssemblyConfiguration("RELEASE")]
13 #endif
14 [assembly: AssemblyCompany("MelCo.")]
15 [assembly: AssemblyProduct("Automap Plugin")]
16 [assembly: AssemblyCopyright("Melchior")]
17 [assembly: AssemblyTrademark("")]
18 [assembly: AssemblyCulture("")]
19
20 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
21 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
22 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
23
24 [assembly: AssemblyVersion("1.0.*")]
25
26 // The following attributes are used to specify the signing key for the assembly, 
27 // if desired. See the Mono documentation for more information about signing.
28
29 //[assembly: AssemblyDelaySign(false)]
30 //[assembly: AssemblyKeyFile("")]
31