aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Second-server.csproj
blob: 7c0d17c1046427ee845e04725e1a3153c3f69448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <RootNamespace>OpenSim</RootNamespace>
    <AssemblyName>OpenSim</AssemblyName>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{132A6E3E-8F2D-4BF5-BDFB-8555F53F334E}</ProjectGuid>
    <StartupObject>OpenSim.OpenSim_Main</StartupObject>
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
    <NoStdLib>False</NoStdLib>
    <WarningLevel>4</WarningLevel>
    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
    <OutputPath>bin\</OutputPath>
    <Optimize>False</Optimize>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <DebugSymbols>true</DebugSymbols>
    <DebugType>Full</DebugType>
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
    <OutputPath>..\bin\</OutputPath>
    <Optimize>True</Optimize>
    <DefineConstants>TRACE</DefineConstants>
    <DebugSymbols>False</DebugSymbols>
    <DebugType>None</DebugType>
    <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
    <RegisterForComInterop>False</RegisterForComInterop>
    <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
    <BaseAddress>4194304</BaseAddress>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <FileAlignment>4096</FileAlignment>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>..\bin\</OutputPath>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="libsecondlife">
      <HintPath>..\bin\libsecondlife.dll</HintPath>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="Axiom.MathLib">
      <HintPath>..\bin\Axiom.MathLib.dll</HintPath>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
    <Reference Include="log4net">
      <HintPath>..\bin\log4net.dll</HintPath>
      <SpecificVersion>False</SpecificVersion>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Config.cs" />
    <Compile Include="Main.cs" />
    <Compile Include="OpenSimClient.cs" />
    <Compile Include="types\Mesh.cs" />
    <Compile Include="types\Triangle.cs" />
    <Compile Include="Util.cs" />
    <Compile Include="world\Avatar.cs" />
    <Compile Include="world\Entity.cs" />
    <Compile Include="world\Primitive.cs" />
    <Compile Include="world\ScriptEngine.cs" />
    <Compile Include="world\scripting\IScript.cs" />
    <Compile Include="world\SurfacePatch.cs" />
    <Compile Include="world\World.cs" />
    <Compile Include="GridServers\LoginServer.cs" />
    <Compile Include="Assets\AssetCache.cs" />
    <Compile Include="OpenSimConsole.cs" />
    <Compile Include="HeightMapGenHills.cs" />
    <Compile Include="VersionInfo.cs" />
    <Compile Include="CAPS\SimHttp.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="GridInterfaces\GridInterfaces.csproj">
      <Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project>
      <Name>GridInterfaces</Name>
    </ProjectReference>
    <ProjectReference Include="LocalServers\LocalGridServers\LocalGridServers.csproj">
      <Project>{D7F0395B-FADC-4936-80A0-D95AACE92F62}</Project>
      <Name>LocalGridServers</Name>
    </ProjectReference>
    <ProjectReference Include="LocalStorage\Db4LocalStorage\Db4LocalStorage.csproj">
      <Project>{74784F23-B0FD-484C-82C1-96C0215733DC}</Project>
      <Name>Db4LocalStorage</Name>
    </ProjectReference>
    <ProjectReference Include="OpenSim.Framework\OpenSim.Framework.csproj">
      <Project>{407CE85B-628C-4788-9DBC-49BCEFC3A84F}</Project>
      <Name>OpenSim.Framework</Name>
    </ProjectReference>
    <ProjectReference Include="physics\PhysicsManager.csproj">
      <Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
      <Name>PhysicsManager</Name>
    </ProjectReference>
    <ProjectReference Include="RemoteServers\RemoteGridServers\RemoteGridServers.csproj">
      <Project>{CF0E7E62-34F4-4AB2-BDBD-AFC63224A7E5}</Project>
      <Name>RemoteGridServers</Name>
    </ProjectReference>
    <ProjectReference Include="ServerConsole\ServerConsole\ServerConsole.csproj">
      <Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
      <Name>ServerConsole</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>