Can we Move the vsmdi file
- by Raghuram Raichooti
When a test project is craeted two other files are also created.
Suppose My Project Name is TestProject1:
Folder: TestProject1,
LocalTestRun.testrunconfig,
TestProject1.sln,
TestProject1.suo,
TestProject1.vsmdi
And one more folder named: TestResults
My requirement is i have many project and folders in solution and wanted to move the .vsmdi file and .tesrunconfig file and testrun folder to my specified location.
Can i do this, if yes how can i do it.