![]() |
TurboWavelets.Net
Compact C# Implementation for very fast and flexible wavelet transformations
|
00001 using System.Reflection; 00002 using System.Runtime.CompilerServices; 00003 00004 // Information about this assembly is defined by the following attributes. 00005 // Change them to the values specific to your project. 00006 [assembly: AssemblyTitle ("TurboWavelets")] 00007 [assembly: AssemblyDescription ("")] 00008 [assembly: AssemblyConfiguration ("")] 00009 [assembly: AssemblyCompany ("")] 00010 [assembly: AssemblyProduct ("")] 00011 [assembly: AssemblyCopyright ("Stefan Moebius")] 00012 [assembly: AssemblyTrademark ("")] 00013 [assembly: AssemblyCulture ("")] 00014 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 00015 // The form "{Major}.{Minor}.*" will automatically update the build and revision, 00016 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 00017 [assembly: AssemblyVersion ("1.0.*")] 00018 // The following attributes are used to specify the signing key for the assembly, 00019 // if desired. See the Mono documentation for more information about signing. 00020 //[assembly: AssemblyDelaySign(false)] 00021 //[assembly: AssemblyKeyFile("")] 00022