Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ProtobufCS/0.9.1/ProtobufCS/src/ProtocolBuffers.Test/Properties/AssemblyInfo.cs @ 4068

Last change on this file since 4068 was 4068, checked in by swagner, 14 years ago

Sorted usings and removed unused usings in entire solution (#1094)

File size: 1.5 KB
Line 
1using System;
2using System.Reflection;
3using System.Runtime.InteropServices;
4
5// General Information about an assembly is controlled through the following
6// set of attributes. Change these attribute values to modify the information
7// associated with an assembly.
8[assembly: AssemblyTitle("ProtocolBuffers.Test")]
9[assembly: AssemblyDescription("")]
10[assembly: AssemblyConfiguration("")]
11[assembly: AssemblyCompany("")]
12[assembly: AssemblyProduct("ProtocolBuffers.Test")]
13[assembly: AssemblyCopyright("Copyright ©  2008")]
14[assembly: AssemblyTrademark("")]
15[assembly: AssemblyCulture("")]
16
17// Setting ComVisible to false makes the types in this assembly not visible
18// to COM components.  If you need to access a type in this assembly from
19// COM, set the ComVisible attribute to true on that type.
20[assembly: ComVisible(false)]
21
22// The following GUID is for the ID of the typelib if this project is exposed to COM
23[assembly: Guid("54e627c3-daaa-4850-82cf-f25b7f097e78")]
24
25// Version information for an assembly consists of the following four values:
26//
27//      Major Version
28//      Minor Version
29//      Build Number
30//      Revision
31//
32// You can specify all the values or you can default the Build and Revision Numbers
33// by using the '*' as shown below:
34// [assembly: AssemblyVersion("1.0.*")]
35[assembly: AssemblyVersion("0.9.0.0")]
36[assembly: AssemblyFileVersion("0.9.0.0")]
37// We don't really need CLSCompliance, but if the assembly builds with no warnings,
38// that means the generator is okay.
39[assembly: CLSCompliant(true)]
Note: See TracBrowser for help on using the repository browser.