Releases: zeroc-ice/ice-builder-msbuild
Releases · zeroc-ice/ice-builder-msbuild
Ice Builder for MSBuild 5.0.9
Ice Builder for MSBuild 5.0.8
Add Ice Builder property page for .NET SDK style projects (requires Visual Studio 2022).
Ice Builder for MSBuild 5.0.7
- Update SliceCompile target for C# projects to run before CoreCompile target instead of before BeforeBuild target.
Ice Builder for MSBuild 5.0.6
The main updates in Ice Builder for MSBuild 5.0.6 are:
- Fix a bug introduced in 5.0.5 that cause generated headers being add to the list of C++ compiled items (ClCompile).
Ice Builder for MSBuild 5.0.5
Ice Builder for MSBuild 5.0.4
The main updates in Ice Builder for MSBuild 5.0.4 are:
- Fix a bogus comparison that can result in failure loading projects if Ice NuGet pakcages are not installed. See #3
Ice Builder for MSBuild 5.0.3
The main updates in Ice Builder for MSBuild 5.0.3 are:
-
Fix SliceCppTask task to always pass --header-ext and --source-ext command line switches to slice2cpp, previously
that was only done for non default arguments see issue #2 -
Fix bogus MSBuildAssemblyVersion check, this property is not set with old Visual Studio versions the code must
check it is set before do a version comparison.
Ice Builder for MSBuild 5.0.2
The main updates in Ice Builder for MSBuild 5.0.2 are:
- Fix bogus condition that cause SliceCompile items from outside the project directory to not show up in Visual Studio solution explorer. This affects only .NET Core projects with Visual Studio 2017.
- Fix exclude patterns to account for items using a full path.
- Fix typo that prevents C# generated items from being automatically included in the project build.
- Fix Ice 3.6 LocalDebuggerEnvironment settings.
Ice Builder for MSBuild 5.0.1
Initial release, was previously part of Ice Builder for Visual Studio
(in ice-builder-visualstudio repo)