diff --git a/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets b/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets index 407ebd9..aa29197 100644 --- a/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets +++ b/src/dscom.build/dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets @@ -42,9 +42,9 @@ <_DsComTypeLibraryReferences Condition="@(DsComTlbExportTlbReferences->Count()) > 0">--tlbreference "@(DsComTlbExportTlbReferences, '" --tlbreference "')" - <_DsComTypeLibraryReferencePaths Condition="@(DsComTlbExportReferencePaths->Count()) > 0">--tlbrefpath "@(DsComTlbExportReferencePaths, '"--tlbrefpath "')" - <_DsComAssemblyReferences Condition="@(_DsComTlbExportAssemblyPathsWithoutHintPath->Count()) > 0">--asmpath "@(_DsComTlbExportAssemblyPathsWithoutHintPath, '"--asmpath "')" - <_DsComAssemblyReferences Condition="@(_DsComTlbExportAssemblyPathsWithHintPath->Count()) > 0">--asmpath "@(_DsComTlbExportAssemblyPathsWithHintPath->GetMetadata('HintPath'), '"--asmpath "')" + <_DsComTypeLibraryReferencePaths Condition="@(DsComTlbExportReferencePaths->Count()) > 0">--tlbrefpath "@(DsComTlbExportReferencePaths, '" --tlbrefpath "')" + <_DsComAssemblyReferences Condition="@(_DsComTlbExportAssemblyPathsWithoutHintPath->Count()) > 0">--asmpath "@(_DsComTlbExportAssemblyPathsWithoutHintPath, '" --asmpath "')" + <_DsComAssemblyReferences Condition="@(_DsComTlbExportAssemblyPathsWithHintPath->Count()) > 0">--asmpath "@(_DsComTlbExportAssemblyPathsWithHintPath->GetMetadata('HintPath'), '" --asmpath "')" <_DsComAliasNames Condition="@(DsComTlbAliasNames->Count()) > 0">--names @(DsComTlbAliasNames, --names) <_DsComArguments>tlbexport <_DsComArguments Condition="'$(DsComTypeLibraryUniqueId)' != '' AND '$(DsComTypeLibraryUniqueId)' != '$([System.Guid]::Empty.ToString())'">$(_DsComArguments) --overridetlbid "$(DsComTypeLibraryUniqueId)"