Visual Studios - 在不同项目之间共享文件夹

发布于 2024-07-22 06:34:38 字数 285 浏览 7 评论 0原文

我有两个项目,一个CF2.0项目和一个NET2.0项目。 这些项目分别与CF2.0应用程序项目和NET2.0 WebService项目相关。

这些项目是我的数据访问层,除了 ProtoBuf Dll 版本之外,它们都是相同的。

有没有什么方法可以让我的 NET2.0 DAL 项目只引用 CF2.0 项目中的文件夹,而不必复制所有 500 个左右的源文件? 我确信我以前见过这种做法,其中将快捷方式添加到文件中,然后项目编译引用的文件。

我使用的是 Visual Studio 2005。

I've got two projects, one CF2.0 project and one NET2.0 project. These projects are related to a CF2.0 application project and a NET2.0 WebService project respectively.

The projects are my Data Access Layers and they are both identical, apart from the ProtoBuf Dll version.

Is there any way that my NET2.0 DAL project can just reference the folders in my CF2.0 project without having to copy over all 500 or so source files? I'm sure I've seen this done before where a shortcut is just added to a file and then the project compiles the referenced file.

I am using Visual Studios 2005.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拧巴小姐 2024-07-29 06:34:38

是的,确实可以添加文件的链接而不是复制它,但这仅适用于文件,不适用于文件夹。

你不能只引用编译后的 DAL 吗?

Yes it is indeed possible to add a link to a file instead of copying it, but this is only possible with files, not with folders.

Cant' you just reference the compiled DAL?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文