From 125bcbee56bf40cf82abc7fdb502f8cbc18546cf Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 13 Sep 2019 17:22:45 -0400 Subject: migrate to new project file format --- .../StardewModdingAPI.Mods.ConsoleCommands.csproj | 92 ++++------------------ 1 file changed, 17 insertions(+), 75 deletions(-) (limited to 'src/SMAPI.Mods.ConsoleCommands') diff --git a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj index 2c958dbc..719a80e3 100644 --- a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj +++ b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj @@ -1,93 +1,35 @@ - - - + + - Debug - x86 - {28480467-1A48-46A7-99F8-236D95225359} - Library - Properties StardewModdingAPI.Mods.ConsoleCommands ConsoleCommands - v4.5 - 512 + net45 + false latest - - - true - full - false - $(SolutionDir)\..\bin\Debug\Mods\ConsoleCommands\ - DEBUG;TRACE - prompt - 4 - x86 - false - true - - - pdbonly - true - $(SolutionDir)\..\bin\Release\Mods\ConsoleCommands\ - TRACE - prompt - 4 - false - true + $(SolutionDir)\..\bin\$(Configuration)\Mods\ConsoleCommands + false x86 + - - + + False + + Properties\GlobalAssemblyInfo.cs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {f1a573b0-f436-472c-ae29-0b91ea6b9f8f} - StardewModdingAPI - False - + - + PreserveNewest - + + - \ No newline at end of file + + -- cgit