I have SomeDLL1 which have SomeFile.txt with this properties
BuildAction: Content Copy: Copy if never
I have SomeDLL2 which have a reference to SomeDLL1. I have ConsoleApp which have a reference to SomeDLL2. After any build of ConsoleApp i am need to rebuild SomeDLL1 for copying SomeFile.txt to ConsoleApp output directory. It is not comfortably. I can add a reference to SomeDLL1 in ConsoleApp to solve this problem. But i dont like it. May be there is some other solution?