aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework
diff options
context:
space:
mode:
authormingchen2007-06-09 21:04:13 +0000
committermingchen2007-06-09 21:04:13 +0000
commitfa8f143aec69e36ee90fb34e2f144733b66ca951 (patch)
tree9442f049f83b4ea1cb89f9205aa07fd375c84594 /Common/OpenSim.Framework
parentNumber of small changes. (diff)
downloadopensim-SC_OLD-fa8f143aec69e36ee90fb34e2f144733b66ca951.zip
opensim-SC_OLD-fa8f143aec69e36ee90fb34e2f144733b66ca951.tar.gz
opensim-SC_OLD-fa8f143aec69e36ee90fb34e2f144733b66ca951.tar.bz2
opensim-SC_OLD-fa8f143aec69e36ee90fb34e2f144733b66ca951.tar.xz
*Reorganized RegionServerCommsManager for OGS and local support
Diffstat (limited to 'Common/OpenSim.Framework')
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj6
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.dll.build2
2 files changed, 4 insertions, 4 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index ab29d04..7e14e6a 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -195,6 +195,9 @@
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">
199 <SubType>Code</SubType>
200 </Compile>
198 <Compile Include="Types\ParcelData.cs"> 201 <Compile Include="Types\ParcelData.cs">
199 <SubType>Code</SubType> 202 <SubType>Code</SubType>
200 </Compile> 203 </Compile>
@@ -225,9 +228,6 @@
225 <Compile Include="Types\AssetBase.cs"> 228 <Compile Include="Types\AssetBase.cs">
226 <SubType>Code</SubType> 229 <SubType>Code</SubType>
227 </Compile> 230 </Compile>
228 <Compile Include="Types\RegionInfo.cs">
229 <SubType>Code</SubType>
230 </Compile>
231 </ItemGroup> 231 </ItemGroup>
232 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> 232 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
233 <PropertyGroup> 233 <PropertyGroup>
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.dll.build b/Common/OpenSim.Framework/OpenSim.Framework.dll.build
index a45a121..2678e54 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.dll.build
+++ b/Common/OpenSim.Framework/OpenSim.Framework.dll.build
@@ -46,6 +46,7 @@
46 <include name="Properties/AssemblyInfo.cs" /> 46 <include name="Properties/AssemblyInfo.cs" />
47 <include name="Types/NeighbourInfo.cs" /> 47 <include name="Types/NeighbourInfo.cs" />
48 <include name="Types/NetworkServersInfo.cs" /> 48 <include name="Types/NetworkServersInfo.cs" />
49 <include name="Types/RegionInfo.cs" />
49 <include name="Types/ParcelData.cs" /> 50 <include name="Types/ParcelData.cs" />
50 <include name="Types/AgentWearable.cs" /> 51 <include name="Types/AgentWearable.cs" />
51 <include name="Types/PrimData.cs" /> 52 <include name="Types/PrimData.cs" />
@@ -56,7 +57,6 @@
56 <include name="Types/Login.cs" /> 57 <include name="Types/Login.cs" />
57 <include name="Types/AssetLandmark.cs" /> 58 <include name="Types/AssetLandmark.cs" />
58 <include name="Types/AssetBase.cs" /> 59 <include name="Types/AssetBase.cs" />
59 <include name="Types/RegionInfo.cs" />
60 </sources> 60 </sources>
61 <references basedir="${project::get-base-directory()}"> 61 <references basedir="${project::get-base-directory()}">
62 <lib> 62 <lib>