zeroc-ice / ice-builder-msbuild

Support for Slice (.ice) source files in MSBuild projects for C++ and C#
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Add IceBin to PATH in LocalDebuggerEnvironment with Ice 3.6 #1

Closed bernardnormier closed 6 years ago

bernardnormier commented 6 years ago

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.