简体   繁体   English

Visual Studio自动添加参考

[英]Visual Studio add reference automatically

I use some basic namespaces on each project so it can be boring when I always do as Project-->Add reference . 我在每个项目上使用一些基本的名称空间,所以当我总是作为Project-->Add reference进行操作时,它可能很无聊。 Is there any easier way? 有没有更简单的方法?

项目模板是一种解决方法-有关详细信息,请参见在MSDN中创建Visual Studio模板

Project is just an xml page, you can modify it from notepad. 项目只是一个xml页面,您可以从记事本中对其进行修改。 Just add the needed references to one of your project and then copy-paste them to others. 只需将所需的引用添加到您的项目之一,然后将其复制粘贴到其他项目即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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