简体   繁体   中英

add existing code directories to Visual C# 2010 express

New to Visual C#. I can add existing .cs files but is there a way to add entire code directories to C#. Otherwise I would have to create folders again within visual C# and add files into it. There has to be an easier way to replicate my existing directory structure in visual C#.

Click Show All Files in Solution Explorer to see the entire filesystem within your project directory.

You can then right-click an entire folder (or select multiple folders) and click Include in Project.

通过将文件夹拖放到项目或子文件夹中,您应该能够简单地将文件夹从资源管理器窗口拖放到解决方案中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM