diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj index aa7ce5d..4f16f2c 100644 --- a/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -142,15 +142,9 @@ | |||
142 | <Compile Include="Grid.cs"> | 142 | <Compile Include="Grid.cs"> |
143 | <SubType>Code</SubType> | 143 | <SubType>Code</SubType> |
144 | </Compile> | 144 | </Compile> |
145 | <Compile Include="RegionInfoBase.cs"> | ||
146 | <SubType>Code</SubType> | ||
147 | </Compile> | ||
148 | <Compile Include="PacketServer.cs"> | 145 | <Compile Include="PacketServer.cs"> |
149 | <SubType>Code</SubType> | 146 | <SubType>Code</SubType> |
150 | </Compile> | 147 | </Compile> |
151 | <Compile Include="RegionInfo.cs"> | ||
152 | <SubType>Code</SubType> | ||
153 | </Compile> | ||
154 | <Compile Include="AuthenticateSessionsBase.cs"> | 148 | <Compile Include="AuthenticateSessionsBase.cs"> |
155 | <SubType>Code</SubType> | 149 | <SubType>Code</SubType> |
156 | </Compile> | 150 | </Compile> |
@@ -163,13 +157,16 @@ | |||
163 | <Compile Include="RegionServerBase.cs"> | 157 | <Compile Include="RegionServerBase.cs"> |
164 | <SubType>Code</SubType> | 158 | <SubType>Code</SubType> |
165 | </Compile> | 159 | </Compile> |
166 | <Compile Include="Simulator\Avatar.Client.cs"> | 160 | <Compile Include="RegionInfoBase.cs"> |
167 | <SubType>Code</SubType> | 161 | <SubType>Code</SubType> |
168 | </Compile> | 162 | </Compile> |
169 | <Compile Include="Simulator\Entity.cs"> | 163 | <Compile Include="RegionInfo.cs"> |
170 | <SubType>Code</SubType> | 164 | <SubType>Code</SubType> |
171 | </Compile> | 165 | </Compile> |
172 | <Compile Include="Simulator\Avatar.cs"> | 166 | <Compile Include="Simulator\Avatar.Client.cs"> |
167 | <SubType>Code</SubType> | ||
168 | </Compile> | ||
169 | <Compile Include="Simulator\Entity.cs"> | ||
173 | <SubType>Code</SubType> | 170 | <SubType>Code</SubType> |
174 | </Compile> | 171 | </Compile> |
175 | <Compile Include="Simulator\World.PacketHandlers.cs"> | 172 | <Compile Include="Simulator\World.PacketHandlers.cs"> |
@@ -181,25 +178,28 @@ | |||
181 | <Compile Include="Simulator\AvatarAnimations.cs"> | 178 | <Compile Include="Simulator\AvatarAnimations.cs"> |
182 | <SubType>Code</SubType> | 179 | <SubType>Code</SubType> |
183 | </Compile> | 180 | </Compile> |
184 | <Compile Include="Simulator\ParcelManager.cs"> | 181 | <Compile Include="Simulator\WorldBase.cs"> |
185 | <SubType>Code</SubType> | 182 | <SubType>Code</SubType> |
186 | </Compile> | 183 | </Compile> |
187 | <Compile Include="Simulator\WorldBase.cs"> | 184 | <Compile Include="Simulator\Primitive.cs"> |
188 | <SubType>Code</SubType> | 185 | <SubType>Code</SubType> |
189 | </Compile> | 186 | </Compile> |
190 | <Compile Include="Simulator\SceneObject.cs"> | 187 | <Compile Include="Simulator\World.Scripting.cs"> |
191 | <SubType>Code</SubType> | 188 | <SubType>Code</SubType> |
192 | </Compile> | 189 | </Compile> |
193 | <Compile Include="Simulator\World.cs"> | 190 | <Compile Include="Simulator\Primitive2.cs"> |
194 | <SubType>Code</SubType> | 191 | <SubType>Code</SubType> |
195 | </Compile> | 192 | </Compile> |
196 | <Compile Include="Simulator\Primitive.cs"> | 193 | <Compile Include="Simulator\Avatar.cs"> |
197 | <SubType>Code</SubType> | 194 | <SubType>Code</SubType> |
198 | </Compile> | 195 | </Compile> |
199 | <Compile Include="Simulator\World.Scripting.cs"> | 196 | <Compile Include="Simulator\World.cs"> |
200 | <SubType>Code</SubType> | 197 | <SubType>Code</SubType> |
201 | </Compile> | 198 | </Compile> |
202 | <Compile Include="Simulator\Primitive2.cs"> | 199 | <Compile Include="Simulator\SceneObject.cs"> |
200 | <SubType>Code</SubType> | ||
201 | </Compile> | ||
202 | <Compile Include="Simulator\ParcelManager.cs"> | ||
203 | <SubType>Code</SubType> | 203 | <SubType>Code</SubType> |
204 | </Compile> | 204 | </Compile> |
205 | <Compile Include="Estate\EstateManager.cs"> | 205 | <Compile Include="Estate\EstateManager.cs"> |