diff options
author | Jeff Ames | 2008-01-14 16:47:36 +0000 |
---|---|---|
committer | Jeff Ames | 2008-01-14 16:47:36 +0000 |
commit | 6716668187675d5950d2b3a7a925da7327440ca1 (patch) | |
tree | a1448cee1cf162b0d5c0e755fae5b956f465ec51 /ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties | |
parent | Remove unused SOG constructor (diff) | |
download | opensim-SC_OLD-6716668187675d5950d2b3a7a925da7327440ca1.zip opensim-SC_OLD-6716668187675d5950d2b3a7a925da7327440ca1.tar.gz opensim-SC_OLD-6716668187675d5950d2b3a7a925da7327440ca1.tar.bz2 opensim-SC_OLD-6716668187675d5950d2b3a7a925da7327440ca1.tar.xz |
Set svn:eol-style.
Diffstat (limited to 'ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties')
-rw-r--r-- | ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties/AssemblyInfo.cs | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties/AssemblyInfo.cs b/ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties/AssemblyInfo.cs index 4a073e9..583c310 100644 --- a/ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties/AssemblyInfo.cs +++ b/ThirdParty/TribalMedia/TribalMedia.Framework.Data/Properties/AssemblyInfo.cs | |||
@@ -1,40 +1,40 @@ | |||
1 | using System.Reflection; | 1 | using System.Reflection; |
2 | using System.Runtime.InteropServices; | 2 | using System.Runtime.InteropServices; |
3 | using System.Security; | 3 | using System.Security; |
4 | 4 | ||
5 | // General Information about an assembly is controlled through the following | 5 | // General Information about an assembly is controlled through the following |
6 | // set of attributes. Change these attribute values to modify the information | 6 | // set of attributes. Change these attribute values to modify the information |
7 | // associated with an assembly. | 7 | // associated with an assembly. |
8 | 8 | ||
9 | [assembly : AssemblyTitle("TribalMedia.Framework.Data")] | 9 | [assembly : AssemblyTitle("TribalMedia.Framework.Data")] |
10 | [assembly : AssemblyDescription("Generic Database Abstraction Layer")] | 10 | [assembly : AssemblyDescription("Generic Database Abstraction Layer")] |
11 | [assembly : AssemblyConfiguration("")] | 11 | [assembly : AssemblyConfiguration("")] |
12 | [assembly : AssemblyCompany("TribalMedia")] | 12 | [assembly : AssemblyCompany("TribalMedia")] |
13 | [assembly : AssemblyProduct("TribalMedia.Framework.Data")] | 13 | [assembly : AssemblyProduct("TribalMedia.Framework.Data")] |
14 | [assembly: AssemblyCopyright("Copyright © 2007 Tribal Media")] | 14 | [assembly: AssemblyCopyright("Copyright © 2007 Tribal Media")] |
15 | [assembly : AssemblyTrademark("")] | 15 | [assembly : AssemblyTrademark("")] |
16 | [assembly : AssemblyCulture("")] | 16 | [assembly : AssemblyCulture("")] |
17 | 17 | ||
18 | // Setting ComVisible to false makes the types in this assembly not visible | 18 | // Setting ComVisible to false makes the types in this assembly not visible |
19 | // to COM components. If you need to access a type in this assembly from | 19 | // to COM components. If you need to access a type in this assembly from |
20 | // COM, set the ComVisible attribute to true on that type. | 20 | // COM, set the ComVisible attribute to true on that type. |
21 | 21 | ||
22 | [assembly : ComVisible(false)] | 22 | [assembly : ComVisible(false)] |
23 | 23 | ||
24 | // The following GUID is for the ID of the typelib if this project is exposed to COM | 24 | // The following GUID is for the ID of the typelib if this project is exposed to COM |
25 | 25 | ||
26 | [assembly : Guid("9269f421-19d9-4eea-bfe3-c0ffe426fada")] | 26 | [assembly : Guid("9269f421-19d9-4eea-bfe3-c0ffe426fada")] |
27 | 27 | ||
28 | // Version information for an assembly consists of the following four values: | 28 | // Version information for an assembly consists of the following four values: |
29 | // | 29 | // |
30 | // Major Version | 30 | // Major Version |
31 | // Minor Version | 31 | // Minor Version |
32 | // Build Number | 32 | // Build Number |
33 | // Revision | 33 | // Revision |
34 | // | 34 | // |
35 | // You can specify all the values or you can default the Revision and Build Numbers | 35 | // You can specify all the values or you can default the Revision and Build Numbers |
36 | // by using the '*' as shown below: | 36 | // by using the '*' as shown below: |
37 | 37 | ||
38 | [assembly : AssemblyVersion("1.0.0.0")] | 38 | [assembly : AssemblyVersion("1.0.0.0")] |
39 | [assembly : AssemblyFileVersion("1.0.0.0")] | 39 | [assembly : AssemblyFileVersion("1.0.0.0")] |
40 | [assembly : AllowPartiallyTrustedCallers] \ No newline at end of file | 40 | [assembly : AllowPartiallyTrustedCallers] \ No newline at end of file |