Skip to content

Commit

Permalink
modified project file
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwu74 authored and AlexCatarino committed Feb 9, 2018
1 parent a6883c2 commit 785cb11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Api/QuantConnect.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
<HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\ICSharpCode.SharpZipLib.dll.0.85.4.369\lib\net20\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="MathNet.Filtering, Version=0.4.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -132,6 +131,7 @@
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
<None Include="Api.py" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
1 change: 1 addition & 0 deletions Tests/QuantConnect.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@
<None Include="TestData\spy_with_keltner.csv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="API\ApiTests.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="Adapters\" />
Expand Down

0 comments on commit 785cb11

Please sign in to comment.