开发者

How to make new project and website into only one solution?

开发者 https://www.devze.com 2022-12-28 14:15 出处:网络
How to make new project and website i开发者_JAVA百科nto only one solution?Create the first project, then in the Solution Explorer you can right-click the solution and \"Add new project\" to it.First c

How to make new project and website i开发者_JAVA百科nto only one solution?


Create the first project, then in the Solution Explorer you can right-click the solution and "Add new project" to it.


First create the WebSite, it will have a Solution (.sln file) but under the default settings it could be located far away from your WebSite folders.

Then add a Project to your solution like normal. If that project is a class library you will have to select it from "Add Reference, Projects tab" as well.

Conversely, you can start with a 'normal' Project and select "Add existing WebSite" from the "File" menu or the Solutions context menu.

0

精彩评论

暂无评论...
验证码 换一张
取 消