Added QC Algorithm to required python project dependencies
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="AlgorithmPythonUtil.py">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="CustomDataBitcoinAlgorithm.py">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
@@ -657,6 +654,20 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Algorithm\QuantConnect.Algorithm.csproj">
|
||||
<Project>{3240aca4-bdd4-4d24-ac36-bbb651c39212}</Project>
|
||||
<Name>QuantConnect.Algorithm</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Common\QuantConnect.csproj">
|
||||
<Project>{2545c0b4-fabb-49c9-8dd1-9ad7ee23f86b}</Project>
|
||||
<Name>QuantConnect</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Indicators\QuantConnect.Indicators.csproj">
|
||||
<Project>{73fb2522-c3ed-4e47-8e3d-afad48a6b888}</Project>
|
||||
<Name>QuantConnect.Indicators</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent Condition="'$(OS)' == 'Windows_NT' ">
|
||||
|
||||
Reference in New Issue
Block a user