diff options
author | MW | 2007-02-02 17:23:56 +0000 |
---|---|---|
committer | MW | 2007-02-02 17:23:56 +0000 |
commit | e75e6f426bfc069e9185c8c72e8707399edfe299 (patch) | |
tree | 0700369d4d568eed609709abe0c4442637538218 /Second-server.csproj | |
parent | Clean up (diff) | |
download | opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.zip opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.tar.gz opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.tar.bz2 opensim-SC_OLD-e75e6f426bfc069e9185c8c72e8707399edfe299.tar.xz |
Clean up. Added GridManager and teleport between regions/sims.
Diffstat (limited to '')
-rw-r--r-- | Second-server.csproj | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/Second-server.csproj b/Second-server.csproj index 79db97f..bb1c558 100644 --- a/Second-server.csproj +++ b/Second-server.csproj | |||
@@ -1,8 +1,8 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <OutputType>Exe</OutputType> | 3 | <OutputType>Exe</OutputType> |
4 | <RootNamespace>Controller</RootNamespace> | 4 | <RootNamespace>OpenSim</RootNamespace> |
5 | <AssemblyName>Second-server</AssemblyName> | 5 | <AssemblyName>OpenSim</AssemblyName> |
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
8 | <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid> | 8 | <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid> |
@@ -35,6 +35,10 @@ | |||
35 | <Reference Include="System" /> | 35 | <Reference Include="System" /> |
36 | <Reference Include="System.Data" /> | 36 | <Reference Include="System.Data" /> |
37 | <Reference Include="System.Xml" /> | 37 | <Reference Include="System.Xml" /> |
38 | <Reference Include="libsecondlife"> | ||
39 | <HintPath>bin\Release\libsecondlife.dll</HintPath> | ||
40 | <SpecificVersion>False</SpecificVersion> | ||
41 | </Reference> | ||
38 | </ItemGroup> | 42 | </ItemGroup> |
39 | <ItemGroup> | 43 | <ItemGroup> |
40 | <Compile Include="AssemblyInfo.cs" /> | 44 | <Compile Include="AssemblyInfo.cs" /> |
@@ -47,12 +51,9 @@ | |||
47 | <Compile Include="Asset_manager.cs" /> | 51 | <Compile Include="Asset_manager.cs" /> |
48 | <Compile Include="Script_manager.cs" /> | 52 | <Compile Include="Script_manager.cs" /> |
49 | <Compile Include="Server.cs" /> | 53 | <Compile Include="Server.cs" /> |
50 | </ItemGroup> | 54 | <Compile Include="StorageManager.cs" /> |
51 | <ItemGroup> | 55 | <Compile Include="GridManager.cs" /> |
52 | <ProjectReference Include="..\..\libsecondlife\libsecondlife-cs\libsecondlife.csproj"> | 56 | <Compile Include="Globals.cs" /> |
53 | <Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project> | ||
54 | <Name>libsecondlife</Name> | ||
55 | </ProjectReference> | ||
56 | </ItemGroup> | 57 | </ItemGroup> |
57 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 58 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
58 | </Project> \ No newline at end of file | 59 | </Project> \ No newline at end of file |