Closed bernardnormier closed 6 years ago
Ice Builder 4.x was adding $(IceBin) to the PATH of the debugger (LocalDebuggerEnvironment in MSBuild).
$(IceBin)
LocalDebuggerEnvironment
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.
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.