Skip to content

Commit

Permalink
fix: Call BuildTarget for all platforms
Browse files Browse the repository at this point in the history
Closes #247
  • Loading branch information
Carsten Igel committed Apr 26, 2024
1 parent 5589399 commit 637b597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
AfterTargets="AfterBuild"
Inputs="$(_DsComExportTypeLibraryAssemblyFile)"
Outputs="$(_DsComExportTypeLibraryTargetFile)"
Condition="'$(Platform)' == 'x64' OR '$(Platform)' == 'AnyCPU'">
Condition="'$(_DsComToolsFileDir)' != ''">
<ItemGroup>
<_DsComTlbExportAssemblyPathsWithHintPath Include="@(DsComTlbExportAssemblyPaths->HasMetadata('HintPath'))" />
<_DsComTlbExportAssemblyPathsWithoutHintPath Include="@(DsComTlbExportAssemblyPaths)" />
Expand Down

0 comments on commit 637b597

Please sign in to comment.