admin管理员组

文章数量:1384490

I have a folder that contains my JavaScript project. I want to make a project in Visual Studio and include my project.

I created a "Blank Solution" project since there's no JavaScript type. Now, how do I add the folder with all my JavaScript in it?

I have a folder that contains my JavaScript project. I want to make a project in Visual Studio and include my project.

I created a "Blank Solution" project since there's no JavaScript type. Now, how do I add the folder with all my JavaScript in it?

Share Improve this question edited Sep 1, 2015 at 19:21 Sean Kendle 3,6291 gold badge29 silver badges35 bronze badges asked Jul 19, 2013 at 15:38 JoeJoe 8,04218 gold badges57 silver badges86 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

Browse to the folder your javascript files are in, and drag that folder into your blank solution's Solution Explorer, or right click in the Solution Explorer on the right and hit "Add > Existing Website", then browse to the folder your javascript files are in.

本文标签: