diff options
author | mingchen | 2007-06-08 19:10:55 +0000 |
---|---|---|
committer | mingchen | 2007-06-08 19:10:55 +0000 |
commit | 2239ecba188b0435d9a6d58b1c66f2b6eb591116 (patch) | |
tree | bd07f5ddd43dc11077dc445d7b50a983ed37535f /Common/OpenSim.Framework/OpenSim.Framework.csproj | |
parent | *Added EstateSettings.cs and ParcelData.cs to OpenSim.Framework.Types (diff) | |
download | opensim-SC_OLD-2239ecba188b0435d9a6d58b1c66f2b6eb591116.zip opensim-SC_OLD-2239ecba188b0435d9a6d58b1c66f2b6eb591116.tar.gz opensim-SC_OLD-2239ecba188b0435d9a6d58b1c66f2b6eb591116.tar.bz2 opensim-SC_OLD-2239ecba188b0435d9a6d58b1c66f2b6eb591116.tar.xz |
*Merged EstateManager, EstateSettings, ParcelManager,Parcel, and ParcelData classes
*Incorporated EstateSettings into the RegionInfo class
*Next step is to load from db, save to db the parcel and estate settings
Diffstat (limited to 'Common/OpenSim.Framework/OpenSim.Framework.csproj')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.csproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj index 39ce0ff..ab29d04 100644 --- a/Common/OpenSim.Framework/OpenSim.Framework.csproj +++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj | |||
@@ -144,15 +144,15 @@ | |||
144 | <Compile Include="Interfaces\IWorld.cs"> | 144 | <Compile Include="Interfaces\IWorld.cs"> |
145 | <SubType>Code</SubType> | 145 | <SubType>Code</SubType> |
146 | </Compile> | 146 | </Compile> |
147 | <Compile Include="Interfaces\IClientAPI.cs"> | ||
148 | <SubType>Code</SubType> | ||
149 | </Compile> | ||
150 | <Compile Include="Interfaces\IGridServer.cs"> | 147 | <Compile Include="Interfaces\IGridServer.cs"> |
151 | <SubType>Code</SubType> | 148 | <SubType>Code</SubType> |
152 | </Compile> | 149 | </Compile> |
153 | <Compile Include="Interfaces\ILocalStorage.cs"> | 150 | <Compile Include="Interfaces\ILocalStorage.cs"> |
154 | <SubType>Code</SubType> | 151 | <SubType>Code</SubType> |
155 | </Compile> | 152 | </Compile> |
153 | <Compile Include="Interfaces\IClientAPI.cs"> | ||
154 | <SubType>Code</SubType> | ||
155 | </Compile> | ||
156 | <Compile Include="Interfaces\Scripting\IScriptEngine.cs"> | 156 | <Compile Include="Interfaces\Scripting\IScriptEngine.cs"> |
157 | <SubType>Code</SubType> | 157 | <SubType>Code</SubType> |
158 | </Compile> | 158 | </Compile> |
@@ -195,7 +195,7 @@ | |||
195 | <Compile Include="Types\NetworkServersInfo.cs"> | 195 | <Compile Include="Types\NetworkServersInfo.cs"> |
196 | <SubType>Code</SubType> | 196 | <SubType>Code</SubType> |
197 | </Compile> | 197 | </Compile> |
198 | <Compile Include="Types\RegionInfo.cs"> | 198 | <Compile Include="Types\ParcelData.cs"> |
199 | <SubType>Code</SubType> | 199 | <SubType>Code</SubType> |
200 | </Compile> | 200 | </Compile> |
201 | <Compile Include="Types\AgentWearable.cs"> | 201 | <Compile Include="Types\AgentWearable.cs"> |
@@ -207,6 +207,9 @@ | |||
207 | <Compile Include="Types\AssetStorage.cs"> | 207 | <Compile Include="Types\AssetStorage.cs"> |
208 | <SubType>Code</SubType> | 208 | <SubType>Code</SubType> |
209 | </Compile> | 209 | </Compile> |
210 | <Compile Include="Types\EstateSettings.cs"> | ||
211 | <SubType>Code</SubType> | ||
212 | </Compile> | ||
210 | <Compile Include="Types\OSVector3.cs"> | 213 | <Compile Include="Types\OSVector3.cs"> |
211 | <SubType>Code</SubType> | 214 | <SubType>Code</SubType> |
212 | </Compile> | 215 | </Compile> |
@@ -222,10 +225,7 @@ | |||
222 | <Compile Include="Types\AssetBase.cs"> | 225 | <Compile Include="Types\AssetBase.cs"> |
223 | <SubType>Code</SubType> | 226 | <SubType>Code</SubType> |
224 | </Compile> | 227 | </Compile> |
225 | <Compile Include="Types\ParcelData.cs"> | 228 | <Compile Include="Types\RegionInfo.cs"> |
226 | <SubType>Code</SubType> | ||
227 | </Compile> | ||
228 | <Compile Include="Types\EstateSettings.cs"> | ||
229 | <SubType>Code</SubType> | 229 | <SubType>Code</SubType> |
230 | </Compile> | 230 | </Compile> |
231 | </ItemGroup> | 231 | </ItemGroup> |