简体   繁体   中英

Where Visual Studio does save DLL references paths?

I have looked in the .vbproj and i thought visual studio 2010 was using the HintPath element in the file to figure out where to load the referenced DLL. But it seem that it is wrong. Problem i have is that Nuget program when done getting the facultative DLLs (important, do not apply to non-facultative ones) point to the bin of the actual project instead of pointing to the packages folder. So i decided to write a small application which correct the path to thoses DLL from the .vbproj. The references in my project of an actual project doesn't seem to reflect the vbproj hint path.

So my question is.. Where Visual Studio does save DLL references paths ? and what it do with it.

提示路径是正确的位置,此外,您还可以在IDE中检查项目/属性/引用路径

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM