diff options
author | mingchen | 2007-06-19 00:18:06 +0000 |
---|---|---|
committer | mingchen | 2007-06-19 00:18:06 +0000 |
commit | 78af28744856aae9af944df2d4e5fa92af448121 (patch) | |
tree | 8a959884111fd6e1d089230888208dfde02cc03e /OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj | |
parent | *Updated/Added the base classes and interfaces for user and login servers (diff) | |
download | opensim-SC-78af28744856aae9af944df2d4e5fa92af448121.zip opensim-SC-78af28744856aae9af944df2d4e5fa92af448121.tar.gz opensim-SC-78af28744856aae9af944df2d4e5fa92af448121.tar.bz2 opensim-SC-78af28744856aae9af944df2d4e5fa92af448121.tar.xz |
*Added some missing files from last commit
*LoginService is now only used in LocalCommunications and not as a interface in RegionCommunications
Diffstat (limited to 'OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj')
-rw-r--r-- | OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj b/OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj index af5d2d3..f7c28eb 100644 --- a/OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj +++ b/OpenSim/OpenSim.LocalCommunications/OpenSim.LocalCommunications.csproj | |||
@@ -100,7 +100,7 @@ | |||
100 | <Compile Include="LocalBackEndServices.cs"> | 100 | <Compile Include="LocalBackEndServices.cs"> |
101 | <SubType>Code</SubType> | 101 | <SubType>Code</SubType> |
102 | </Compile> | 102 | </Compile> |
103 | <Compile Include="LocalLoginManagement\LocalLoginService.cs" /> | 103 | <Compile Include="LocalUserManagement\LocalLoginService.cs" /> |
104 | <Compile Include="LocalUserManagement\LocalUserServices.cs" /> | 104 | <Compile Include="LocalUserManagement\LocalUserServices.cs" /> |
105 | <Compile Include="LocalUserManagement\UserProfileManager.cs" /> | 105 | <Compile Include="LocalUserManagement\UserProfileManager.cs" /> |
106 | <Compile Include="Properties\AssemblyInfo.cs"> | 106 | <Compile Include="Properties\AssemblyInfo.cs"> |