Files
QuanTAlib/QuanTAlib.slnx
Miha Kralj 1910fdca93 chore: repo cleanup and code quality improvements
- Remove global.json (SDK pinning unnecessary)

- Remove nuget.config, move MyGet source to .csproj RestoreAdditionalProjectSources

- Gitignore ndepend/ entirely, move badges to docs/img/

- Update README.md and docs/ndepend.md badge paths

- Add NDepend project property to QuanTAlib.slnx

- Expand .editorconfig ReSharper/diagnostic suppressions

- Use ArgumentOutOfRangeException instead of ArgumentException

- Use discard _ for unused event sender parameters

- Remove quantalib.code-workspace and sonar-suppressions.json

- Add filter signature SVGs
2026-03-03 09:22:55 -08:00

17 lines
509 B
XML

<Solution>
<Folder Name="/lib/">
<Project Path="lib/quantalib.csproj" />
<Project Path="lib/QuanTAlib.Tests.csproj" />
</Folder>
<Folder Name="/quantower/">
<Project Path="quantower/quantower.csproj" />
<Project Path="quantower/Quantower.Tests.csproj" />
</Folder>
<Folder Name="/python/">
<Project Path="python/python.csproj" />
</Folder>
<Properties Name="NDepend">
<Property Name="Project" Value="&quot;.\ndepend\quantalib.ndproj&quot;" />
</Properties>
</Solution>