From 90848fc47c14123d5952c614d4e1f138bacdcfc0 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Wed, 23 Oct 2024 15:41:11 +0100 Subject: [PATCH] Back out the change which moves the 'r' directory to designtime --- .../buildTransitive/Microsoft.Maui.Resizetizer.After.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SingleProject/Resizetizer/src/nuget/buildTransitive/Microsoft.Maui.Resizetizer.After.targets b/src/SingleProject/Resizetizer/src/nuget/buildTransitive/Microsoft.Maui.Resizetizer.After.targets index 4a215b116acd..feb26d3d5946 100644 --- a/src/SingleProject/Resizetizer/src/nuget/buildTransitive/Microsoft.Maui.Resizetizer.After.targets +++ b/src/SingleProject/Resizetizer/src/nuget/buildTransitive/Microsoft.Maui.Resizetizer.After.targets @@ -69,7 +69,6 @@ <_ResizetizerPlatformIsWindows Condition="$(_ResizetizerPlatformIdentifier.Contains('windows')) == 'True'">True <_ResizetizerPlatformIsTizen Condition="'$(_ResizetizerPlatformIdentifier)' == 'tizen'">True - <_ResizetizerIntermediateOutputPath Condition=" '$(_ResizetizerIntermediateOutputPath)' == '' And '$(_ResizetizerPlatformIsAndroid)' == 'True' And '$(DesignTimeBuild)' == 'True' ">$(IntermediateOutputPath)designtime <_ResizetizerIntermediateOutputPath Condition=" '$(_ResizetizerIntermediateOutputPath)' == '' " >$(IntermediateOutputPath) <_ResizetizerInputsFile>$(_ResizetizerIntermediateOutputPath)mauiimage.inputs