diff options
author | lbsa71 | 2007-03-13 08:55:47 +0000 |
---|---|---|
committer | lbsa71 | 2007-03-13 08:55:47 +0000 |
commit | 0587158f9208ecf9f39a6dd0ef7cb7c5663a39f8 (patch) | |
tree | bf86015426ec54fa1f1b5902236670f752473497 /src/Second-server.csproj | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-0587158f9208ecf9f39a6dd0ef7cb7c5663a39f8.zip opensim-SC_OLD-0587158f9208ecf9f39a6dd0ef7cb7c5663a39f8.tar.gz opensim-SC_OLD-0587158f9208ecf9f39a6dd0ef7cb7c5663a39f8.tar.bz2 opensim-SC_OLD-0587158f9208ecf9f39a6dd0ef7cb7c5663a39f8.tar.xz |
-- Trying to get trunk to run from first build
* Collected required dll's into /bin
* Moved timer start for great justice
* Added some Writes to Console, and a Status field
* Added dumb NullPhysicsScene and NullPhysicsActor that kicks in if Physics Plugin not specified
* Svn-ignored a shitload
Diffstat (limited to 'src/Second-server.csproj')
-rw-r--r-- | src/Second-server.csproj | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/Second-server.csproj b/src/Second-server.csproj index 81399ce..89b508a 100644 --- a/src/Second-server.csproj +++ b/src/Second-server.csproj | |||
@@ -35,6 +35,9 @@ | |||
35 | <PlatformTarget>AnyCPU</PlatformTarget> | 35 | <PlatformTarget>AnyCPU</PlatformTarget> |
36 | <FileAlignment>4096</FileAlignment> | 36 | <FileAlignment>4096</FileAlignment> |
37 | </PropertyGroup> | 37 | </PropertyGroup> |
38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
39 | <OutputPath>..\bin\</OutputPath> | ||
40 | </PropertyGroup> | ||
38 | <ItemGroup> | 41 | <ItemGroup> |
39 | <Reference Include="System" /> | 42 | <Reference Include="System" /> |
40 | <Reference Include="System.Data" /> | 43 | <Reference Include="System.Data" /> |
@@ -73,16 +76,26 @@ | |||
73 | <Compile Include="VersionInfo.cs" /> | 76 | <Compile Include="VersionInfo.cs" /> |
74 | </ItemGroup> | 77 | </ItemGroup> |
75 | <ItemGroup> | 78 | <ItemGroup> |
76 | <Folder Include="GridServers" /> | ||
77 | <Folder Include="Assets" /> | ||
78 | <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> | 79 | <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> |
79 | <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project> | 80 | <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project> |
80 | <Name>GridInterfaces</Name> | 81 | <Name>GridInterfaces</Name> |
81 | </ProjectReference> | 82 | </ProjectReference> |
83 | <ProjectReference Include="LocalServers\LocalGridServers\LocalGridServers.csproj"> | ||
84 | <Project>{D7F0395B-FADC-4936-80A0-D95AACE92F62}</Project> | ||
85 | <Name>LocalGridServers</Name> | ||
86 | </ProjectReference> | ||
87 | <ProjectReference Include="LocalStorage\Db4LocalStorage\Db4LocalStorage.csproj"> | ||
88 | <Project>{74784F23-B0FD-484C-82C1-96C0215733DC}</Project> | ||
89 | <Name>Db4LocalStorage</Name> | ||
90 | </ProjectReference> | ||
82 | <ProjectReference Include="physics\PhysicsManager.csproj"> | 91 | <ProjectReference Include="physics\PhysicsManager.csproj"> |
83 | <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project> | 92 | <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project> |
84 | <Name>PhysicsManager</Name> | 93 | <Name>PhysicsManager</Name> |
85 | </ProjectReference> | 94 | </ProjectReference> |
95 | <ProjectReference Include="RemoteServers\RemoteGridServers\RemoteGridServers.csproj"> | ||
96 | <Project>{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}</Project> | ||
97 | <Name>RemoteGridServers</Name> | ||
98 | </ProjectReference> | ||
86 | <ProjectReference Include="ServerConsole\ServerConsole\ServerConsole.csproj"> | 99 | <ProjectReference Include="ServerConsole\ServerConsole\ServerConsole.csproj"> |
87 | <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project> | 100 | <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project> |
88 | <Name>ServerConsole</Name> | 101 | <Name>ServerConsole</Name> |