Pregunta

enter image description here

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top