From 4cc2646c4db789bf261ce809009599a7f00ec45f Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 4 Apr 2021 18:39:26 +0100 Subject: [PATCH] MCLauncher: Put output files in the same place as WUTokenHelper this avoids needing to copy the right DLL versions, and also makes it easier to find stuff. --- MCLauncher/MCLauncher.csproj | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/MCLauncher/MCLauncher.csproj b/MCLauncher/MCLauncher.csproj index 5f35f4a..fa72fd1 100644 --- a/MCLauncher/MCLauncher.csproj +++ b/MCLauncher/MCLauncher.csproj @@ -37,7 +37,7 @@ true full false - bin\Debug\ + $(SolutionDir)\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -46,7 +46,7 @@ AnyCPU pdbonly true - bin\Release\ + $(SolutionDir)\$(Configuration)\ DEBUG;TRACE prompt 4 @@ -56,7 +56,7 @@ true - bin\x64\Debug\ + $(SolutionDir)$(Platform)\$(Configuration)\ DEBUG;TRACE full x64 @@ -65,7 +65,7 @@ true - bin\x64\Release\ + $(SolutionDir)$(Platform)\$(Configuration)\ DEBUG;TRACE true pdbonly @@ -151,12 +151,6 @@ - - - WUTokenHelper.dll - PreserveNewest - - False