enter image description here

It is not really existing in the folder of the project but somewhere else, is it a refrence file?

有帮助吗?

解决方案

That icon displayed means its a file referenced from a folder outside the Solution. Visual Studio C# Solutions generally show the file system directory that project file is in. Files outside of that are shown as being linked in, or referenced, by that icon you see there. See Adding as a Link.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top