开发者

visual studio cant see new project from existing code

I cant see this command in file menu. File->New->Project from existing files 开发者_JS百科... there isnt it.

how can i customise visual studio to see it ?

thanks for help


I presume you have Visual Studio 2010 professionnal and above...

I see two options to bring back that menu!

  1. Reset your settings

  2. Customize the File menu to add up the missing command (See To add a command to a menu or oolbar.

visual studio cant see new project from existing code


To make a project from existing source files: if you do not have a project for them yet you need to first make a new project. This will automatically make a ProjectName.CS file; you can simply delete this file in the Solution Explorer. Then right-click on the project folder, and choose "Add...." -> "Existing item", and choose the file or files you already have.


To add an existing project to your solution, right click on the solution in the solution explorer, select Add -> Existing Project....

If this isn't what you are asking, please clarify your question. What exactly are you trying to do?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜