I have a test project with the TestData folder, where are a lot of .txt and .csv test files are located and used by the tests. Is there any way to mark/emphasize the TestData folder, so that all the files in it are Content and Copy if newer.
My intention is to have something like a "resource" folder, without a need of configuring file properties (Build Action to Content and Copy to Output Directory to Copy if newer) every time we add new test data.