Files
QuanTAlib/quantower/Directory.Build.props
T

17 lines
643 B
XML

<Project>
<!-- Set project-specific intermediate output paths before SDK import -->
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'Averages'">
<BaseIntermediateOutputPath>obj\Averages\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'Quantower.Tests'">
<BaseIntermediateOutputPath>obj\Tests\</BaseIntermediateOutputPath>
</PropertyGroup>
<!-- Common settings for all quantower projects -->
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>