AnimatLab  2
Test
Libraries/ManagedAnimatInterfacesC/CS/Properties/AssemblyInfo.cs
1 // VBConversions Note: VB project level imports
2 using System.Collections.Generic;
3 using System;
4 using System.Diagnostics;
5 using System.Data;
6 using System.Xml.Linq;
7 using Microsoft.VisualBasic;
8 using System.Collections;
9 using System.Linq;
10 // End of VB project level imports
11 
12 using System.Reflection;
13 using System.Runtime.InteropServices;
14 
15 
16 // General Information about an assembly is controlled through the following
17 // set of attributes. Change these attribute values to modify the information
18 // associated with an assembly.
19 
20 // Review the values of the assembly attributes
21 
22 [assembly:AssemblyTitle("ManagedAnimatInterfaces")]
23 [assembly:AssemblyDescription("")]
24 [assembly:AssemblyCompany("Toshiba")]
25 [assembly:AssemblyProduct("ManagedAnimatInterfaces")]
26 [assembly:AssemblyCopyright("Copyright © Toshiba 2011")]
27 [assembly:AssemblyTrademark("")]
28 
29 [assembly:ComVisible(false)]
30 
31 //The following GUID is for the ID of the typelib if this project is exposed to COM
32 [assembly:Guid("a7cac063-98a6-4d4f-856d-06d579b06957")]
33 
34 // Version information for an assembly consists of the following four values:
35 //
36 // Major Version
37 // Minor Version
38 // Build Number
39 // Revision
40 //
41 // You can specify all the values or you can default the Build and Revision Numbers
42 // by using the '*' as shown below:
43 // <Assembly: AssemblyVersion("1.0.*")>
44 
45 [assembly:AssemblyVersion("1.0.0.0")]
46 [assembly:AssemblyFileVersion("1.0.0.0")]
47