diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/OpenSim.csproj | 3 | ||||
-rw-r--r-- | OpenSim/OpenSim.exe.build | 1 | ||||
-rw-r--r-- | OpenSim/RegionServer.cs | 0 |
3 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/OpenSim.csproj b/OpenSim/OpenSim.csproj index 000d3e5..b92cf95c9 100644 --- a/OpenSim/OpenSim.csproj +++ b/OpenSim/OpenSim.csproj | |||
@@ -115,9 +115,6 @@ | |||
115 | <Compile Include="Application.cs"> | 115 | <Compile Include="Application.cs"> |
116 | <SubType>Code</SubType> | 116 | <SubType>Code</SubType> |
117 | </Compile> | 117 | </Compile> |
118 | <Compile Include="RegionServer.cs"> | ||
119 | <SubType>Code</SubType> | ||
120 | </Compile> | ||
121 | </ItemGroup> | 118 | </ItemGroup> |
122 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 119 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
123 | <PropertyGroup> | 120 | <PropertyGroup> |
diff --git a/OpenSim/OpenSim.exe.build b/OpenSim/OpenSim.exe.build index 78124ae..02445df 100644 --- a/OpenSim/OpenSim.exe.build +++ b/OpenSim/OpenSim.exe.build | |||
@@ -12,7 +12,6 @@ | |||
12 | </resources> | 12 | </resources> |
13 | <sources failonempty="true"> | 13 | <sources failonempty="true"> |
14 | <include name="Application.cs" /> | 14 | <include name="Application.cs" /> |
15 | <include name="RegionServer.cs" /> | ||
16 | </sources> | 15 | </sources> |
17 | <references basedir="${project::get-base-directory()}"> | 16 | <references basedir="${project::get-base-directory()}"> |
18 | <lib> | 17 | <lib> |
diff --git a/OpenSim/RegionServer.cs b/OpenSim/RegionServer.cs deleted file mode 100644 index e69de29..0000000 --- a/OpenSim/RegionServer.cs +++ /dev/null | |||