Skip to content

Commit

Permalink
Make testhost.x86 large address aware
Browse files Browse the repository at this point in the history
Fixes #1985
  • Loading branch information
sharwell committed Apr 11, 2019
1 parent 3a94eb1 commit ee698c3
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 ee698c3

Please sign in to comment.