49 lines
2.1 KiB
XML
49 lines
2.1 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>OpenSim.Physics.Manager</RootNamespace>
|
|
<AssemblyName>PhysicsManager</AssemblyName>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{3C86A846-7977-4EE7-A8DC-DD487FA5DC2B}</ProjectGuid>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<Optimize>False</Optimize>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugSymbols>True</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<Optimize>True</Optimize>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DebugSymbols>False</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Axiom.MathLib, Version=0.7.0.25497, Culture=neutral">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\bin\Axiom.MathLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PhysicsActor.cs" />
|
|
<Compile Include="PhysicsManager.cs" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="PhysicsScene.cs" />
|
|
<Compile Include="PhysicsVector.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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> |