diff options
Diffstat (limited to '')
-rw-r--r-- | Servers/OpenSim.Servers.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Servers/OpenSim.Servers.csproj b/Servers/OpenSim.Servers.csproj index c983fca..9710f47 100644 --- a/Servers/OpenSim.Servers.csproj +++ b/Servers/OpenSim.Servers.csproj | |||
@@ -96,6 +96,8 @@ | |||
96 | <Compile Include="BaseHttpServer.cs"> | 96 | <Compile Include="BaseHttpServer.cs"> |
97 | <SubType>Code</SubType> | 97 | <SubType>Code</SubType> |
98 | </Compile> | 98 | </Compile> |
99 | <Compile Include="IRestHandler.cs" /> | ||
100 | <Compile Include="XmlRpcMethod.cs" /> | ||
99 | </ItemGroup> | 101 | </ItemGroup> |
100 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 102 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
101 | <PropertyGroup> | 103 | <PropertyGroup> |