diff options
Diffstat (limited to 'src/Second-server.csproj')
-rw-r--r-- | src/Second-server.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Second-server.csproj b/src/Second-server.csproj index 304f666..8d55e06 100644 --- a/src/Second-server.csproj +++ b/src/Second-server.csproj | |||
@@ -46,19 +46,19 @@ | |||
46 | <Compile Include="Config.cs" /> | 46 | <Compile Include="Config.cs" /> |
47 | <Compile Include="Main.cs" /> | 47 | <Compile Include="Main.cs" /> |
48 | <Compile Include="OpenSimClient.cs" /> | 48 | <Compile Include="OpenSimClient.cs" /> |
49 | <Compile Include="types\BitPack.cs" /> | 49 | <Compile Include="ServerConsole.cs" /> |
50 | <Compile Include="types\Mesh.cs" /> | 50 | <Compile Include="types\Mesh.cs" /> |
51 | <Compile Include="types\Triangle.cs" /> | 51 | <Compile Include="types\Triangle.cs" /> |
52 | <Compile Include="Util.cs" /> | 52 | <Compile Include="Util.cs" /> |
53 | <Compile Include="VersionInfo.cs" /> | 53 | <Compile Include="VersionInfo.cs" /> |
54 | <Compile Include="world\Avatar.cs" /> | 54 | <Compile Include="world\Avatar.cs" /> |
55 | <Compile Include="world\Entity.cs" /> | 55 | <Compile Include="world\Entity.cs" /> |
56 | <Compile Include="world\HeightmapGenHills.cs" /> | ||
56 | <Compile Include="world\PhysicsEngine.cs" /> | 57 | <Compile Include="world\PhysicsEngine.cs" /> |
57 | <Compile Include="world\Primitive.cs" /> | 58 | <Compile Include="world\Primitive.cs" /> |
58 | <Compile Include="world\ScriptEngine.cs" /> | 59 | <Compile Include="world\ScriptEngine.cs" /> |
59 | <Compile Include="world\scripting\IScript.cs" /> | 60 | <Compile Include="world\scripting\IScript.cs" /> |
60 | <Compile Include="world\SurfacePatch.cs" /> | 61 | <Compile Include="world\SurfacePatch.cs" /> |
61 | <Compile Include="world\TerrainDecoder.cs" /> | ||
62 | <Compile Include="world\World.cs" /> | 62 | <Compile Include="world\World.cs" /> |
63 | </ItemGroup> | 63 | </ItemGroup> |
64 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | 64 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |