From a4ce48b15172cfe725d52ac18ce84beba20ed2f8 Mon Sep 17 00:00:00 2001 From: Johan Laanstra Date: Wed, 15 Nov 2023 19:09:47 -0800 Subject: [PATCH 1/2] Add the implementation dll to make sure design time builds pick up on the output. --- nuget/Microsoft.Windows.CsWinRT.targets | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index 1e7f531f3..cea4777d6 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -56,9 +56,11 @@ Copyright (C) Microsoft Corporation. All rights reserved. - + Condition="'%(CsWinRTRemovedReferences.Filename)%(CsWinRTRemovedReferences.Extension)' == '%(ReferencePathWithRefAssemblies.Filename)%(ReferencePathWithRefAssemblies.Extension)'" /> + + From d4e0b9a470cd291104104e2b1610d3275b83e98e Mon Sep 17 00:00:00 2001 From: Johan Laanstra Date: Wed, 15 Nov 2023 19:12:32 -0800 Subject: [PATCH 2/2] Update Microsoft.Windows.CsWinRT.targets --- nuget/Microsoft.Windows.CsWinRT.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index cea4777d6..38bc5f549 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -56,7 +56,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. + Condition="'%(CsWinRTRemovedReferences.Filename)%(CsWinRTRemovedReferences.Extension)' == '%(ReferencePathWithRefAssemblies.Filename)%(ReferencePathWithRefAssemblies.Extension)'" />