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)