2
Cài đặt Riêng tư làm gì trên ProjectReference trong tệp dự án MSBuild?
Tôi đã thấy điều này trong một tệp dự án ngày hôm trước: <ProjectReference Include="Foo\Bar\Baz.csproj"> <Project>{A GUID HERE}</Project> <Name>Baz</Name> <Private>False</Private> <!-- ??? --> <ReferenceOutputAssembly>False</ReferenceOutputAssembly> </ProjectReference> Mọi nút trong một ProjectReferencedường như là tự giải thích (tệp dự án được tham chiếu, GUID, tên để hiển thị trong trình khám phá …
120
visual-studio
msbuild