简体   繁体   English

VS 2015解决方案资源管理器文件图标

[英]VS 2015 Solution Explorer File Icons

In Visual Studio 2015 Solution Explorer next to C++ files is a "++" icon, easy enough to understand, but I have one C++ file that has a red circle with a white minus sign in it over the "++" icon. 在Visual Studio 2015解决方案资源管理器中,C ++文件旁边是一个“ ++”图标,很容易理解,但我有一个C ++文件的“ ++”图标上带有带红色减号的红色圆圈。 I have tried making changes to this file and checking it into TFS, the icon does not change. 我尝试对此文件进行更改并将其签入TFS,但该图标未更改。

Short questions: What does a red circle with a white minus sign in it over the "++" icon mean?? 简短的问题:“ ++”图标上方带有白色减号的红色圆圈是什么意思? 我们

Bonus question: I searched all over trying to get a list of the icons, without any success, does a list of these icons exist?? 额外的问题:我四处搜寻,试图获取图标列表,但没有成功,这些图标的列表是否存在?

07.Nov.2016 Update: This question was asked and answered in 2012, but I feel this posting should remain, because both the question and answer include screen shots. 2016年11月7日更新:在2012年提出并回答了这个问题,但是我觉得这个帖子应该保留,因为问题和答案都包括屏幕截图。 A picture is worth a least a 1,000 words! 一幅图片至少值一千字!

It means the file is excluded from the build. 这意味着该文件从构建中排除。 Right click on a file - Properties - Configuration Properties - General and see if the Excluded From Build is set to Yes . 右键单击文件- Properties - Configuration Properties - General然后查看“ Excluded From Build是否设置为“ 是” Setting it to No removes the icon. 将其设置为“ 否”将删除该图标。 从构建中排除

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 VS2015:如何隐藏解决方案资源管理器中的“参考”文件夹? - VS2015: How to hide the 'References' folder in solution explorer? 为客户保护VS2015解决方案 - Protecting VS2015 Solution at Customer 重用VS 2015中另一个解决方案项目的功能 - Reusing functions from another project of solution in VS 2015 我无法在解决方案资源管理器Visual Studio Community 2015中运行多个文件 - I cannot run multiple files within solution explorer Visual Studio Community 2015 如何查看在 Visual Studios 2015 中使用解决方案资源管理器声明和定义 class 对象的位置? - How do I see the where class OBJECTS are declared and defined using solution explorer in Visual Studios 2015? 没有sln文件时使用Visual Studio 2015打开解决方案/项目 - Opening Solution / Project with Visual studio 2015 when there is no sln file 如何在Visual Studio 2015中从解决方案文件构建库 - How to build a library from solution file in Visual Studio 2015 如何在VS2015中重新定位VS2017解决方案? - How do I retarget a VS2017 solution in VS2015? 使用VS解决方案文件运行C ++分析 - Run C++ analysis with VS solution file 如何为我的VS解决方案创建日志文件? - How to create Log file for my VS Solution?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM