|
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 | | -[assembly: AssemblyTitle("ServiceStack.Logging.EntLib5")] |
9 | | -[assembly: AssemblyDescription(@"Provides Enterprise Library 5.0 Logging Application Block logging integration for other ServiceStack projects |
10 | | - Includes: |
11 | | - - ServiceStack.Logging.EntLib5.dll |
12 | | - Dependencies: |
13 | | - - ServiceStack.Interfaces.dll")] |
14 | | -[assembly: AssemblyConfiguration("")] |
15 | | -[assembly: AssemblyCompany("Kevin Howard")] |
16 | | -[assembly: AssemblyProduct("ServiceStack.Logging.EntLib5")] |
17 | | -[assembly: AssemblyCopyright("Copyright © ServiceStack 2012")] |
18 | | -[assembly: AssemblyTrademark("")] |
19 | | -[assembly: AssemblyCulture("")] |
20 | | - |
21 | | -// Setting ComVisible to false makes the types in this assembly not visible |
22 | | -// to COM components. If you need to access a type in this assembly from |
23 | | -// COM, set the ComVisible attribute to true on that type. |
24 | | -[assembly: ComVisible(false)] |
25 | | - |
26 | | -// The following GUID is for the ID of the typelib if this project is exposed to COM |
27 | | -[assembly: Guid("a4ed4cac-c55c-4f8c-83ca-b4a2ede918d3")] |
28 | | - |
29 | | -// Version information for an assembly consists of the following four values: |
30 | | -// |
31 | | -// Major Version |
32 | | -// Minor Version |
33 | | -// Build Number |
34 | | -// Revision |
35 | | -// |
36 | | -// You can specify all the values or you can default the Build and Revision Numbers |
37 | | -// by using the '*' as shown below: |
38 | | -// [assembly: AssemblyVersion("1.0.*")] |
39 | | -[assembly: AssemblyVersion("1.0.0.0")] |
40 | | -[assembly: AssemblyFileVersion("1.0.0.0")] |
| 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 | +[assembly: AssemblyTitle("ServiceStack.Logging.EntLib5")] |
| 9 | +[assembly: AssemblyDescription(@"Provides Enterprise Library 5.0 Logging Application Block logging integration for other ServiceStack projects |
| 10 | + Includes: |
| 11 | + - ServiceStack.Logging.EntLib5.dll |
| 12 | + Dependencies: |
| 13 | + - ServiceStack.Interfaces.dll")] |
| 14 | +[assembly: AssemblyConfiguration("")] |
| 15 | +[assembly: AssemblyCompany("Kevin Howard")] |
| 16 | +[assembly: AssemblyProduct("ServiceStack.Logging.EntLib5")] |
| 17 | +[assembly: AssemblyCopyright("Copyright © ServiceStack 2013")] |
| 18 | +[assembly: AssemblyTrademark("")] |
| 19 | +[assembly: AssemblyCulture("")] |
| 20 | + |
| 21 | +// Setting ComVisible to false makes the types in this assembly not visible |
| 22 | +// to COM components. If you need to access a type in this assembly from |
| 23 | +// COM, set the ComVisible attribute to true on that type. |
| 24 | +[assembly: ComVisible(false)] |
| 25 | + |
| 26 | +// The following GUID is for the ID of the typelib if this project is exposed to COM |
| 27 | +[assembly: Guid("a4ed4cac-c55c-4f8c-83ca-b4a2ede918d3")] |
| 28 | + |
| 29 | +// Version information for an assembly consists of the following four values: |
| 30 | +// |
| 31 | +// Major Version |
| 32 | +// Minor Version |
| 33 | +// Build Number |
| 34 | +// Revision |
| 35 | +// |
| 36 | +// You can specify all the values or you can default the Build and Revision Numbers |
| 37 | +// by using the '*' as shown below: |
| 38 | +// [assembly: AssemblyVersion("1.0.*")] |
| 39 | +[assembly: AssemblyVersion("1.0.0.0")] |
| 40 | +[assembly: AssemblyFileVersion("1.0.0.0")] |
0 commit comments