aspnetcore/src/Installers/Windows/InstallerTasks
Nate McMaster 354c636498
Update Windows installer projects to use ProjectReference (#6078)
Changes:
* Build installer projects in parallel.
* Use `ProjectReference` to ferry bits between installer projects.
* Don't build wixproj to a unified output directory. This was only done to simplify finding file paths to MSI's built by other projects, but ProjectRef solves that.
* Add a VS solution for working on wixproj and the associated C++ custom actions.
   * To make wixproj work in VS, I replaced default globs with listing .wxs and .wxl files in the wixproj file.
* Add a target to copy the installers to the artifacts directory according to the layout described in /docs/Artifacts.md
2018-12-21 09:44:31 -08:00
..
GenerateGuid.cs Update Windows installer projects to use ProjectReference (#6078) 2018-12-21 09:44:31 -08:00
GetMsiProperty.cs Update Windows installer projects to use ProjectReference (#6078) 2018-12-21 09:44:31 -08:00
InstallerTasks.csproj Update Windows installer projects to use ProjectReference (#6078) 2018-12-21 09:44:31 -08:00
Uuid.cs Update Windows installer projects to use ProjectReference (#6078) 2018-12-21 09:44:31 -08:00