0

在 VS.NET 2010 中,如何判断引用是通过 DLL 还是项目添加到项目中的?

4

1 回答 1

5

项目参考将包含:

<ProjectReference Include="..\Project\Foo.csproj">

DLL 引用将包含:

<Reference Include="Foo.dll">
于 2013-10-09T21:51:49.253 回答