I\'m packaging example code for an SDK distribution. In the distribution, the relative path from code to the SDK assemblies is different from the build machine. For exampl
I am using this solution without any problem:
$(SolutionDir)packages\log4net.2.0.8\lib\net45-full\log4net.dll
Got it from here: use hint paths relative answer from LeonidVasilyev