If I have some files I want to copy from my project into the .\\bin\\debug\\ folder on compilation, then it seems I have to put them into the root of the projec
.\\bin\\debug\\
You can use a MSBuild task on your csproj, like that.
Edit your csproj file