Reddevil
Reddevil

Reputation: 682

Adding existing C# project to Asp.net Web Api project

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

Answers (1)

Malte R
Malte R

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

Related Questions