aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authorgareth2007-04-02 02:11:51 +0000
committergareth2007-04-02 02:11:51 +0000
commit843f547684ef8a084e336361a440b72090370dd1 (patch)
treeb468bc22188c1cbed2be9c0124d6995efae8b8f9 /OpenSim.Framework/OpenSim.Framework.csproj
parentditto (diff)
downloadopensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.zip
opensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.tar.gz
opensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.tar.bz2
opensim-SC_OLD-843f547684ef8a084e336361a440b72090370dd1.tar.xz
Moved grid configuration to Db4o database
Diffstat (limited to 'OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r--OpenSim.Framework/OpenSim.Framework.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim.Framework/OpenSim.Framework.csproj b/OpenSim.Framework/OpenSim.Framework.csproj
index 2e2d16c..55974fa 100644
--- a/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/OpenSim.Framework/OpenSim.Framework.csproj
@@ -95,6 +95,9 @@
95 <Compile Include="IConfig.cs"> 95 <Compile Include="IConfig.cs">
96 <SubType>Code</SubType> 96 <SubType>Code</SubType>
97 </Compile> 97 </Compile>
98 <Compile Include="IGridConfig.cs">
99 <SubType>Code</SubType>
100 </Compile>
98 <Compile Include="IGridServer.cs"> 101 <Compile Include="IGridServer.cs">
99 <SubType>Code</SubType> 102 <SubType>Code</SubType>
100 </Compile> 103 </Compile>