Skip to content

mikisch81/premake-wix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

premake-wix

Premake extension to support WIX project files on Visual Studio

Usage

Simply add:

language "wix"

to an external project of "None" kind.

Example

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"

About

WIX support for premake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages