annotate Implab/Properties/AssemblyInfo.cs @ 0:279591fb4df3

initial commit promises async model
author user@factory.site.local
date Fri, 23 Aug 2013 04:38:46 +0400
parents
children 21611344d366
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
1 using System.Reflection;
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
2 using System.Runtime.CompilerServices;
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
3
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
4 // Information about this assembly is defined by the following attributes.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
5 // Change them to the values specific to your project.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
6
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
7 [assembly: AssemblyTitle("Implab")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
8 [assembly: AssemblyDescription("Tools")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
9 [assembly: AssemblyConfiguration("")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
10 [assembly: AssemblyCompany("")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
11 [assembly: AssemblyProduct("")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
12 [assembly: AssemblyCopyright("Implab")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
13 [assembly: AssemblyTrademark("")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
14 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
15 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
16 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
17
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
18 [assembly: AssemblyVersion("1.0.*")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
19
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
20 // The following attributes are used to specify the signing key for the assembly,
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
21 // if desired. See the Mono documentation for more information about signing.
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
22
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
23 //[assembly: AssemblyDelaySign(false)]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
24 //[assembly: AssemblyKeyFile("")]
279591fb4df3 initial commit
user@factory.site.local
parents:
diff changeset
25