简体   繁体   English

如何从现有资源创建项目?

[英]How to create a project from existing source?

I installed Visual Studio 2017 on my mac. 我在Mac上安装了Visual Studio 2017。 Also i have a project that written ASP.NET core. 我也有写ASP.NET核心的项目。 But i couldn't find any option to create a project from existing code. 但是我找不到从现有代码创建项目的任何选择。

Any suggestions would be appreciated. 任何建议,将不胜感激。

Cheers! 干杯!

I figured out. 我想通了。

Basically i opened .csproj file on Visual Studio. 基本上我在Visual Studio上打开了.csproj文件。 So that created *.sln file for me. 这样就为我创建了* .sln文件。

Tip : If you want to add more projects into your solution, you can simply add after opened *.sln file. 提示 :如果要将更多项目添加到解决方案中,只需在打开* .sln文件后添加即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM