mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-08 05:57:43 +00:00
13d7c1215d
- Removed unnecessary blank lines in multiple test files to enhance readability. - Ensured consistent spacing and formatting in the `Trima`, `Usf`, `Vidya`, `Wma`, and `Atr` test classes. - Updated comments for clarity and consistency in the `Atr` and `Adl` classes. - Adjusted project files for better structure and maintainability.
14 lines
526 B
XML
14 lines
526 B
XML
<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>
|