Mercurial > pub > ImplabNet
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:279591fb4df3 |
|---|---|
| 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("Implab")] | |
| 8 [assembly: AssemblyDescription("Tools")] | |
| 9 [assembly: AssemblyConfiguration("")] | |
| 10 [assembly: AssemblyCompany("")] | |
| 11 [assembly: AssemblyProduct("")] | |
| 12 [assembly: AssemblyCopyright("Implab")] | |
| 13 [assembly: AssemblyTrademark("")] | |
| 14 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". | |
| 15 // The form "{Major}.{Minor}.*" will automatically update the build and revision, | |
| 16 // and "{Major}.{Minor}.{Build}.*" will update just the revision. | |
| 17 | |
| 18 [assembly: AssemblyVersion("1.0.*")] | |
| 19 | |
| 20 // The following attributes are used to specify the signing key for the assembly, | |
| 21 // if desired. See the Mono documentation for more information about signing. | |
| 22 | |
| 23 //[assembly: AssemblyDelaySign(false)] | |
| 24 //[assembly: AssemblyKeyFile("")] | |
| 25 |
