annotate Implab.Fx.Test/Properties/AssemblyInfo.cs @ 5:f2559580b481

implemented overlay helpers and some animation heplers improvments
author cin
date Tue, 24 Sep 2013 03:31:24 +0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
1 using System.Reflection;
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
2 using System.Runtime.CompilerServices;
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
3 using System.Runtime.InteropServices;
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
4
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
5 // General Information about an assembly is controlled through the following
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
6 // set of attributes. Change these attribute values to modify the information
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
7 // associated with an assembly.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
8 [assembly: AssemblyTitle("Implab.Fx.Test")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
9 [assembly: AssemblyDescription("")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
10 [assembly: AssemblyConfiguration("")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
11 [assembly: AssemblyCompany("")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
12 [assembly: AssemblyProduct("Implab.Fx.Test")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
13 [assembly: AssemblyCopyright("Copyright © 2013")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
14 [assembly: AssemblyTrademark("")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
15 [assembly: AssemblyCulture("")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
16
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
17 // Setting ComVisible to false makes the types in this assembly not visible
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
18 // to COM components. If you need to access a type in this assembly from
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
19 // COM, set the ComVisible attribute to true on that type.
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
20 [assembly: ComVisible(false)]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
21
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
22 // The following GUID is for the ID of the typelib if this project is exposed to COM
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
23 [assembly: Guid("ac9cc552-177e-4b6d-923c-763dc6f87dd6")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
24
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
25 // Version information for an assembly consists of the following four values:
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
26 //
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
27 // Major Version
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
28 // Minor Version
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
29 // Build Number
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
30 // Revision
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
31 //
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
32 // You can specify all the values or you can default the Build and Revision Numbers
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
33 // by using the '*' as shown below:
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
34 [assembly: AssemblyVersion("1.0.0.0")]
f2559580b481 implemented overlay helpers and some animation heplers improvments
cin
parents:
diff changeset
35 [assembly: AssemblyFileVersion("1.0.0.0")]