diff options
Diffstat (limited to 'OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj')
-rw-r--r-- | OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj b/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj index 298aab4..aa7ce5d 100644 --- a/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj +++ b/OpenSim/OpenSim.RegionServer/OpenSim.RegionServer.csproj | |||
@@ -124,6 +124,9 @@ | |||
124 | </ProjectReference> | 124 | </ProjectReference> |
125 | </ItemGroup> | 125 | </ItemGroup> |
126 | <ItemGroup> | 126 | <ItemGroup> |
127 | <Compile Include="OpenSimMain.cs"> | ||
128 | <SubType>Code</SubType> | ||
129 | </Compile> | ||
127 | <Compile Include="UDPServer.cs"> | 130 | <Compile Include="UDPServer.cs"> |
128 | <SubType>Code</SubType> | 131 | <SubType>Code</SubType> |
129 | </Compile> | 132 | </Compile> |
@@ -142,6 +145,9 @@ | |||
142 | <Compile Include="RegionInfoBase.cs"> | 145 | <Compile Include="RegionInfoBase.cs"> |
143 | <SubType>Code</SubType> | 146 | <SubType>Code</SubType> |
144 | </Compile> | 147 | </Compile> |
148 | <Compile Include="PacketServer.cs"> | ||
149 | <SubType>Code</SubType> | ||
150 | </Compile> | ||
145 | <Compile Include="RegionInfo.cs"> | 151 | <Compile Include="RegionInfo.cs"> |
146 | <SubType>Code</SubType> | 152 | <SubType>Code</SubType> |
147 | </Compile> | 153 | </Compile> |
@@ -157,49 +163,43 @@ | |||
157 | <Compile Include="RegionServerBase.cs"> | 163 | <Compile Include="RegionServerBase.cs"> |
158 | <SubType>Code</SubType> | 164 | <SubType>Code</SubType> |
159 | </Compile> | 165 | </Compile> |
160 | <Compile Include="OpenSimMain.cs"> | ||
161 | <SubType>Code</SubType> | ||
162 | </Compile> | ||
163 | <Compile Include="PacketServer.cs"> | ||
164 | <SubType>Code</SubType> | ||
165 | </Compile> | ||
166 | <Compile Include="Simulator\Avatar.Client.cs"> | 166 | <Compile Include="Simulator\Avatar.Client.cs"> |
167 | <SubType>Code</SubType> | 167 | <SubType>Code</SubType> |
168 | </Compile> | 168 | </Compile> |
169 | <Compile Include="Simulator\AvatarAnimations.cs"> | 169 | <Compile Include="Simulator\Entity.cs"> |
170 | <SubType>Code</SubType> | 170 | <SubType>Code</SubType> |
171 | </Compile> | 171 | </Compile> |
172 | <Compile Include="Simulator\World.Scripting.cs"> | 172 | <Compile Include="Simulator\Avatar.cs"> |
173 | <SubType>Code</SubType> | 173 | <SubType>Code</SubType> |
174 | </Compile> | 174 | </Compile> |
175 | <Compile Include="Simulator\Entity.cs"> | 175 | <Compile Include="Simulator\World.PacketHandlers.cs"> |
176 | <SubType>Code</SubType> | 176 | <SubType>Code</SubType> |
177 | </Compile> | 177 | </Compile> |
178 | <Compile Include="Simulator\WorldBase.cs"> | 178 | <Compile Include="Simulator\Avatar.Update.cs"> |
179 | <SubType>Code</SubType> | 179 | <SubType>Code</SubType> |
180 | </Compile> | 180 | </Compile> |
181 | <Compile Include="Simulator\Primitive2.cs"> | 181 | <Compile Include="Simulator\AvatarAnimations.cs"> |
182 | <SubType>Code</SubType> | 182 | <SubType>Code</SubType> |
183 | </Compile> | 183 | </Compile> |
184 | <Compile Include="Simulator\SceneObject.cs"> | 184 | <Compile Include="Simulator\ParcelManager.cs"> |
185 | <SubType>Code</SubType> | 185 | <SubType>Code</SubType> |
186 | </Compile> | 186 | </Compile> |
187 | <Compile Include="Simulator\Primitive.cs"> | 187 | <Compile Include="Simulator\WorldBase.cs"> |
188 | <SubType>Code</SubType> | 188 | <SubType>Code</SubType> |
189 | </Compile> | 189 | </Compile> |
190 | <Compile Include="Simulator\Avatar.cs"> | 190 | <Compile Include="Simulator\SceneObject.cs"> |
191 | <SubType>Code</SubType> | 191 | <SubType>Code</SubType> |
192 | </Compile> | 192 | </Compile> |
193 | <Compile Include="Simulator\Avatar.Update.cs"> | 193 | <Compile Include="Simulator\World.cs"> |
194 | <SubType>Code</SubType> | 194 | <SubType>Code</SubType> |
195 | </Compile> | 195 | </Compile> |
196 | <Compile Include="Simulator\ParcelManager.cs"> | 196 | <Compile Include="Simulator\Primitive.cs"> |
197 | <SubType>Code</SubType> | 197 | <SubType>Code</SubType> |
198 | </Compile> | 198 | </Compile> |
199 | <Compile Include="Simulator\World.cs"> | 199 | <Compile Include="Simulator\World.Scripting.cs"> |
200 | <SubType>Code</SubType> | 200 | <SubType>Code</SubType> |
201 | </Compile> | 201 | </Compile> |
202 | <Compile Include="Simulator\World.PacketHandlers.cs"> | 202 | <Compile Include="Simulator\Primitive2.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"> |
@@ -214,21 +214,21 @@ | |||
214 | <Compile Include="Assets\AssetCache.cs"> | 214 | <Compile Include="Assets\AssetCache.cs"> |
215 | <SubType>Code</SubType> | 215 | <SubType>Code</SubType> |
216 | </Compile> | 216 | </Compile> |
217 | <Compile Include="Scripting\IScriptContext.cs"> | ||
218 | <SubType>Code</SubType> | ||
219 | </Compile> | ||
220 | <Compile Include="Scripting\IScriptHandler.cs"> | 217 | <Compile Include="Scripting\IScriptHandler.cs"> |
221 | <SubType>Code</SubType> | 218 | <SubType>Code</SubType> |
222 | </Compile> | 219 | </Compile> |
223 | <Compile Include="Scripting\IScriptEntity.cs"> | 220 | <Compile Include="Scripting\ScriptFactory.cs"> |
224 | <SubType>Code</SubType> | 221 | <SubType>Code</SubType> |
225 | </Compile> | 222 | </Compile> |
226 | <Compile Include="Scripting\ScriptFactory.cs"> | 223 | <Compile Include="Scripting\IScriptContext.cs"> |
227 | <SubType>Code</SubType> | 224 | <SubType>Code</SubType> |
228 | </Compile> | 225 | </Compile> |
229 | <Compile Include="Scripting\Script.cs"> | 226 | <Compile Include="Scripting\Script.cs"> |
230 | <SubType>Code</SubType> | 227 | <SubType>Code</SubType> |
231 | </Compile> | 228 | </Compile> |
229 | <Compile Include="Scripting\IScriptEntity.cs"> | ||
230 | <SubType>Code</SubType> | ||
231 | </Compile> | ||
232 | <Compile Include="Scripting\Scripts\FollowRandomAvatar.cs"> | 232 | <Compile Include="Scripting\Scripts\FollowRandomAvatar.cs"> |
233 | <SubType>Code</SubType> | 233 | <SubType>Code</SubType> |
234 | </Compile> | 234 | </Compile> |