Skip to content

Instantly share code, notes, and snippets.

@afranchuk
afranchuk / WIXProjectDependencies.cs
Last active October 27, 2023 14:00
An MSBuild Task to automatically load project dependencies for WIX to bundle into an installer.
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Xml;
namespace BuildTasks