minor fixes of references in csproj files

This commit is contained in:
Miha Kralj
2024-09-22 17:57:09 -07:00
parent 8b1bf8077c
commit 1a2f431e32
7 changed files with 6650 additions and 4 deletions
+4 -4
View File
@@ -24,17 +24,17 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
<PropertyGroup>
<!--PropertyGroup>
<QuantowerRoot>D:\Quantower</QuantowerRoot>
<QuantowerPath>$([System.IO.Directory]::GetDirectories("$(QuantowerRoot)\TradingPlatform", "v1*")[0])</QuantowerPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="TradingPlatform.BusinessLayer">
<HintPath>$(QuantowerPath)\bin\TradingPlatform.BusinessLayer.dll</HintPath>
<HintPath>..\.github\TradingPlatform.BusinessLayer.dll</HintPath>
</Reference>
<None Include="$(QuantowerPath)\bin\TradingPlatform.BusinessLayer.xml">
<None Include="..\.github\TradingPlatform.BusinessLayer.xml">
<Link>TradingPlatform.BusinessLayer.xml</Link>
</None>
</ItemGroup>
</ItemGroup -->
</Project>