Switched to using project assembly name for signing step

This commit is contained in:
Yoshi Askharoun
2021-11-19 11:54:21 -06:00
parent bd0201456d
commit 286724cc2c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,6 +35,6 @@
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe &quot;$(OutputPath)UIX.dll&quot;" />
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe &quot;$(OutputPath)$(AssemblyName).dll&quot;" />
</Target>
</Project>
+1 -1
View File
@@ -33,6 +33,6 @@
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe &quot;$(OutputPath)ZuneShell.dll&quot;" />
<Exec Command="..\UIXSign\bin\$(Platform)\Debug\net48\UIXSign.exe &quot;$(OutputPath)$(AssemblyName).dll&quot;" />
</Target>
</Project>