Update project file for adding new algorithms
This commit is contained in:
@@ -140,6 +140,9 @@
|
||||
<None Include="WarmupAlgorithm.py" />
|
||||
<None Include="WarmupHistoryAlgorithm.py" />
|
||||
<None Include="WeeklyUniverseSelectionRegressionAlgorithm.py" />
|
||||
<None Include="Benchmarks\BasicTemplateBenchmark.py" />
|
||||
<None Include="Benchmarks\EmptyMinute400EquityBenchmark.py" />
|
||||
<None Include="Benchmarks\EmptySingleSecuritySecondEquityBenchmark.py" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Algorithm\QuantConnect.Algorithm.csproj">
|
||||
@@ -160,6 +163,9 @@
|
||||
<HintPath>..\packages\QuantConnect.pythonnet.1.0.5.7\lib\Python.Runtime.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Benchmarks\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PostBuildEvent Condition="'$(OS)' == 'Windows_NT' ">
|
||||
|
||||
Reference in New Issue
Block a user