mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
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.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ProjectInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sonarsource.com/msbuild/integration/2015/1">
|
||||
<ProjectName>quantalib</ProjectName>
|
||||
<ProjectLanguage>C#</ProjectLanguage>
|
||||
<ProjectType>Product</ProjectType>
|
||||
<ProjectGuid>f455234b-2a3c-140a-17c3-683d7820a733</ProjectGuid>
|
||||
<FullPath>/Users/mihakralj/Github/QuanTAlib/lib/quantalib.csproj</FullPath>
|
||||
<IsExcluded>false</IsExcluded>
|
||||
<AnalysisResultFiles>
|
||||
<AnalysisResultFile Id="FilesToAnalyze" Location="/Users/mihakralj/Github/QuanTAlib/.sonarqube/conf/1/FilesToAnalyze.txt" />
|
||||
</AnalysisResultFiles>
|
||||
<AnalysisSettings>
|
||||
<Property Name="sonar.cs.roslyn.reportFilePaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Issues.json</Property>
|
||||
<Property Name="sonar.cs.analyzer.projectOutPaths">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1</Property>
|
||||
<Property Name="sonar.cs.scanner.telemetry">/Users/mihakralj/Github/QuanTAlib/.sonarqube/out/1/Telemetry.json</Property>
|
||||
</AnalysisSettings>
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>AnyCPU</Platform>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
</ProjectInfo>
|
||||
Reference in New Issue
Block a user