|
|
||||
|
vbAccelerator - Contents of code file: AssemblyInfo.csThis file is part of the download WaveStream CSharp, which is described in the article WaveStreamReader and WaveStreamWriter. using System.Reflection;
using System.Runtime.CompilerServices;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("WaveStream")]
[assembly: AssemblyDescription(".NET Wrappers for reading and writing PCM Wave
Files")]
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCompany("vbAccelerator")]
[assembly: AssemblyProduct("WaveStream")]
[assembly: AssemblyCopyright("Copyright (C) 2004 Steve McMahon for
vbAccelerator.com")]
[assembly: AssemblyTrademark("vbAccelerator and vbAccelerator.com are
trademarks of vbAccelerator Ltd. All Rights Reserved.")]
[assembly: AssemblyCulture("")]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build
Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
//
// This library is shipped with a strong name signed by vbAccelerator.
// If you wish to create your own version of the control that has
// a strong name then you will need to revise the options below.
//
[assembly: AssemblyDelaySign(true)]
[assembly: AssemblyKeyFile("..\\..\\vbalPublic.snk")]
[assembly: AssemblyKeyName("")]
|
|||
|
|
||||