aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authorMW2007-04-02 12:56:35 +0000
committerMW2007-04-02 12:56:35 +0000
commit23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff (patch)
treeace7dfc8b928c07ddb1f73b5a7b2c6de8a36687e /OpenSim.Framework/OpenSim.Framework.csproj
parentminor bug (diff)
downloadopensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.zip
opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.tar.gz
opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.tar.bz2
opensim-SC_OLD-23ecc07caa19dce34bf56c6c3fac3e54cd2cdcff.tar.xz
Added OpenSim.GenericConfig.Xml project, so we can swap to a more generic configuration method, so that it is easier to load configuration data from a ogs server
Diffstat (limited to 'OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r--OpenSim.Framework/OpenSim.Framework.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim.Framework/OpenSim.Framework.csproj b/OpenSim.Framework/OpenSim.Framework.csproj
index 53a20c1..4ce5af0 100644
--- a/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/OpenSim.Framework/OpenSim.Framework.csproj
@@ -70,6 +70,10 @@
70 <HintPath>..\bin\libsecondlife.dll</HintPath> 70 <HintPath>..\bin\libsecondlife.dll</HintPath>
71 <Private>False</Private> 71 <Private>False</Private>
72 </Reference> 72 </Reference>
73 <Reference Include="Db4objects.Db4o.dll" >
74 <HintPath>..\bin\Db4objects.Db4o.dll</HintPath>
75 <Private>False</Private>
76 </Reference>
73 </ItemGroup> 77 </ItemGroup>
74 <ItemGroup> 78 <ItemGroup>
75 </ItemGroup> 79 </ItemGroup>
@@ -95,6 +99,9 @@
95 <Compile Include="IConfig.cs"> 99 <Compile Include="IConfig.cs">
96 <SubType>Code</SubType> 100 <SubType>Code</SubType>
97 </Compile> 101 </Compile>
102 <Compile Include="IGenericConfig.cs">
103 <SubType>Code</SubType>
104 </Compile>
98 <Compile Include="IGridConfig.cs"> 105 <Compile Include="IGridConfig.cs">
99 <SubType>Code</SubType> 106 <SubType>Code</SubType>
100 </Compile> 107 </Compile>