Generating .dll and .xml in a other folder

So I’m generating a window project named “Test” (the platform does’t mater here), and the generated solution look like this :

As you can see the .exe and all .xml and .dll are in the same folder. Do it is possible to separate them by moving .xml and .dll in a folder : (The file “Text.pdb” doesn’t matter because it is here just for debugging, so it would no be in the final solution )

I would like to have somethings like this at the end where the folder “OtherStuff” is on the same folder as “Test.exe”

I do some search on the solution property on visual studio but I didn’t found anythings. Do anybody know how to do it ? :slight_smile: