Add files to Visual Studio Publish that arent in project (VUE Scripts)

By default .dist.js files wont be copied as they are not included in the solution but are generated from webpack. Need to do the following:

To publish folder which are not “included” in the VS-Solution do:

right click the solution -> unload project
right click -> edit csproj file
add following code