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

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.
 
D

Daniel O'Connell [C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top