Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Set the default option for 'Copy to Output Directory' to 'Copy Always'

I've just started a new project in vb.net and the new project is using a fair amount of images/text files.

The actual project is a simple installer but my requirements are too advanced for existing installers so I'm having to create my own.

My issue is that I'm having to go into the properties of each file I have added and change the 'Copy to Output Directory' from 'Never' to 'Copy Always' and as you can imagine this is taking a fair bit of time with around 50 files to add:

enter image description here

Is it possible to set the 'Copy Always' as the default for adding new files to any vb.net project? If so, how?

I imagine that there is some registry tweak that can do this, but I haven't found anything.

like image 445
AStopher Avatar asked Nov 01 '22 13:11

AStopher


1 Answers

I followed @Hans Passant's comment about selecting all files and setting them to 'Copy Always', as per se:

enter image description here

like image 122
AStopher Avatar answered Nov 15 '22 07:11

AStopher