You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DualityPackageExcludeParentElement />
<StartAction>Program</StartAction>
<StartProgram>$(SolutionDir)Source\Editor\DualityEditor\bin\Debug\DualityEditor.exe</StartProgram>
<StartWorkingDirectory>$(SolutionDir)Samples\Steering\Content\</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DualityPackageExcludeParentElement />
<StartAction>Program</StartAction>
<StartProgram>$(SolutionDir)Source\Editor\DualityEditor\bin\Debug\DualityEditor.exe</StartProgram>
<StartWorkingDirectory>$(SolutionDir)Samples\Steering\Content\</StartWorkingDirectory>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0130132B-C38D-463E-90AC-5D389E934FAE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Steering</RootNamespace>
<AssemblyName>Steering.core</AssemblyName>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile111</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Steering.core.xml</DocumentationFile>
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>Steering.core.xml</DocumentationFile>
<NoWarn>1591,1592,1573,1571,1570,1572</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Compile Include="Characteristics\IAgentCharacteristics.cs" />
<Compile Include="Agent\Agent.cs" />
<Compile Include="Agent\AgentManager.cs" />
<Compile Include="Characteristics\AdvancedAgentCharacteristics.cs" />
<Compile Include="Characteristics\DefaultAgentCharacteristics.cs" />
<Compile Include="HelperComponents.cs" />
<Compile Include="Properties\SteeringResNames.cs" />
<Compile Include="Targets\ISteeringTarget.cs" />
<Compile Include="Targets\DirectionTarget.cs" />
<Compile Include="Targets\PointTarget.cs" />
<Compile Include="VelocitySampler\IVelocitySampler.cs" />
<Compile Include="CorePlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VelocitySampler\BruteForceVelocitySampler.cs" />
<Compile Include="VelocitySampler\AdaptiveVelocitySampler.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Source\Core\Primitives\DualityPrimitives.csproj">
<Project>{c87a6a2f-e537-48fa-a789-3c54cf29cc09}</Project>
<Name>DualityPrimitives</Name>
</ProjectReference>
<ProjectReference Include="..\..\Source\Core\Duality\Duality.csproj">
<Project>{D821AFB9-BCC9-4025-9A9C-798E2BC546AB}</Project>
<Name>Duality</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="EmbeddedResources\CmpIconAgent.png" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<PropertyGroup>
<DualityPackageExcludeParentElement />
<PostBuildEvent>mkdir "$(ProjectDir)Content\Plugins"
copy "$(TargetPath)" "$(ProjectDir)Content\Plugins"
copy "$(TargetDir)$(TargetName).xml" "$(ProjectDir)Content\Plugins"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>