牛さん
牛さん

Reputation: 3006

What's this file in Visual Studio 2012?

enter image description here

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

Upvotes: 1

Views: 60

Answers (1)

user1357649
user1357649

Reputation:

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.

Upvotes: 3

Related Questions