Need to generate a properly named app.config file at compile time to go with your test
suite assembly?
In the Project Properties Dialog of Visual Studio, go to:
- Common Properties
- Build Events
- Post-Build Event Command Line
-
and enter the following:
copy $(ProjectDir)\App.config $(TargetDir)\$(TargetFileName).config