Visual Studio Debugger reintroduces install dir files that PostBuildEvent deleted
My C# project references three files from a third-party SDK. By default, these files are written to the target build folder when I compile. But I don’t want them there (for complicated and irrelevant reasons). So I wrote a post build event to delete the DLLs after compilation: