How do you add a folder to a project in Microsoft Visual Studio Express 2012 for Web?

时间:2023-01-16 15:52:39

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

我有一个包含我的JavaScript项目的文件夹。我想在Visual Studio中创建一个项目并包含我的项目。

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?

我创建了一个“空白解决方案”项目,因为没有JavaScript类型。现在,如何添加包含所有JavaScript的文件夹?

1 个解决方案

#1


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.

浏览到您的javascript文件所在的文件夹,并将该文件夹拖到您的空白解决方案的解决方案资源管理器中,或右键单击右侧的解决方案资源管理器并点击“添加>现有网站”,然后浏览到您的javascript文件所在的文件夹。

#1


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.

浏览到您的javascript文件所在的文件夹,并将该文件夹拖到您的空白解决方案的解决方案资源管理器中,或右键单击右侧的解决方案资源管理器并点击“添加>现有网站”,然后浏览到您的javascript文件所在的文件夹。