diff options
Diffstat (limited to '')
-rw-r--r-- | Common/OpenSim.Servers/OpenSim.Servers.csproj | 13 | ||||
-rw-r--r-- | Common/OpenSim.Servers/OpenSim.Servers.csproj.user | 12 |
2 files changed, 5 insertions, 20 deletions
diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj b/Common/OpenSim.Servers/OpenSim.Servers.csproj index 6768ce4..0c61f75 100644 --- a/Common/OpenSim.Servers/OpenSim.Servers.csproj +++ b/Common/OpenSim.Servers/OpenSim.Servers.csproj | |||
@@ -92,13 +92,10 @@ | |||
92 | </ProjectReference> | 92 | </ProjectReference> |
93 | </ItemGroup> | 93 | </ItemGroup> |
94 | <ItemGroup> | 94 | <ItemGroup> |
95 | <Compile Include="LoginServer.cs"> | ||
96 | <SubType>Code</SubType> | ||
97 | </Compile> | ||
98 | <Compile Include="BaseHttpServer.cs"> | 95 | <Compile Include="BaseHttpServer.cs"> |
99 | <SubType>Code</SubType> | 96 | <SubType>Code</SubType> |
100 | </Compile> | 97 | </Compile> |
101 | <Compile Include="BaseServer.cs"> | 98 | <Compile Include="CheckSumServer.cs"> |
102 | <SubType>Code</SubType> | 99 | <SubType>Code</SubType> |
103 | </Compile> | 100 | </Compile> |
104 | <Compile Include="IRestHandler.cs"> | 101 | <Compile Include="IRestHandler.cs"> |
@@ -107,18 +104,18 @@ | |||
107 | <Compile Include="LocalUserProfileManager.cs"> | 104 | <Compile Include="LocalUserProfileManager.cs"> |
108 | <SubType>Code</SubType> | 105 | <SubType>Code</SubType> |
109 | </Compile> | 106 | </Compile> |
110 | <Compile Include="XmlRpcMethod.cs"> | ||
111 | <SubType>Code</SubType> | ||
112 | </Compile> | ||
113 | <Compile Include="LoginResponse.cs"> | 107 | <Compile Include="LoginResponse.cs"> |
114 | <SubType>Code</SubType> | 108 | <SubType>Code</SubType> |
115 | </Compile> | 109 | </Compile> |
116 | <Compile Include="CheckSumServer.cs"> | 110 | <Compile Include="LoginServer.cs"> |
117 | <SubType>Code</SubType> | 111 | <SubType>Code</SubType> |
118 | </Compile> | 112 | </Compile> |
119 | <Compile Include="UDPServerBase.cs"> | 113 | <Compile Include="UDPServerBase.cs"> |
120 | <SubType>Code</SubType> | 114 | <SubType>Code</SubType> |
121 | </Compile> | 115 | </Compile> |
116 | <Compile Include="XmlRpcMethod.cs"> | ||
117 | <SubType>Code</SubType> | ||
118 | </Compile> | ||
122 | </ItemGroup> | 119 | </ItemGroup> |
123 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | 120 | <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> |
124 | <PropertyGroup> | 121 | <PropertyGroup> |
diff --git a/Common/OpenSim.Servers/OpenSim.Servers.csproj.user b/Common/OpenSim.Servers/OpenSim.Servers.csproj.user deleted file mode 100644 index 082d673..0000000 --- a/Common/OpenSim.Servers/OpenSim.Servers.csproj.user +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
5 | <ReferencePath>C:\sugilite\bin\</ReferencePath> | ||
6 | <LastOpenVersion>8.0.50727</LastOpenVersion> | ||
7 | <ProjectView>ProjectFiles</ProjectView> | ||
8 | <ProjectTrust>0</ProjectTrust> | ||
9 | </PropertyGroup> | ||
10 | <PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " /> | ||
11 | <PropertyGroup Condition = " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " /> | ||
12 | </Project> | ||