I want to create an installer with debug and release builds, using the corresponding debug and release files produced by Visual Studio. This would appear to require including two files with the same name but different paths. AI does not appear to allow this, complaining that the filename already exists. Is there a way to accomplish this within AI?
I could probably have the VS projects copy the output from the current build to a common directory as a post-build event, and have AI get the files from there, but that seems like a kludge -- there should be a better way.