Background:
I have a set-up where I have two .csproj in a solution that use different reference .dlls. Both projects are directed toward the same source code. To avoid any segments of code where methods have changed, I created a custom configuration (in addition to the default Debug and Release configurations) and swapped between code using my own pre-conditional symbols.
Given this set-up, does anyone know if you can get the start-up project to switch based on the selected configuration?