Skip to content

Commit

Permalink
Make testhost.x86 large address aware (#1986)
Browse files Browse the repository at this point in the history
Fixes #1985
  • Loading branch information
sharwell authored and mayankbansal018 committed Apr 18, 2019
1 parent 9ddaf36 commit b53383b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/testhost.x86/testhost.x86.csproj
Expand Up @@ -9,8 +9,9 @@
<TargetFrameworks>netstandard1.4;netcoreapp1.0;net451</TargetFrameworks>
<TargetFrameworks Condition=" '$(DotNetBuildFromSource)' == 'true' ">netstandard1.4;netcoreapp1.0</TargetFrameworks>
<WarningsAsErrors>true</WarningsAsErrors>
<PlatformTarget>x86</PlatformTarget>
<OutputType Condition="'$(TargetFramework)' != 'netstandard1.4'">Exe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
<OutputType>Exe</OutputType>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net451'">
Expand Down

0 comments on commit b53383b

Please sign in to comment.