From 35ffcf7e0ece3b88e44393eda24eb2a574441014 Mon Sep 17 00:00:00 2001 From: Yexuan Xiao Date: Sat, 13 Jun 2026 23:39:25 +0800 Subject: [PATCH 1/2] Output the module intermediate files to `$(IntDir)Microsoft\cppwinrt\` --- nuget/Microsoft.Windows.CppWinRT.targets | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/nuget/Microsoft.Windows.CppWinRT.targets b/nuget/Microsoft.Windows.CppWinRT.targets index a297258f3..b1da90be9 100644 --- a/nuget/Microsoft.Windows.CppWinRT.targets +++ b/nuget/Microsoft.Windows.CppWinRT.targets @@ -917,6 +917,10 @@ $(XamlMetaDataProviderPch) CompileAsCppModule true NotUsing + $(IntDir)Microsoft\cppwinrt\ + $(IntDir)Microsoft\cppwinrt\ + $(IntDir)Microsoft\cppwinrt\ + $(IntDir)Microsoft\cppwinrt\ @@ -924,7 +928,7 @@ $(XamlMetaDataProviderPch) $(GeneratedFilesDir) - $(IntDir) - $(OutDir) + $(IntDir)Microsoft\cppwinrt\ From 54b6792d68c802e28929d02e4260a9fe8ee6c088 Mon Sep 17 00:00:00 2001 From: Yexuan Xiao Date: Sun, 14 Jun 2026 01:23:59 +0800 Subject: [PATCH 2/2] Update Microsoft.Windows.CppWinRT.targets --- nuget/Microsoft.Windows.CppWinRT.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/nuget/Microsoft.Windows.CppWinRT.targets b/nuget/Microsoft.Windows.CppWinRT.targets index b1da90be9..b476ea9ec 100644 --- a/nuget/Microsoft.Windows.CppWinRT.targets +++ b/nuget/Microsoft.Windows.CppWinRT.targets @@ -920,7 +920,6 @@ $(XamlMetaDataProviderPch) $(IntDir)Microsoft\cppwinrt\ $(IntDir)Microsoft\cppwinrt\ $(IntDir)Microsoft\cppwinrt\ - $(IntDir)Microsoft\cppwinrt\