ReferencePath
: Đường dẫn để giải quyết tệp chính.
ReferenceCopyLocalPaths
: tham chiếu được đánh dấu là "CopyLocal"
và các phụ thuộc của chúng, bao gồm .pdbs, .xml và vệ tinh.
Để kiểm tra từng nội dung mục, thêm video này vào file csproj của bạn:
<Target Name="AfterBuild">
<Message Text="1. ReferencePath:%0D%0A%[email protected](ReferencePath->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)', '%0D%0A%09')" />
<Message Text="2. ReferenceCopyLocalPaths:%0D%0A%[email protected](ReferenceCopyLocalPaths->'$(OutDir)%(DestinationSubDirectory)%(Filename)%(Extension)', '%0D%0A%09')" />
</Target>
Đừng quên về '' 'Tầm quan trọng = "Cao"' '' thuộc tính nếu bạn xây dựng dự án của Visual Studio. https://stackoverflow.com/a/10518668/1193727 – resnyanskiy