Skip to content

Commit

Permalink
Revert "Explicitly target x86 to work on Windows 7"
Browse files Browse the repository at this point in the history
This reverts commit 7663c19.

This caused it to fail on Windows 10
  • Loading branch information
mscrivo committed Aug 9, 2020
1 parent 4c041c3 commit ff042b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions OotD.Launcher/OotD.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@
<Prefer32Bit>true</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<PlatformTarget>x86</PlatformTarget>
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Prefer32Bit>true</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<PlatformTarget>x86</PlatformTarget>
<OutputPath>bin\Release\</OutputPath>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit ff042b6

Please sign in to comment.