在VS2008中,我在哪里配置“平台目标” 对于(托管)C++ 项目?
在 VS2008 中,我可以通过转到项目属性、单击“构建”部分,然后设置“平台目标”框来指定 C# 程序集应仅针对 x86 平台。
用 C++ 编写的程序集相当于什么?
In VS2008, I can specify that a C# assembly should target only the x86 platform by going to the project properties, clicking the "Build" section, and then setting the "Platform target" box.
What is the equivalent for an assembly written in C++?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须创建一个新平台:
You have to create a new platform: