.csproj multiple hint paths for an assembly

后端 未结 6 1207
天涯浪人
天涯浪人 2020-12-04 12:42

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

6条回答
  •  猫巷女王i
    2020-12-04 13:26

    You could subst the /csharp/bin folder into a drive (differently on each machine), for example X: and then reference X:\ or X:\bin on both machines, as the path will now be the same.

提交回复
热议问题