Skip to content

Commit

Permalink
remove extra ;
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova committed May 16, 2024
1 parent b9a9d42 commit eb1986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/Microsoft.Common.CurrentVersion.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4114,7 +4114,7 @@ Copyright (C) Microsoft Corporation. All rights reserved.
<Target
Name="SetWin32ManifestProperties"
Condition="'$(Win32Manifest)'==''"
DependsOnTargets="ResolveComReferences;ResolveNativeReferences;_SetExternalWin32ManifestProperties;_SetEmbeddedWin32ManifestProperties;" />
DependsOnTargets="ResolveComReferences;ResolveNativeReferences;_SetExternalWin32ManifestProperties;_SetEmbeddedWin32ManifestProperties" />

<Target
Name="_SetExternalWin32ManifestProperties"
Expand Down

0 comments on commit eb1986c

Please sign in to comment.