B
Bob Altman
Hi,
My VB project (VS 2005) has a post-build event that runs a program that
creates an executable file in the target directory (that is, the same folder
that contains the normal build results). However, since VS (or, more
specifically, MSBuild) doesn't know about this new executable, it isn't
deleted when I select Build->Clean Solution. How do I tell my VB project
about this file so that it gets deleted when I "clean" the build results?
TIA - Bob
My VB project (VS 2005) has a post-build event that runs a program that
creates an executable file in the target directory (that is, the same folder
that contains the normal build results). However, since VS (or, more
specifically, MSBuild) doesn't know about this new executable, it isn't
deleted when I select Build->Clean Solution. How do I tell my VB project
about this file so that it gets deleted when I "clean" the build results?
TIA - Bob