mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-07-27 17:27:43 +00:00
1910fdca93
- 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
17 lines
509 B
XML
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="".\ndepend\quantalib.ndproj"" />
|
|
</Properties>
|
|
</Solution>
|