aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/OpenSim.Framework.csproj
diff options
context:
space:
mode:
authorMW2007-05-31 11:28:11 +0000
committerMW2007-05-31 11:28:11 +0000
commitc35d360d44b639e96e900ef0901ae534f2f6d8c6 (patch)
treecce40adc3bb871e49d7cee1508dea574aba2399c /Common/OpenSim.Framework/OpenSim.Framework.csproj
parentAdded a few summary comments to OpenSim.World files (diff)
downloadopensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.zip
opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.gz
opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.bz2
opensim-SC_OLD-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.xz
Started work on OpenGrid.Framework.Communications
Diffstat (limited to '')
-rw-r--r--Common/OpenSim.Framework/OpenSim.Framework.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/OpenSim.Framework/OpenSim.Framework.csproj b/Common/OpenSim.Framework/OpenSim.Framework.csproj
index 6c2a8c6..f83cb9d 100644
--- a/Common/OpenSim.Framework/OpenSim.Framework.csproj
+++ b/Common/OpenSim.Framework/OpenSim.Framework.csproj
@@ -99,9 +99,11 @@
99 <Compile Include="AgentInventory.cs"> 99 <Compile Include="AgentInventory.cs">
100 <SubType>Code</SubType> 100 <SubType>Code</SubType>
101 </Compile> 101 </Compile>
102 <Compile Include="AuthenticateSessionBase.cs" />
102 <Compile Include="BlockingQueue.cs"> 103 <Compile Include="BlockingQueue.cs">
103 <SubType>Code</SubType> 104 <SubType>Code</SubType>
104 </Compile> 105 </Compile>
106 <Compile Include="IRegionCommsHost.cs" />
105 <Compile Include="LoginService.cs"> 107 <Compile Include="LoginService.cs">
106 <SubType>Code</SubType> 108 <SubType>Code</SubType>
107 </Compile> 109 </Compile>