diff options
Diffstat (limited to '')
-rw-r--r-- | src/Second-server.csproj | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/src/Second-server.csproj b/src/Second-server.csproj deleted file mode 100644 index 8d55e06..0000000 --- a/src/Second-server.csproj +++ /dev/null | |||
@@ -1,65 +0,0 @@ | |||
1 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
2 | <PropertyGroup> | ||
3 | <OutputType>Exe</OutputType> | ||
4 | <RootNamespace>OpenSim</RootNamespace> | ||
5 | <AssemblyName>OpenSim</AssemblyName> | ||
6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
8 | <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid> | ||
9 | <StartupObject>OpenSim.OpenSim_Main</StartupObject> | ||
10 | </PropertyGroup> | ||
11 | <PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> | ||
12 | <OutputPath>..\bin\</OutputPath> | ||
13 | <Optimize>False</Optimize> | ||
14 | <DefineConstants>DEBUG;TRACE</DefineConstants> | ||
15 | <DebugSymbols>True</DebugSymbols> | ||
16 | <DebugType>Full</DebugType> | ||
17 | <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> | ||
18 | </PropertyGroup> | ||
19 | <PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
20 | <OutputPath>..\bin\</OutputPath> | ||
21 | <Optimize>True</Optimize> | ||
22 | <DefineConstants>TRACE</DefineConstants> | ||
23 | <DebugSymbols>False</DebugSymbols> | ||
24 | <DebugType>None</DebugType> | ||
25 | <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> | ||
26 | </PropertyGroup> | ||
27 | <ItemGroup> | ||
28 | <Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral"> | ||
29 | <SpecificVersion>False</SpecificVersion> | ||
30 | <HintPath>..\bin\Axiom.MathLib.dll</HintPath> | ||
31 | </Reference> | ||
32 | <Reference Include="Db4objects.Db4o, Version=6.0.1.0, Culture=neutral, PublicKeyToken=6199cd4f203aa8eb, processorArchitecture=MSIL" /> | ||
33 | <Reference Include="libsecondlife, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL"> | ||
34 | <SpecificVersion>False</SpecificVersion> | ||
35 | <HintPath>..\bin\libsecondlife.dll</HintPath> | ||
36 | </Reference> | ||
37 | <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> | ||
38 | <SpecificVersion>False</SpecificVersion> | ||
39 | <HintPath>..\bin\log4net.dll</HintPath> | ||
40 | </Reference> | ||
41 | <Reference Include="System" /> | ||
42 | <Reference Include="System.Data" /> | ||
43 | <Reference Include="System.Xml" /> | ||
44 | </ItemGroup> | ||
45 | <ItemGroup> | ||
46 | <Compile Include="Config.cs" /> | ||
47 | <Compile Include="Main.cs" /> | ||
48 | <Compile Include="OpenSimClient.cs" /> | ||
49 | <Compile Include="ServerConsole.cs" /> | ||
50 | <Compile Include="types\Mesh.cs" /> | ||
51 | <Compile Include="types\Triangle.cs" /> | ||
52 | <Compile Include="Util.cs" /> | ||
53 | <Compile Include="VersionInfo.cs" /> | ||
54 | <Compile Include="world\Avatar.cs" /> | ||
55 | <Compile Include="world\Entity.cs" /> | ||
56 | <Compile Include="world\HeightmapGenHills.cs" /> | ||
57 | <Compile Include="world\PhysicsEngine.cs" /> | ||
58 | <Compile Include="world\Primitive.cs" /> | ||
59 | <Compile Include="world\ScriptEngine.cs" /> | ||
60 | <Compile Include="world\scripting\IScript.cs" /> | ||
61 | <Compile Include="world\SurfacePatch.cs" /> | ||
62 | <Compile Include="world\World.cs" /> | ||
63 | </ItemGroup> | ||
64 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> | ||
65 | </Project> \ No newline at end of file | ||