we can set the target destination by editing the "TestSettings" XML
all we need to do is update
the DeploymentItem with outputDirectory attribute
here is an example for a folder:
<DeploymentItem
filename="CoreSettings\" outputDirectory="CoreSettings\">
a small word of caution updating the XML will not show in the desginer until you reload the solution.
found at : http://stackoverflow.com/questions/10162436/visual-studio-2010-does-not-copy-folder-on-deployment-to-out-directory
No comments:
Post a Comment