pr #150: fix structure & little refactor

This commit is contained in:
CallowBlack
2022-06-21 23:56:55 +03:00
parent f9c6734239
commit 3b8c96dc0a
4 changed files with 77 additions and 66 deletions

View File

@ -931,7 +931,8 @@
</Command>
</PostBuildEvent>
<CustomBuildStep>
<Command>"$(OutDir)injector.exe" powershell -nop -c "&amp;amp; {sleep 15}"</Command>
<Command>"$(OutDir)injector.exe"
powershell -nop -c "&amp; {sleep 20}"</Command>
<Outputs>$(OutDir)_noexist.nope;%(Outputs)</Outputs>
<Inputs>$(TargetPath);%(Inputs)</Inputs>
</CustomBuildStep>