以编程方式获取解决方案详细信息

发布于 2024-11-09 09:29:38 字数 52 浏览 0 评论 0原文

有没有办法通过 C# 从 Visual Studio 解决方案获取处理器类型、构建类型等?

Is there a a way to get the processor type, build type, etc, from a Visual Studio solution, via C#?

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

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

发布评论

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

评论(2

记忆で 2024-11-16 09:29:38

There is something called ConfigurationManager which takes care of the build type and other details.

似最初 2024-11-16 09:29:38

创建 Visual Studio 插件(项目模板在 Visual Studio 的扩展性类别中可用)并使用 DTE.Solution 中的 ActionConfiguration 属性访问当前的解决方案配置。有关更多详细信息,请参阅

Create a Visual Studio Addin (A Project Template is available in Visual Studio in the Extensibility Category) and access your current Solution Configuration with the ActionConfiguration Property from DTE.Solution. See this for further details:

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