mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 02:28:05 +00:00
Refactor code formatting and improve consistency across various test files
- 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.
This commit is contained in:
+13
-13
@@ -1,13 +1,13 @@
|
||||
<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>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user