标签: c# .net visual-studio-2010
在VS.NET 2010中,如何判断DLL或项目是否将引用添加到项目中?
答案 0 :(得分:5)
项目参考将包含:
<ProjectReference Include="..\Project\Foo.csproj">
DLL引用将包含:
<Reference Include="Foo.dll">