框架+ 客户端代码参考

发布于 2024-07-13 02:09:45 字数 329 浏览 6 评论 0原文

我们同时致力于基础框架和基础框架的实现(小测试工具)。 我想要几件事,我想知道它们是否都可能:(

.NET 3.5,VS2008)

  • 有一个仅包含实现(工具)的.sln - 项目
  • 有一个带有工具+框架项目的.sln
  • 有一个仅包含框架项目的 .sln

有一个具有 2 个构建配置的构建服务器(Team City): - 框架 - 工具

现在,虽然这可能在工具和框架之间引用 .dll 时全部工作,但我想从工具+框架解决方案中处理框架,而不必不断面对[元数据]代码文件。

有小费吗?

We are simultaniously working on a base-framework and on a implementation (little test tool) on top of it.
There are several things I'd like, and I am wondering if they are all possible:

(.NET 3.5, VS2008)

  • Have a .sln with only the implementation (tool) - project
  • Have a .sln with tool + framework projects
  • Have a .sln with only framework projects

Have a build server (Team City) with 2 build configs:
- Framework
- Tool

Now while this can probably all work while referencing just .dll's between tool and framework, I would like to work on the framework from within the tool+framework solution, without being confronted with [Metadata] code files constantly.

Any tips?

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

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

发布评论

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

评论(1

谁把谁当真 2024-07-20 02:09:45

是否可以将所有项目合并到一个大解决方案中? 您可能有多个 .sln 文件引用相同的 .csproj(或其他)文件。

Is that possible to join all projects in one big solution? You may have several .sln files referencing same .csproj(or whatever) files.

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