Would it be possible to allow wraps to contain debug and release versions of libraries, such that the project references the one with the same configuration?
This way when I'm debugging I can have debug symbols for libs, but when releasing it uses the optimised (release) version?