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!
Reset your settings
Customize the File menu to add up the missing command (See To add a command to a menu or oolbar.
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?
精彩评论