In the main project of my VS Solution I have a Resources folder with some required external tools. When building and publishing the solution, I get a .\Resources* with all required files there. So far so good.
However I have to move some files to the parent directory. My first attempt was do so with the Post Build Events. It works and does move them the correct folder. Nevertheless in the publish output they still appear in the Resources folder and I need them in the parent one :/
Is there any way to setup the target output path for resources in Visual Studio?