diff options
author | MW | 2007-03-14 12:36:00 +0000 |
---|---|---|
committer | MW | 2007-03-14 12:36:00 +0000 |
commit | 4641be50f5082e82302ff65ec6a982f3d9ffbc94 (patch) | |
tree | 127ab92689ed41060e2c45b3e676d6cd47097c2b /src/Second-server.csproj | |
parent | Replaced VS2005 compatible versions of AssemblyInfo.cs (diff) | |
download | opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.zip opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.tar.gz opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.tar.bz2 opensim-SC_OLD-4641be50f5082e82302ff65ec6a982f3d9ffbc94.tar.xz |
Added the physics plugin projects to the VS solution.
Added SimHttp.cs to the Second-server project
Renamed the old PhysXplugin to BasicPhysicsplugin
Deleted the excess solutions
Diffstat (limited to 'src/Second-server.csproj')
-rw-r--r-- | src/Second-server.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Second-server.csproj b/src/Second-server.csproj index 89b508a..0cd07ab 100644 --- a/src/Second-server.csproj +++ b/src/Second-server.csproj | |||
@@ -74,6 +74,9 @@ | |||
74 | <Compile Include="OpenSimConsole.cs" /> | 74 | <Compile Include="OpenSimConsole.cs" /> |
75 | <Compile Include="HeightMapGenHills.cs" /> | 75 | <Compile Include="HeightMapGenHills.cs" /> |
76 | <Compile Include="VersionInfo.cs" /> | 76 | <Compile Include="VersionInfo.cs" /> |
77 | <Compile Include="CAPS\SimHttp.cs"> | ||
78 | <Link>SimHttp.cs</Link> | ||
79 | </Compile> | ||
77 | </ItemGroup> | 80 | </ItemGroup> |
78 | <ItemGroup> | 81 | <ItemGroup> |
79 | <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> | 82 | <ProjectReference Include="GridInterfaces\GridInterfaces.csproj"> |