Skip to content

Releases: zeroc-ice/ice-builder-msbuild

Ice Builder for MSBuild 5.0.9

30 Nov 10:19
Compare
Choose a tag to compare
  • Fix a bug in CSharp targets that result in Slice files not being displayed in Visual Studio solution explorer.

Ice Builder for MSBuild 5.0.8

30 Nov 10:18
Compare
Choose a tag to compare

Add Ice Builder property page for .NET SDK style projects (requires Visual Studio 2022).

Ice Builder for MSBuild 5.0.7

30 Nov 10:18
Compare
Choose a tag to compare
  • Update SliceCompile target for C# projects to run before CoreCompile target instead of before BeforeBuild target.

Ice Builder for MSBuild 5.0.6

18 Jan 15:50
Compare
Choose a tag to compare

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

18 Jan 12:32
Compare
Choose a tag to compare

The main updates in Ice Builder for MSBuild 5.0.5 are:

  • Fix a bug that result in bogus compiler options add to the generated items. See #6
  • Fix a bug that result in generated items being compiled twice. See #7

Ice Builder for MSBuild 5.0.4

16 Oct 08:50
Compare
Choose a tag to compare

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

16 Oct 08:51
Compare
Choose a tag to compare

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

09 Feb 09:05
Compare
Choose a tag to compare

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

05 Feb 21:36
Compare
Choose a tag to compare

Initial release, was previously part of Ice Builder for Visual Studio
(in ice-builder-visualstudio repo)