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.Installer.csproj | 75 ++++++---------------- 1 file changed, 20 insertions(+), 55 deletions(-) (limited to 'src/SMAPI.Installer') diff --git a/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj b/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj index 083044fb..ac64a774 100644 --- a/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj +++ b/src/SMAPI.Installer/StardewModdingAPI.Installer.csproj @@ -1,62 +1,32 @@ - - - + + - Debug - x86 - {443DDF81-6AAF-420A-A610-3459F37E5575} - Exe - Properties StardewModdingAPI.Installer StardewModdingAPI.Installer - v4.5 - 512 - true + net45 + false latest - - - x86 - true - full - false - $(SolutionDir)\..\bin\Debug\Installer - DEBUG;TRACE - prompt - 4 - - + Exe x86 - pdbonly - true - $(SolutionDir)\..\bin\Release\Installer - TRACE - prompt - 4 + $(SolutionDir)\..\bin\$(Configuration)\Installer + false + - - - - - - - Properties\GlobalAssemblyInfo.cs - - - - - - + + - - Always - + + - + + PreserveNewest + + PreserveNewest - + PreserveNewest @@ -67,14 +37,9 @@ PreserveNewest - - - {ea5cfd2e-9453-4d29-b80f-8e0ea23f4ac6} - StardewModdingAPI.Toolkit - - + - - \ No newline at end of file + + -- cgit