Premake extension to support WIX project files on Visual Studio
Simply add:
language "wix"
to an external project of "None" kind.
The contents of your premake5.lua file would be:
solution "MySolution"
configurations { "release", "debug" }
externalproject "MyWixProject"
uuid "383c1488-c78a-4268-b045-c22f679c69d1"
kind "None"
language "wix"