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">