From f55289dbd9f7fc3259240d3bc046a49662c403c9 Mon Sep 17 00:00:00 2001 From: Sandoli Date: Tue, 9 Jan 2024 11:30:52 +0100 Subject: [PATCH] feat: Added the ability to call the cmd tool with --createmissingdependtlbs (#228) --- .../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)