From 7817b994ef691110a6a30023bbc7062886967e9c Mon Sep 17 00:00:00 2001 From: Sandoli Date: Mon, 8 Jan 2024 09:18:07 +0100 Subject: [PATCH] Update dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets (#226) Fix the command line for tool --- .../dSPACE.Runtime.InteropServices.BuildTasks.Tools.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)"