Files
QuanTAlib/.sonarqube/conf/2/SonarProjectConfig.xml
T
Miha Kralj 2b4e8e3fc3 Add UCFG2 type definitions and lock file for QuanTAlib
- Introduced type definitions for various classes in the QuanTAlib library, including Ema, EmaVector, EmaState, TSeries, CsvFeed, GBM, TBarSeries, TBar, and TValue.
- Added methods and properties for each class to enhance functionality and maintainability.
- Created a lock file to manage dependencies and ensure consistent builds.
2025-11-29 16:43:52 -08:00

9 lines
715 B
XML

<?xml version="1.0" encoding="utf-8"?>
<SonarProjectConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/analyzer/2021/1">
<AnalysisConfigPath>/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/SonarQubeAnalysisConfig.xml</AnalysisConfigPath>
<ProjectPath>/Users/mihakralj/Github/QuanTAlib/lib/QuanTAlib.Tests.csproj</ProjectPath>
<FilesToAnalyzePath>/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/2/FilesToAnalyze.txt</FilesToAnalyzePath>
<OutPath>/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/2</OutPath>
<ProjectType>Test</ProjectType>
<TargetFramework>net10.0</TargetFramework>
</SonarProjectConfig>