i'd like to ask some thing about VS2010 Test project. i have a class library project with a custom folder that contain configuration files. then i have a test project that will be used to test the class library. the problem is the configuration folder is not created on the test result folder everytime i build/run the test. how to make the folder and files created when i build/run the test?
thanks