Reputation: 682
I have created an Asp.Net Web API project and I need to import an existing C# project into this project.
can any one help me how to achieve this
Thanks
Upvotes: 0
Views: 365
Reputation: 488
If you want to import an existing project to you ASP.Net solution, you can rightclick on the Solution in the Solution Explorer, select 'Add' and click on 'Add existing project'
Hope this helps you
Upvotes: 1