Deployment items not working with new Visual Studio 2010 test project
I created a new Visual Studio 2010 Test Project. <solution> <test-project> Resources test-data.csv tests.cs I added one test with one deployment item attribute. [TestMethod] [DeploymentItem("test-project\Resources")] public void Some_unit_test() { ... } The file in the Resources folder is not moving ...