Reputation: 5395
I have a source for an asp.net project (with vb.net behind). Is there a way to easily create a project for it? I know that I can just copy and paste the source into a blank project, but I noticed that e.g. VS 2013 has functionality "Project From Existing Code". But it seems like it cannot create an asp.net project. I wonder if there is something new that I don't know which would let me accomplish this task.
Thanks.
Upvotes: 1
Views: 1638
Reputation: 4659
There is a way to do it but like the comments stated if you want to do it fast then just create the empty project and pull the files in.
Here's how you create the project by using the files.
Upvotes: 2