Creating Unit Tests in VS2008 (rightclick, create unit tests) causes a lot of references to be added to my testproject. These are the same references that the project being tested is using.
Why is this necessary? Is there an option somewhere to turn it off?