Is there any way to force Clean
action as a Post / Pre build event for single project in Visual Studio?
Thank you.
Is there any way to force Clean
action as a Post / Pre build event for single project in Visual Studio?
Thank you.
Yes,
put
del /F /Q $(TargetDir)*.*
in command line section.