App.Config in Dll Project?

time to read 1 min | 63 words

I just had to add the following line to my UnitTests project' post build actions:

xcopy "$(ProjectDir)"App.Config "$(TargetDir)$(TargetFileName).config" /Y/C

Shouldn't VS.Net do this thing automaticlly.