Copy file to build directory
How would I make it so a file I added to the program files would get copied to the build directory when the program is built?
11 Replies
In VS, right-click the file, open properties, set it to copy always or copy if newer
I'm in vs code
there's no properties thingy
Open the
.csproj
file then and add
it doesn't seem to be copying it
It's not in
bin/Debug/net8.0
?
Try
still no
I'm also on linux if that's any help
Shouldn't make a difference
weird
Uh,
?
Or
Content
instead of None
ok that worked
thanks!!!
Cool