1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00

Land #560, add build debug version to r7_all

This commit is contained in:
adfoster-r7 2022-04-01 13:45:49 +01:00 committed by GitHub
commit ea2d44ec59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
</PropertyGroup>
<Target Name="all" DependsOnTargets="x86;x64;debug_x86;debug_x64" />
<Target Name="r7_all" DependsOnTargets="r7_x86;r7_x64" />
<Target Name="r7_all" DependsOnTargets="r7_x86;r7_x64;debug_x86;debug_x64" />
<Target Name="debug" DependsOnTargets="debug_x86;debug_x64" />
<Target Name="x86">