diff options
author | MW | 2007-05-31 11:28:11 +0000 |
---|---|---|
committer | MW | 2007-05-31 11:28:11 +0000 |
commit | c35d360d44b639e96e900ef0901ae534f2f6d8c6 (patch) | |
tree | cce40adc3bb871e49d7cee1508dea574aba2399c /Common/OpenSim.Framework/OpenSim.Framework.csproj | |
parent | Added a few summary comments to OpenSim.World files (diff) | |
download | opensim-SC-c35d360d44b639e96e900ef0901ae534f2f6d8c6.zip opensim-SC-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.gz opensim-SC-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.bz2 opensim-SC-c35d360d44b639e96e900ef0901ae534f2f6d8c6.tar.xz |
Started work on OpenGrid.Framework.Communications
Diffstat (limited to '')
-rw-r--r-- | Common/OpenSim.Framework/OpenSim.Framework.csproj | 2 |
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> |