All files
[pithos-ms-client] / trunk / Libraries / Json40r2 / Source / Src / Newtonsoft.Json.Tests / Properties / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using 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
9 #if SILVERLIGHT
10 [assembly: AssemblyTitle("Newtonsoft Json.NET Tests Silverlight")]
11 #elif PocketPC
12 [assembly: AssemblyTitle("Newtonsoft Json.NET Tests Compact")]
13 #else
14 [assembly: AssemblyTitle("Newtonsoft Json.NET Tests")]
15 #endif
16
17 [assembly: AssemblyDescription("")]
18 [assembly: AssemblyConfiguration("")]
19 [assembly: AssemblyCompany("Newtonsoft")]
20 [assembly: AssemblyProduct("Newtonsoft Json.NET Tests")]
21 [assembly: AssemblyCopyright("Copyright © Newtonsoft 2008")]
22 [assembly: AssemblyTrademark("")]
23 [assembly: AssemblyCulture("")]
24
25 // Setting ComVisible to false makes the types in this assembly not visible 
26 // to COM components.  If you need to access a type in this assembly from 
27 // COM, set the ComVisible attribute to true on that type.
28 [assembly: ComVisible(false)]
29
30 // The following GUID is for the ID of the typelib if this project is exposed to COM
31 [assembly: Guid("0be3d72b-d2ef-409c-985c-d3ede89a25f1")]
32
33 // Version information for an assembly consists of the following four values:
34 //
35 //      Major Version
36 //      Minor Version 
37 //      Build Number
38 //      Revision
39 //
40 // You can specify all the values or you can default the Revision and Build Numbers 
41 // by using the '*' as shown below:
42 [assembly: AssemblyVersion("4.0.2.0")]
43 #if !PocketPC
44 [assembly: AssemblyFileVersion("4.0.2.13623")]
45 #endif