Fixed warning by TrainerMod using AnyCPU
This commit is contained in:
parent
de0cd2ac50
commit
ef9bb45e2d
Binary file not shown.
|
@ -20,6 +20,7 @@
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<PlatformTarget>x86</PlatformTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
|
|
Binary file not shown.
|
@ -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.csprojResolveAssemblyReference.cache
|
||||||
C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\obj\Debug\TrainerMod.dll
|
C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\obj\Debug\TrainerMod.dll
|
||||||
C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\obj\Debug\TrainerMod.pdb
|
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.
Loading…
Reference in New Issue