I have an exe that runs as part of the post-build for my project. Currently it is just sitting in the projet's bin directory.
Now that I want to use the same post-build action for all projects, where should I place it? Is there a common location already set up for this? Would I just stick it in a well known path an hard code it?
One option I'm thinking about is placing it in "$(DevEnvDir)\MyUtils".