diff options
author | Adam Frisby | 2007-05-25 08:21:16 +0000 |
---|---|---|
committer | Adam Frisby | 2007-05-25 08:21:16 +0000 |
commit | b496d01c12c7ce74779bdd8cb07b070d47702d2d (patch) | |
tree | 694b885f62e4abfd44a10c943fc7a730ccf8d419 /Common | |
parent | Set default MySQL port to the standard. (diff) | |
download | opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.zip opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.gz opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.bz2 opensim-SC_OLD-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.xz |
* Added new mysql_connection.ini file which contains configuration options for the database connection used by OGS.
* Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util.
* Ran prebuild, updated solution files.
Diffstat (limited to 'Common')
-rw-r--r-- | Common/OpenSim.Servers/OpenSim.Servers.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj b/Common/OpenSim.Servers/OpenSim.Servers.csproj index 0a816b7..e89a62c 100644 --- a/Common/OpenSim.Servers/OpenSim.Servers.csproj +++ b/Common/OpenSim.Servers/OpenSim.Servers.csproj | |||
@@ -50,7 +50,7 @@ | |||
50 | <DebugSymbols>False</DebugSymbols> | 50 | <DebugSymbols>False</DebugSymbols> |
51 | <FileAlignment>4096</FileAlignment> | 51 | <FileAlignment>4096</FileAlignment> |
52 | <Optimize>True</Optimize> | 52 | <Optimize>True</Optimize> |
53 | <OutputPath>..\bin\</OutputPath> | 53 | <OutputPath>..\..\bin\</OutputPath> |
54 | <RegisterForComInterop>False</RegisterForComInterop> | 54 | <RegisterForComInterop>False</RegisterForComInterop> |
55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> | 55 | <RemoveIntegerChecks>False</RemoveIntegerChecks> |
56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> | 56 | <TreatWarningsAsErrors>False</TreatWarningsAsErrors> |