From 150f0e6167e2133182924114a3b36e8384f632f1 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Mon, 2 Dec 2019 22:38:49 +0100 Subject: [PATCH] [MemoryDemo] Make sure the same output path isn't used with multiple configurations. (#395) Make sure the same output path isn't used with multiple configurations by using the correct configuration name in the output path. --- .../MemoryDemo/MemoryDemo/MemoryDemo.csproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Profiling/MemoryDemo/MemoryDemo/MemoryDemo.csproj b/Profiling/MemoryDemo/MemoryDemo/MemoryDemo.csproj index f92cf9221..a8c406433 100644 --- a/Profiling/MemoryDemo/MemoryDemo/MemoryDemo.csproj +++ b/Profiling/MemoryDemo/MemoryDemo/MemoryDemo.csproj @@ -18,7 +18,7 @@ true full false - bin\iPhoneSimulator\Debug + bin\iPhoneSimulator\Before-Debug DEBUG;GREEDY; prompt 4 @@ -32,7 +32,7 @@ true full false - bin\iPhoneSimulator\Debug + bin\iPhoneSimulator\After-Debug DEBUG; prompt 4 @@ -45,7 +45,7 @@ none true - bin\iPhoneSimulator\Release + bin\iPhoneSimulator\Before-Release GREEDY; prompt 4 @@ -57,7 +57,7 @@ none true - bin\iPhoneSimulator\Release + bin\iPhoneSimulator\After-Release prompt 4 false @@ -69,7 +69,7 @@ true full false - bin\iPhone\Debug + bin\iPhone\Before-Debug DEBUG;GREEDY; prompt 4 @@ -83,7 +83,7 @@ true full false - bin\iPhone\Debug + bin\iPhone\After-Debug DEBUG; prompt 4 @@ -96,7 +96,7 @@ none true - bin\iPhone\Release + bin\iPhone\Before-Release GREEDY; prompt 4 @@ -108,7 +108,7 @@ none true - bin\iPhone\Release + bin\iPhone\After-Release prompt 4 false