Fixed warning by TrainerMod using AnyCPU

This commit is contained in:
ClxS 2016-03-03 19:06:44 +00:00
parent de0cd2ac50
commit ef9bb45e2d
5 changed files with 78 additions and 72 deletions

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>

Binary file not shown.

View File

@ -3,3 +3,8 @@ C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\bin\Debug\TrainerMod.
C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\obj\Debug\TrainerMod.csprojResolveAssemblyReference.cache
C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\obj\Debug\TrainerMod.dll
C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\obj\Debug\TrainerMod.pdb
Z:\Projects\C#\SMAPI\TrainerMod\bin\Debug\TrainerMod.dll
Z:\Projects\C#\SMAPI\TrainerMod\bin\Debug\TrainerMod.pdb
Z:\Projects\C#\SMAPI\TrainerMod\obj\Debug\TrainerMod.csprojResolveAssemblyReference.cache
Z:\Projects\C#\SMAPI\TrainerMod\obj\Debug\TrainerMod.dll
Z:\Projects\C#\SMAPI\TrainerMod\obj\Debug\TrainerMod.pdb

Binary file not shown.