Skip to content

Sharpmake 0.18.3

Compare
Choose a tag to compare
@belkiss belkiss released this 24 Jan 14:34
0.18.3
e4da5b5

Important notes

  • Deprecate Solution.PerforceRootPath and Project.PerforceRootPath, scc info shouldn't be stored in project or solution files a7335d29

New features / improvements

  • New experimental feature: allow skipping FastBuild projects from the solution when they are not really necessary The new behavior is activated by setting IncludeOnlyNeededFastBuildProjects to true in solution configure methods d4fefed1
  • Make Sln.SolutionExtension public 751b5c0b
  • Add support for VcxprojUserFile.LocalDebuggerAttach (#164) b061d7e6

Bug fixes

  • Use master bff directory to compute customPreBuildExe, same as other steps 0f45d667
  • Fix missing define in generated debug solution d54a2128
  • Remove deprecated comment ac831efe
  • Fix UpdateSamplesOutput.bat to use the net5 binaries. Ran it too, to update generated "reference" folders. 016ec11d
  • Copy conf.FastbuildCacheAllowed and conf.FastbuildDistribution properties when generating FastBuildAll project. 2041aabf