aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the dependencies of the WixToolset.Core.TestPackage.nupkgRob Mensching2018-12-221-0/+4
* Update to latest Home\repo-templateRob Mensching2018-12-221-8/+3
* Remove context from generated DefaultIcon registry row. (#16)Sean Hall2018-12-121-1/+1
* ole.dll should be ole2.dll.Sean Hall2018-12-121-2/+2
* Optionally use IDecompileContext.CabinetExtractFolder to extract cabs.Bob Arnson2018-12-071-0/+2
* Update to DecompileResult move to XDocumentRob Mensching2018-11-031-5/+6
* Re-introduce "decompile" to backendRob Mensching2018-10-245-11/+241
* Update to fixed "binder" names in interfacesRob Mensching2018-10-241-1/+1
* Support passing IServiceProvider to IExtensionFactory'sRob Mensching2018-10-241-1/+19
* Update to command-line parsing re-organizationRob Mensching2018-10-249-710/+813
* Minor code clean up to match .editorconfigRob Mensching2018-10-244-8016/+7939
* Minor code cleanup/reorganizationRob Mensching2018-10-246-19/+18
* Extract interfaces for Preprocess/Compile/Link/Bind/etcRob Mensching2018-10-2422-787/+900
* Minor project cleanupRob Mensching2018-10-241-619/+0
* Implement -arch switchRob Mensching2018-10-033-10/+29
* Report preprocessor exceptions as errors. Fixes wixtoolset/issues#5881.Bob Arnson2018-09-272-4/+33
* Ensure `ProxyStubClassId` is written as a proper, embraced GUID.Bob Arnson2018-09-201-1/+1
* Fix ?foreach? so all loop values get "executed."Bob Arnson2018-09-181-13/+15
* Merge pull request #2 from wixtoolset/bob/5853-variable-redefinitionSean Hall2018-09-091-1/+1
|\
| * Warn on preprocessor variable redefinition only when the values are different.Bob Arnson2018-09-031-1/+1
* | Fix codepage handling to cover both Framework- and Core- supported code pages.Bob Arnson2018-09-061-1/+8
|/
* Use generics in WixToolsetServiceProviderSean Hall2018-09-021-26/+31
* Fix namespace in WixStrings.Sean Hall2018-09-022-4/+3
* Support warning suppression.Bob Arnson2018-08-281-1/+11
* Actually handle context-less Classes.Bob Arnson2018-08-231-19/+16
* Prevent crash when non-advertised Class omits Context. Fixes #5651.Bob Arnson2018-08-231-15/+18
* Track files to enable clean builds in MSBuildRob Mensching2018-08-116-37/+148
* Add CreateGuid() to IBackendHelper to make Uuid helper internalRob Mensching2018-08-012-1/+6
* Major reduction in public surface area of WixToolset.CoreRob Mensching2018-08-0138-220/+110
* Support build of a .wixipl to final outputRob Mensching2018-07-312-24/+49
* Properly initialize WixVariableResolver internal variablesRob Mensching2018-07-271-3/+4
* Remove WixFileNotFoundException, report checked paths and improve bind path c...Rob Mensching2018-07-275-20/+43
* Support change of FileTransfer to interfaceRob Mensching2018-07-276-9/+102
* Remove special handling to pdb path in Layout commandRob Mensching2018-07-231-20/+11
* Integrate Extensibility.Data namespace change from Extensibility repoRob Mensching2018-07-2333-107/+124
* Move tool projects to Tools repoRob Mensching2018-07-211-1/+1
* Minimize duplicate localization processingRob Mensching2018-07-192-2/+2
* When filtering cultures always include .wxls that do not specify a cultureRob Mensching2018-07-191-1/+1
* Add PostParse() method of IExtensionCommandLineRob Mensching2018-07-131-0/+5
* Fix MSBuild handling of cultures plus add unit testsRob Mensching2018-07-131-1/+1
* Improve debuggabilityRob Mensching2018-07-121-0/+3
* Update development dependenciesRob Mensching2018-07-121-3/+3
* Refactor command line parsing to enable extensions there in light.exeRob Mensching2018-07-127-648/+636
* Add `WixToolsetServiceProvider.TryGetService`.Bob Arnson2018-07-091-3/+8
* Move WixFileNotFoundException from Core back to DataRob Mensching2018-01-021-44/+0
* Update to latest Wixtoolset.Data and simplify Project/Package reference condi...Rob Mensching2018-01-012-44/+14
* Support filtering localizations by cultureRob Mensching2017-12-314-14/+95
* Support preprocessing .wxl filesRob Mensching2017-12-312-24/+50
* Fix resolution of localizations that are embedded in intermediatesRob Mensching2017-12-3011-479/+504
* Integrate namespace change in WixToolset.DataRob Mensching2017-12-302-3/+2