I have a C# "Class Library" type project in Visual Studio 2015.
At the moment when i add in the project files like : json files or pictures, Visual Studio sets the build action for these files as "None" . I need them to be set as "Content".
At the moment i am making this seeting manually. However i am adding a large amount of files of that in my project.
Is there a way i can instruct visual studio to set automatically the build action to "Content" when i add them ? Also i need this option to be valid also on the TFS machine .