Skip to content

Commit

Permalink
Merge pull request QuantConnect#4593 from AlexCatarino/bug-report-32-bit
Browse files Browse the repository at this point in the history
AnyCPU Prefer 64-bit for Report Project
  • Loading branch information
jaredbroad authored Jul 30, 2020
2 parents c4140d3 + 68455fe commit 103a8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Report/QuantConnect.Report.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>QuantConnect.Report.Program</StartupObject>
Expand Down

0 comments on commit 103a8e8

Please sign in to comment.