diff options
author | gareth | 2007-04-30 02:48:05 +0000 |
---|---|---|
committer | gareth | 2007-04-30 02:48:05 +0000 |
commit | 002336e95c928405394c18eb7d7e77e7b15bd259 (patch) | |
tree | df9b61f3555866623bf8b2ddcd500914766f2f59 /OpenGridServices.AssetServer/Properties | |
parent | Copied gridserver ready to convert to asset server (diff) | |
download | opensim-SC_OLD-002336e95c928405394c18eb7d7e77e7b15bd259.zip opensim-SC_OLD-002336e95c928405394c18eb7d7e77e7b15bd259.tar.gz opensim-SC_OLD-002336e95c928405394c18eb7d7e77e7b15bd259.tar.bz2 opensim-SC_OLD-002336e95c928405394c18eb7d7e77e7b15bd259.tar.xz |
Done some more conversion work on the asset server
Diffstat (limited to 'OpenGridServices.AssetServer/Properties')
-rw-r--r-- | OpenGridServices.AssetServer/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenGridServices.AssetServer/Properties/AssemblyInfo.cs b/OpenGridServices.AssetServer/Properties/AssemblyInfo.cs index 8471e6b..7014284 100644 --- a/OpenGridServices.AssetServer/Properties/AssemblyInfo.cs +++ b/OpenGridServices.AssetServer/Properties/AssemblyInfo.cs | |||
@@ -1,15 +1,15 @@ | |||
1 | using System.Reflection; | 1 | using System.Reflection; |
2 | using System.Runtime.CompilerServices; | 2 | using System.Runtime.CompilerServices; |
3 | using System.Runtime.InteropServices; | 3 | using System.Runtime.InteropServices; |
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 | [assembly: AssemblyTitle("OGS-GridServer")] | 8 | [assembly: AssemblyTitle("OGS-AssetServer")] |
9 | [assembly: AssemblyDescription("")] | 9 | [assembly: AssemblyDescription("")] |
10 | [assembly: AssemblyConfiguration("")] | 10 | [assembly: AssemblyConfiguration("")] |
11 | [assembly: AssemblyCompany("")] | 11 | [assembly: AssemblyCompany("")] |
12 | [assembly: AssemblyProduct("OGS-GridServer")] | 12 | [assembly: AssemblyProduct("OGS-AssetServer")] |
13 | [assembly: AssemblyCopyright("Copyright © 2007")] | 13 | [assembly: AssemblyCopyright("Copyright © 2007")] |
14 | [assembly: AssemblyTrademark("")] | 14 | [assembly: AssemblyTrademark("")] |
15 | [assembly: AssemblyCulture("")] | 15 | [assembly: AssemblyCulture("")] |