0

I have to change "Copy to Output Directory" to "Copy if Newer" in every file, I have more than 1000 files, how I can select all of them and change it?

https://i.gyazo.com/3334a85d521f77aed6d931b193a1b2f6.png

https://i.gyazo.com/80df7f80b9044fda3688a8cf45fc354d.png

magicandre1981
  • 27,895
  • 5
  • 86
  • 127
  • Maybe this can help? http://stackoverflow.com/questions/2059562/in-visual-studio-how-can-i-set-the-build-action-for-an-entire-folder – master2080 Feb 08 '17 at 11:40
  • In that case you could run a search-and-replace on your .csproj or run it through an xslt. Ctrl + clicking to select them would still take ages. – Filburt Feb 08 '17 at 11:43

1 Answers1

2

Select all the files in the solution explorer that you need to change using CTRL and/or SHIFT and then change the property.

The Bearded Llama
  • 3,036
  • 4
  • 20
  • 31