Files
QuanTAlib/lib/Directory.Build.props
T

14 lines
526 B
XML
Raw Permalink Normal View History

<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'QuanTAlib.Tests'">
<BaseIntermediateOutputPath>obj\tests\</BaseIntermediateOutputPath>
<BaseOutputPath>bin\tests\</BaseOutputPath>
<OutputPath>bin\tests\$(Configuration)\</OutputPath>
</PropertyGroup>
</Project>