How to tell if a reference is project or file reference from within the IDE?

  • Thread starter Thread starter Darren
  • Start date Start date
D

Darren

If I look at the .csproj file I can see that file references contain a
<HintPath> element and project references do not. But is there an
easier way to tell if a reference is a project or file reference from
within the IDE?

Thanks in advance,
Darren.
 
Darren said:
If I look at the .csproj file I can see that file references contain a
<HintPath> element and project references do not. But is there an
easier way to tell if a reference is a project or file reference from
within the IDE?

There is no way I know of.
 
Back
Top