Integrate copy-binary-ps1 script

This commit is contained in:
Jonathan Jenne
2024-01-31 10:05:28 +01:00
parent c3fccc3c20
commit 9ac9895ed4
17 changed files with 68 additions and 13 deletions

View File

@@ -153,4 +153,7 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<PropertyGroup>
<PostBuildEvent>powershell.exe -command "&amp; { &amp;'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' '$(ProjectName)' }"</PostBuildEvent>
</PropertyGroup>
</Project>