diff options
author | mingchen | 2007-06-29 16:43:48 +0000 |
---|---|---|
committer | mingchen | 2007-06-29 16:43:48 +0000 |
commit | 6b3777d3db323f2054aeff1ba4be3e78edef21b8 (patch) | |
tree | 0b1f014042ba261a986b359dc24ecfed4c4e42ea /OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj | |
parent | * just making sure build files are latest (diff) | |
download | opensim-SC-6b3777d3db323f2054aeff1ba4be3e78edef21b8.zip opensim-SC-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.gz opensim-SC-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.bz2 opensim-SC-6b3777d3db323f2054aeff1ba4be3e78edef21b8.tar.xz |
*Deleted Logger.cs from OpenSim.Framework
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj b/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj index d6abd13..90a01b6 100644 --- a/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj +++ b/OpenSim/Region/Communications/OGS1/OpenSim.Region.Communications.OGS1.csproj | |||
@@ -116,6 +116,9 @@ | |||
116 | </ProjectReference> | 116 | </ProjectReference> |
117 | </ItemGroup> | 117 | </ItemGroup> |
118 | <ItemGroup> | 118 | <ItemGroup> |
119 | <Compile Include="OGS1UserServices.cs"> | ||
120 | <SubType>Code</SubType> | ||
121 | </Compile> | ||
119 | <Compile Include="CommunicationsOGS1.cs"> | 122 | <Compile Include="CommunicationsOGS1.cs"> |
120 | <SubType>Code</SubType> | 123 | <SubType>Code</SubType> |
121 | </Compile> | 124 | </Compile> |
@@ -125,9 +128,6 @@ | |||
125 | <Compile Include="OGS1InterSimComms.cs"> | 128 | <Compile Include="OGS1InterSimComms.cs"> |
126 | <SubType>Code</SubType> | 129 | <SubType>Code</SubType> |
127 | </Compile> | 130 | </Compile> |
128 | <Compile Include="OGS1UserServices.cs"> | ||
129 | <SubType>Code</SubType> | ||
130 | </Compile> | ||
131 | <Compile Include="Properties\AssemblyInfo.cs"> | 131 | <Compile Include="Properties\AssemblyInfo.cs"> |
132 | <SubType>Code</SubType> | 132 | <SubType>Code</SubType> |
133 | </Compile> | 133 | </Compile> |