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 found a hacky solution that works for my case, where the parent directory is guaranteed to be different somewhere up the tree:
..\..\csharp\bin\assembly.dll ..\..\..\..\..\foo\sdk\csharp\bin\assembly.dll