From d8d6fac67e087ef49af5bf04b1f3413d6dabd983 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 28 Oct 2020 12:34:33 -0700 Subject: [PATCH] Fix issue with libmspack4n, again --- BurnOutSharp/BurnOutSharp.csproj | 1 + Test/Test.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/BurnOutSharp/BurnOutSharp.csproj b/BurnOutSharp/BurnOutSharp.csproj index ed562541..59cb0b27 100644 --- a/BurnOutSharp/BurnOutSharp.csproj +++ b/BurnOutSharp/BurnOutSharp.csproj @@ -2,6 +2,7 @@ net472;net48;netcoreapp3.1 + x86 BurnOutSharp BurnOutSharp Port of BurnOut to C#, with additions diff --git a/Test/Test.csproj b/Test/Test.csproj index 54cc09c3..3400086a 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -2,6 +2,7 @@ net472;net48;netcoreapp3.1 + x86 false Exe