aboutsummaryrefslogtreecommitdiff
path: root/src/internal/SetBuildNumber/Directory.Packages.props.pp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Build tweaks to support VS 17.8...Bob Arnson2024-01-281-3/+3
| | | | | | | ...because SemVer is just a suggestion. - Also fix missing NuGet cleanup. - And update NuGet^2 packages because v6.3.1 has vulnerabilities.
* Separate WixInternal content from official WixToolset namespaceRob Mensching2022-11-081-5/+5
|
* Add NetFx .NET compatibility check for MSI (#262)StefanStojanovic2022-10-251-0/+6
| | | | | | | | | | | Adds new custom element in NetFx extension for running NetCoreCheck.exe tool from within the MSI installer - `<netfx:DotNetCompatibilityCheck />`. The checks are run before evaluating launch conditions, so their results can be used in those conditions. There is no limitation on the number of checks that can be run, so installer may query various runtimes on different platforms and versions and with different roll forward policies. Fixes https://github.com/wixtoolset/issues/issues/6264
* Update several dependenciesRob Mensching2022-10-191-7/+18
|
* Update to latest NuGet assembliesRob Mensching2022-10-191-3/+3
|
* Update build dependencies and normalize more projectsRob Mensching2022-10-191-7/+5
|
* Normalize ToolsetTask implementation to call wix.exe and heat.exeRob Mensching2022-10-141-0/+1
| | | | | | | Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951
* Move WixVersion to new WixToolset.Versioning package in libs segmentRob Mensching2022-10-041-0/+1
| | | | | | | | | | | WixVersion is already used by the Core toolset but could also be useful for bootstrapper applications parsing bundle versions. The WixToolset.Data assembly contains a significant amount of data that bloats its size that bootstrapper applications would never need. Extracting WixVersion to its own assembly makes it much more useable. Fixes 6943
* Centralize test project configuration with IsWixTestProjectRob Mensching2022-09-231-1/+1
|
* Add direct reference to System.Configuration.ConfigurationManagerRob Mensching2022-08-161-0/+1
| | | | | | | | MSBuild seems to have introduced a breaking change which requires referencing a later System.Configuration.ConfigurationManager for netcoreapp heat working with MSBuild. Fixes 6868
* Generate metadata needed to populate update feedRob Mensching2022-08-081-0/+1
| | | | Step towards completing 5367
* Create WixToolset.Heat.nupkg to distribute heat.exe and Heat targetsRob Mensching2022-08-011-0/+2
| | | | | | | Moves Heat functionality to the "tools" layer and packages it all up in WixToolset.Heat.nupkg for distribution in WiX v4. Completes 6838
* Fix E2E test exception.Ron Martin2022-06-291-1/+1
| | | | Upgrade xunit.runner.visualstudio from V2.4.1 to V2.4.5.
* Port UtilExtension.UserTests from wix3.Sean Hall2022-04-291-0/+1
|
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-191-0/+5
|
* Provide managed CA and Embedded UI DTF libraries via NuGetRob Mensching2022-03-311-0/+1
| | | | | | | | | | Lots of refactoring to bring the SFX tooling back into the 'dtf' layer since they are (in the end) tightly coupled to some DTF assemblies. Also refactored the DTF tests into their own folder and added a couple integration tests to build using the new CA/UI NuGet package. Closes wixtoolset/issues#6080
* Move the FileSystem.AccessControl version sync commentRob Mensching2022-02-171-1/+2
|
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-0/+1
| | | | Fixes #6348
* Build simplification and parallelizationRob Mensching2021-12-301-2/+2
|
* Remove Microsoft.NETFramework.ReferenceAssemblies.Bob Arnson2021-12-251-1/+0
|
* Build with VS2022, which is now required.Bob Arnson2021-12-251-1/+2
| | | | - Use VS2022/v143 libraries exclusively. C++ compatibility works.
* Version extension ids.Bob Arnson2021-12-231-1/+1
| | | | | | | | | https://github.com/wixtoolset/issues/issues/5933 - Add support for detecting VS2022. - Add x64 custom actions. - Remove ancient Help 2.0 support. - Update WixCop to add the new element to trigger custom action.
* More VS2022 fixes.Sean Hall2021-12-061-1/+0
| | | | | | | Update v4.0 projects to target v4.7.2. Skip all Bal managed host tests for now. Remove ToolsVersion from DTF test projects. Remove Microsoft.NETFramework.ReferenceAssemblies from Directory.Packages.props.
* Remove unused codeRob Mensching2021-05-171-13/+0
|
* Implement integrated build processRob Mensching2021-05-111-0/+86