.csproj 中的 Visual Studio 快捷方式/别名
在 Visual Studio 中,我非常确定有一种方法可以在多个项目之间“别名”文件。换句话说,实际文件仅位于文件系统中的一个位置,但在两个或多个 .csproj 文件中具有多个引用。如果不打开 .csproj 并创建这样的别名,我该如何在 Visual Studio 中执行此操作?
Within Visual Studio I'm pretty sure there is a way to "alias" a file among several projects. So in other words the actual file lives in only one place within the file system but has multiple references within two or more .csproj files. Short of opening the .csproj and creating such an alias, how would I do this within Visual Studio?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您添加现有项目并浏览到文件时,请注意添加按钮是下拉式的。
在下拉列表中,选择添加为链接
When you do Add Existing Item and browse to a file, notice that the Add button is dropdown-able.
In the drop down, choose Add as Link