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 /OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj | |
parent | Set default MySQL port to the standard. (diff) | |
download | opensim-SC-b496d01c12c7ce74779bdd8cb07b070d47702d2d.zip opensim-SC-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.gz opensim-SC-b496d01c12c7ce74779bdd8cb07b070d47702d2d.tar.bz2 opensim-SC-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 '')
-rw-r--r-- | OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj b/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj index 2f47478..b033c6c 100644 --- a/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj +++ b/OpenGridServices/OpenGrid.Framework.Data/OpenGrid.Framework.Data.csproj | |||
@@ -81,6 +81,9 @@ | |||
81 | <Compile Include="GridData.cs"> | 81 | <Compile Include="GridData.cs"> |
82 | <SubType>Code</SubType> | 82 | <SubType>Code</SubType> |
83 | </Compile> | 83 | </Compile> |
84 | <Compile Include="IniConfig.cs"> | ||
85 | <SubType>Code</SubType> | ||
86 | </Compile> | ||
84 | <Compile Include="SimProfileData.cs"> | 87 | <Compile Include="SimProfileData.cs"> |
85 | <SubType>Code</SubType> | 88 | <SubType>Code</SubType> |
86 | </Compile> | 89 | </Compile> |