Skip to content

Ice Builder for MSBuild 5.0.3

Compare
Choose a tag to compare
@pepone pepone released this 16 Oct 08:51

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.