From ef9bb45e2d6abc9cc23fcc9b29cda49e514772f8 Mon Sep 17 00:00:00 2001 From: ClxS Date: Thu, 3 Mar 2016 19:06:44 +0000 Subject: Fixed warning by TrainerMod using AnyCPU --- Release/Mods/TrainerMod.dll | Bin 23552 -> 24064 bytes TrainerMod/TrainerMod.csproj | 135 +++++++++++---------- TrainerMod/bin/Debug/TrainerMod.dll | Bin 0 -> 24064 bytes .../Debug/TrainerMod.csproj.FileListAbsolute.txt | 15 ++- TrainerMod/obj/Debug/TrainerMod.dll | Bin 24064 -> 24064 bytes 5 files changed, 78 insertions(+), 72 deletions(-) create mode 100644 TrainerMod/bin/Debug/TrainerMod.dll diff --git a/Release/Mods/TrainerMod.dll b/Release/Mods/TrainerMod.dll index d6e49439..209945c8 100644 Binary files a/Release/Mods/TrainerMod.dll and b/Release/Mods/TrainerMod.dll differ diff --git a/TrainerMod/TrainerMod.csproj b/TrainerMod/TrainerMod.csproj index 301ee296..f46bb950 100644 --- a/TrainerMod/TrainerMod.csproj +++ b/TrainerMod/TrainerMod.csproj @@ -1,75 +1,76 @@ - - - - - Debug - AnyCPU - {28480467-1A48-46A7-99F8-236D95225359} - Library - Properties - TrainerMod - TrainerMod - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - - - False - - - D:\#Network-Steam\SteamRepo\steamapps\common\Stardew Valley\Stardew Valley.exe - False - - - - - - - - - - - - - - - - - {f1a573b0-f436-472c-ae29-0b91ea6b9f8f} - StardewModdingAPI - False - - - - + + + + + Debug + AnyCPU + {28480467-1A48-46A7-99F8-236D95225359} + Library + Properties + TrainerMod + TrainerMod + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + + + False + + + D:\#Network-Steam\SteamRepo\steamapps\common\Stardew Valley\Stardew Valley.exe + False + + + + + + + + + + + + + + + + + {f1a573b0-f436-472c-ae29-0b91ea6b9f8f} + StardewModdingAPI + False + + + + mkdir "$(SolutionDir)Release\Mods\" -copy /y "$(SolutionDir)$(ProjectName)\$(OutDir)TrainerMod.dll" "$(SolutionDir)Release\Mods\" - +copy /y "$(SolutionDir)$(ProjectName)\$(OutDir)TrainerMod.dll" "$(SolutionDir)Release\Mods\" + + --> \ No newline at end of file diff --git a/TrainerMod/bin/Debug/TrainerMod.dll b/TrainerMod/bin/Debug/TrainerMod.dll new file mode 100644 index 00000000..209945c8 Binary files /dev/null and b/TrainerMod/bin/Debug/TrainerMod.dll differ diff --git a/TrainerMod/obj/Debug/TrainerMod.csproj.FileListAbsolute.txt b/TrainerMod/obj/Debug/TrainerMod.csproj.FileListAbsolute.txt index dfc005ea..6701bb58 100644 --- a/TrainerMod/obj/Debug/TrainerMod.csproj.FileListAbsolute.txt +++ b/TrainerMod/obj/Debug/TrainerMod.csproj.FileListAbsolute.txt @@ -1,5 +1,10 @@ -C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\bin\Debug\TrainerMod.dll -C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\bin\Debug\TrainerMod.pdb -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 +C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\bin\Debug\TrainerMod.dll +C:\TFSource\Master-Collection\StardewModdingAPI\TrainerMod\bin\Debug\TrainerMod.pdb +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 diff --git a/TrainerMod/obj/Debug/TrainerMod.dll b/TrainerMod/obj/Debug/TrainerMod.dll index eda3dfa9..209945c8 100644 Binary files a/TrainerMod/obj/Debug/TrainerMod.dll and b/TrainerMod/obj/Debug/TrainerMod.dll differ -- cgit