I have a solution with a few projects:
something.json2 and 3 depend on 1, not on eachother.
I would like copy something.json to the bin directory of winapp.exe
However setting the properties to Content and Copy always doesn't do what I expected.

You can use the Post-build event command line of your winapp.exe for instruct to copy that file inside your target dir
something like this
xcopy /Y $your path of something.json $(TargetDir).
Change your path of something.json to your actual path.
Remember that you have a set of usefull link
You can use Build events.
Go to "Project properties -> Build events -> Post build events command line:"
And use command to copy any file
Read more about Build events on Build events
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With