Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VS.NET 2010 中,如何判断引用是通过 DLL 还是项目添加到项目中的?
项目参考将包含:
<ProjectReference Include="..\Project\Foo.csproj">
DLL 引用将包含:
<Reference Include="Foo.dll">