From 10cecc9c47d63375d314a0fa620fe4a0bec0e74b Mon Sep 17 00:00:00 2001 From: Sandoli Date: Mon, 8 Jan 2024 17:33:23 +0100 Subject: [PATCH] feat: Added the ability to call the cmd tool with --createmissingdependtlbs --- .../dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets b/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets index aa29197..ec13762 100644 --- a/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets +++ b/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets @@ -55,6 +55,7 @@ <_DsComArguments> $(_DsComArguments) "$(_DsComExportTypeLibraryAssemblyFile)" <_DsComArguments> $(_DsComArguments) $(_DsComAliasNames) <_DsComArguments Condition="'$(DsComOverideLibraryName)' != ''"> $(_DsComArguments) --overridename "$(DsComOverideLibraryName)" + <_DsComArguments Condition="'$(DsComTlbExportCreateMissingDependentTlbs)' != ''"> $(_DsComArguments) --createmissingdependenttlbs $(DsComTlbExportCreateMissingDependentTlbs) <_DsComArguments> $(_DsComArguments) --out "$(_DsComExportTypeLibraryTargetFile)" <_DsComWorkingDir>$(OutDir) <_DsComWorkingDir Condition="$(_DsComWorkingDir) == ''">$(OutputPath)