Updated StardewInjector to target x86 to remove MSIL warning

This commit is contained in:
ClxS 2016-03-03 20:20:30 +00:00
parent f77e922ad0
commit 7adcb3930f
3 changed files with 70 additions and 69 deletions

Binary file not shown.

Binary file not shown.

View File

@ -20,6 +20,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>