How to create an embedded resource in a website project?
In a web application project, I can change the "build action" through the file properties window. There is no property window in the website project. I noticed that in a web application project, the .csproj file changes when the build action of the file changes. Of course, there is no .csproj file in the website project.
Can I create an embedded resource in a website project?
At the same time, we changed the project to a web application project. But I'm still interested.
source share