I want to be able to have a solution where
- Project A does NOT reference project B
- I hit build all building both project A and project B
- Project A is run and dynamically loads the DLL built in 2. via Assembly.Load
- There is a breakpoint in project B in which the IL associated with it gets run
Is this possible?