minor fixes of references in csproj files

This commit is contained in:
Miha Kralj
2024-09-22 17:54:58 -07:00
parent 8b1bf8077c
commit f98aa48d10
7 changed files with 6650 additions and 4 deletions
Binary file not shown.
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -28,13 +28,13 @@
<QuantowerRoot>D:\Quantower</QuantowerRoot> <QuantowerRoot>D:\Quantower</QuantowerRoot>
<QuantowerPath>$([System.IO.Directory]::GetDirectories("$(QuantowerRoot)\TradingPlatform", "v1*")[0])</QuantowerPath> <QuantowerPath>$([System.IO.Directory]::GetDirectories("$(QuantowerRoot)\TradingPlatform", "v1*")[0])</QuantowerPath>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <!--ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer"> <Reference Include="TradingPlatform.BusinessLayer">
<HintPath>$(QuantowerPath)\bin\TradingPlatform.BusinessLayer.dll</HintPath> <HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference> </Reference>
<None Include="$(QuantowerPath)\bin\TradingPlatform.BusinessLayer.xml"> <None Include="..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link> <Link>TradingPlatform.BusinessLayer.xml</Link>
</None> </None>
</ItemGroup> </ItemGroup -->
</Project> </Project>
+10
View File
@@ -2,4 +2,14 @@
<PropertyGroup> <PropertyGroup>
<AlgoType>Vendor</AlgoType> <AlgoType>Vendor</AlgoType>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</Project> </Project>
+8
View File
@@ -46,5 +46,13 @@
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.21459.1" /> <PackageReference Include="Microsoft.DotNet.Interactive.Formatting" Version="1.0.0-beta.21459.1" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</Project> </Project>
+9
View File
@@ -15,4 +15,13 @@
<Copy SourceFiles="$(OutputPath)\Averages.dll" DestinationFolder="$(QuantowerRoot)\Settings\Scripts\Indicators\QuanTAlib\Averages" /> <Copy SourceFiles="$(OutputPath)\Averages.dll" DestinationFolder="$(QuantowerRoot)\Settings\Scripts\Indicators\QuanTAlib\Averages" />
</Target> </Target>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="..\..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</Project> </Project>
+9
View File
@@ -15,4 +15,13 @@
<Copy SourceFiles="$(OutputPath)\Statistics.dll" DestinationFolder="$(QuantowerRoot)\Settings\Scripts\Indicators\QuanTAlib\Statistics" /> <Copy SourceFiles="$(OutputPath)\Statistics.dll" DestinationFolder="$(QuantowerRoot)\Settings\Scripts\Indicators\QuanTAlib\Statistics" />
</Target> </Target>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>..\..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="..\..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</Project> </Project>