I have a solution with a few projects:
- library.dll with
something.json - webapp.dll
- winapp.exe
2 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.
