During runtime I import some assets (including a html file) and I copy it to a given directory in my project. Just found out that the reason the file doesn't show up is because the files are not included in the project, even if they are there. Question is, how to include some freshly added assets during runtime?
Edit
By "not show up" I mean the assets are like they are not there, so the program doesn't see them. However, I see the copy was successful because after closing the program and refreshing the solution explorer, I have the files with a dashed line.