Use TargetPath for signing files (#6485)
This commit is contained in:
parent
326e329018
commit
3b1a89c1fc
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
<Target Name="GetVcxprojFilesToSign" BeforeTargets="SignFiles">
|
<Target Name="GetVcxprojFilesToSign" BeforeTargets="SignFiles">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<FilesToSign Include="$(OutDir)$(TargetName)$(TargetExt)" Condition="'$(ConfigurationType)' == 'DynamicLibrary'" Authenticode="Microsoft400" />
|
<FilesToSign Include="$(TargetPath)" Condition="'$(ConfigurationType)' == 'DynamicLibrary'" Authenticode="Microsoft400" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue