From 54b8768f2261df57cf277a8515ae4be3704e27a4 Mon Sep 17 00:00:00 2001 From: Nirmal Guru Date: Fri, 3 Apr 2020 22:00:08 +0530 Subject: [PATCH 1/2] Fix Comment at target ResolveComReferences It's actually 'InteropOutputPath' --- src/Tasks/Microsoft.Common.CurrentVersion.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks/Microsoft.Common.CurrentVersion.targets b/src/Tasks/Microsoft.Common.CurrentVersion.targets index 562563e5a22..ba1d03d8152 100644 --- a/src/Tasks/Microsoft.Common.CurrentVersion.targets +++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets @@ -2666,7 +2666,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. [IN] @(COMReference) - The list of COM references - $(BaseIntermediateOutputPath) - The output directory in which to generate wrapper assemblies + $(InteropOutputPath) - The output directory in which to generate wrapper assemblies [OUT] @(ReferencePath) - Paths to referenced wrappers. From cb541c6fc65249754236e963d5f5dd96dc5f1811 Mon Sep 17 00:00:00 2001 From: Nirmal Guru Date: Tue, 5 May 2020 19:53:30 +0530 Subject: [PATCH 2/2] Update comment to include default value info Feedback changes --- src/Tasks/Microsoft.Common.CurrentVersion.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tasks/Microsoft.Common.CurrentVersion.targets b/src/Tasks/Microsoft.Common.CurrentVersion.targets index ba1d03d8152..52e0400dd06 100644 --- a/src/Tasks/Microsoft.Common.CurrentVersion.targets +++ b/src/Tasks/Microsoft.Common.CurrentVersion.targets @@ -2667,6 +2667,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. [IN] @(COMReference) - The list of COM references $(InteropOutputPath) - The output directory in which to generate wrapper assemblies + When $(InteropOutputPath) is not set, then it defaults to $(IntermediateOutputPath). [OUT] @(ReferencePath) - Paths to referenced wrappers.