Fix issue with libmspack4n, again

This commit is contained in:
Matt Nadareski
2020-10-28 12:34:33 -07:00
parent 965c32482d
commit d8d6fac67e
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net472;net48;netcoreapp3.1</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<Title>BurnOutSharp</Title>
<AssemblyName>BurnOutSharp</AssemblyName>
<Description>Port of BurnOut to C#, with additions</Description>

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net472;net48;netcoreapp3.1</TargetFrameworks>
<PlatformTarget>x86</PlatformTarget>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputType>Exe</OutputType>
</PropertyGroup>