zeroc-ice/ice-builder-msbuild

Add IceBin to PATH in LocalDebuggerEnvironment with Ice 3.6

bernardnormier opened this issue · 0 comments

Ice Builder 4.x was adding $(IceBin) to the PATH of the debugger (LocalDebuggerEnvironment in MSBuild).

With an Ice 3.7 NuGet install, the NuGet performs this addition to the PATH in LocalDebuggerEnvironment, see for example https://github.com/zeroc-ice/ice/blob/3.7/cpp/msbuild/zeroc.ice.v141.targets#L16.

Ice Builder 5.0.1 should add $(IceBin) to the debugger's PATH for an Ice 3.6 installation.