From 7adcb3930f6a5338d13900b6cd1e006c929df71e Mon Sep 17 00:00:00 2001 From: ClxS Date: Thu, 3 Mar 2016 20:20:30 +0000 Subject: Updated StardewInjector to target x86 to remove MSIL warning --- Release/Mods/TrainerMod.dll | Bin 23552 -> 23552 bytes Release/StardewModdingAPI.exe | Bin 68096 -> 68096 bytes StardewInjector/StardewInjector.csproj | 139 +++++++++++++++++---------------- 3 files changed, 70 insertions(+), 69 deletions(-) diff --git a/Release/Mods/TrainerMod.dll b/Release/Mods/TrainerMod.dll index fcc3d2a7..c225a340 100644 Binary files a/Release/Mods/TrainerMod.dll and b/Release/Mods/TrainerMod.dll differ diff --git a/Release/StardewModdingAPI.exe b/Release/StardewModdingAPI.exe index b616385b..b2a63bb2 100644 Binary files a/Release/StardewModdingAPI.exe and b/Release/StardewModdingAPI.exe differ diff --git a/StardewInjector/StardewInjector.csproj b/StardewInjector/StardewInjector.csproj index 7987a7bd..accb660f 100644 --- a/StardewInjector/StardewInjector.csproj +++ b/StardewInjector/StardewInjector.csproj @@ -1,77 +1,78 @@ - - - - - Debug - AnyCPU - {C9388F35-68D2-431C-88BB-E26286272256} - Library - Properties - StardewInjector - StardewInjector - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - Z:\Games\Stardew Valley\Mono.Cecil.dll - - - - - - - - - - - - - - - - - - - - - - - - - {f1a573b0-f436-472c-ae29-0b91ea6b9f8f} - StardewModdingAPI - - - - + + + + + Debug + AnyCPU + {C9388F35-68D2-431C-88BB-E26286272256} + Library + Properties + StardewInjector + StardewInjector + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + Z:\Games\Stardew Valley\Mono.Cecil.dll + + + + + + + + + + + + + + + + + + + + + + + + + {f1a573b0-f436-472c-ae29-0b91ea6b9f8f} + StardewModdingAPI + + + + mkdir "$(SolutionDir)Release\Mods\" -copy /y "$(SolutionDir)$(ProjectName)\$(OutDir)$(TargetFileName)" "$(SolutionDir)Release\Mods\" - +copy /y "$(SolutionDir)$(ProjectName)\$(OutDir)$(TargetFileName)" "$(SolutionDir)Release\Mods\" + + --> \ No newline at end of file -- cgit