Visual Studio 2012 中的项目属性中缺少编译选项卡 [英] Compile Tab missing from project properties in Visual Studio 2012

查看:49
本文介绍了Visual Studio 2012 中的项目属性中缺少编译选项卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我右键单击解决方案中的项目并进入属性时,我在左侧看不到编译"选项卡.我看到了应用程序、构建、构建事件,然后下一个是调试.

When I right click on a project in my solution and go into the properties, I don't see the Compile tab on the left. I see Application, Build, Build Events and then the next one is Debug.

我在谷歌上搜索过这个,但没有找到任何东西,在这里也找不到任何东西.有没有人知道我做错了什么?

I've Googled for this but couldn't find anything, and also couldn't find anything here. Does anyone have any idea what I'm doing wrong?

非常感谢!

推荐答案

编译"选项卡显示用于 Visual Basic 项目,但不适用于 C# 项目.对于 Visual Basic,它主要包含特定于 VB 的构造,例如 OPTION EXPLICIT,但在 C# 的构建"选项卡上可以找到诸如目标平台之类的元素.在 Visual Basic 编译选项卡的高级编译选项下可用的目标框架位于 C# 应用程序选项卡上.

The Compile tab shows up for Visual Basic projects, but not for C# projects. For Visual Basic it mainly houses constructs specific to VB, like OPTION EXPLICIT, but there are elements like target platform that are found on the Build tab for C#. The target framework, available under the Advanced Compile Options of the Visual Basic Compile tab is found on the C# Application tab.

更新:使用 Visual Studio 2012 的更新 2,我现在在应用程序选项卡中也看到了 VB 项目的目标框架.

UPDATE: With Update 2 of Visual Studio 2012 I'm now seeing Target Framework for a VB project also in the Application tab.

这篇关于Visual Studio 2012 中的项目属性中缺少编译选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆