aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-02 15:36:01 +0000
committerSean Dague2008-04-02 15:36:01 +0000
commitf52c8f3970c5f528aaa6edf2b1bf8acc31c52313 (patch)
treeb22667e2d4ad14d6eaad11993e400b94e0f8fcb6 /OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
parentfirst pass at fixing up prebuild.xml after the (diff)
downloadopensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.zip
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.gz
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.bz2
opensim-SC_OLD-f52c8f3970c5f528aaa6edf2b1bf8acc31c52313.tar.xz
attempt to fix up all refernces to new directory structure
Diffstat (limited to 'OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs')
-rw-r--r--OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs b/OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
index f6ac328..6b2c214 100644
--- a/OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
+++ b/OpenSim/Data/MSSQL/Properties/AssemblyInfo.cs
@@ -32,11 +32,11 @@ using System.Runtime.InteropServices;
32// set of attributes. Change these attribute values to modify the information 32// set of attributes. Change these attribute values to modify the information
33// associated with an assembly. 33// associated with an assembly.
34 34
35[assembly : AssemblyTitle("OpenSim.Framework.Data.MSSQL")] 35[assembly : AssemblyTitle("OpenSim.Data.MSSQL")]
36[assembly : AssemblyDescription("")] 36[assembly : AssemblyDescription("")]
37[assembly : AssemblyConfiguration("")] 37[assembly : AssemblyConfiguration("")]
38[assembly : AssemblyCompany("")] 38[assembly : AssemblyCompany("")]
39[assembly : AssemblyProduct("OpenSim.Framework.Data.MSSQL")] 39[assembly : AssemblyProduct("OpenSim.Data.MSSQL")]
40[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2008")] 40[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2008")]
41[assembly : AssemblyTrademark("")] 41[assembly : AssemblyTrademark("")]
42[assembly : AssemblyCulture("")] 42[assembly : AssemblyCulture("")]