QT DLL dependency

This commit is contained in:
Miha Kralj
2023-04-01 17:35:53 -07:00
parent e3576160bc
commit 81c34097db
4 changed files with 3 additions and 4 deletions
-1
View File
@@ -22,7 +22,6 @@ jobs:
with:
dotnet-version: '8.x'
dotnet-quality: 'preview'
include-prerelease: true
- name: Install JDK11 for Sonar Scanner
uses: actions/setup-java@v1
+1 -1
View File
@@ -41,7 +41,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>C:\Quantower\TradingPlatform\v1.130.7\bin\TradingPlatform.BusinessLayer.dll</HintPath>
<HintPath>..\QuantowerDLL\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
Binary file not shown.
+2 -2
View File
@@ -36,10 +36,10 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Calculations\Calculations.csproj" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>C:\Quantower\TradingPlatform\v1.130.7\bin\TradingPlatform.BusinessLayer.dll</HintPath>
<HintPath>..\QuantowerDLL\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
</ItemGroup>
</Project>