92 lines
4.0 KiB
XML
92 lines
4.0 KiB
XML
<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>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="log4net">
|
|
<HintPath>..\Version0_2_myserver\OpenSim\bin\Debug\log4net.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="Axiom.MathLib">
|
|
<HintPath>..\Version0_2_myserver\OpenSim\bin\Debug\Axiom.MathLib.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
</Reference>
|
|
<Reference Include="libsecondlife">
|
|
<HintPath>..\Libsecond-dailys\libsl07-03\trunk\libsecondlife-cs\obj\Debug\libsecondlife.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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="GridServers" />
|
|
<Folder Include="Assets" />
|
|
<ProjectReference Include="GridInterfaces\GridInterfaces.csproj">
|
|
<Project>{5DA3174D-42F9-416D-9F0B-AF41FA2BE2F9}</Project>
|
|
<Name>GridInterfaces</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="physics\PhysicsManager.csproj">
|
|
<Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
|
|
<Name>PhysicsManager</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> |