98 lines
4.2 KiB
XML
98 lines
4.2 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.OpenSimMain</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="Assets\InventoryCache.cs" />
|
|
<Compile Include="Grid.cs" />
|
|
<Compile Include="OpenSimApplication.cs" />
|
|
<Compile Include="OpenSimRoot.cs" />
|
|
<Compile Include="UserServer\LocalUserProfileManager.cs" />
|
|
<Compile Include="OpenSimMain.cs" />
|
|
<Compile Include="QueItem.cs" />
|
|
<Compile Include="SimClient.cs" />
|
|
<Compile Include="types\Mesh.cs" />
|
|
<Compile Include="types\Triangle.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="UserServer\LoginServer.cs" />
|
|
<Compile Include="Assets\AssetCache.cs" />
|
|
<Compile Include="SimConsole.cs" />
|
|
<Compile Include="VersionInfo.cs" />
|
|
<Compile Include="CAPS\SimHttp.cs">
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\OpenSim.FrameWork\OpenSim.Framework.csproj">
|
|
<Project>{2E46A825-3168-492F-93BC-637126B5B72B}</Project>
|
|
<Name>OpenSim.Framework</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\OpenSim.Physics\Manager\OpenSim.Physics.Manager.csproj">
|
|
<Project>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</Project>
|
|
<Name>OpenSim.Physics.Manager</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\OpenSim.Framework.Console\OpenSim.Framework.Console.csproj">
|
|
<Project>{C9A6026D-8E0C-4FE4-8691-FB2A566AA245}</Project>
|
|
<Name>OpenSim.Framework.Console</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
|
</Project> |