From: Jeff Lenk Date: Mon, 7 Sep 2015 23:14:42 +0000 (-0500) Subject: explore use of nuget for wix build dependency X-Git-Tag: v1.6.2~1^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31065883df8a3a17e0e6112ecb1a04697c1c3805;p=thirdparty%2Ffreeswitch.git explore use of nuget for wix build dependency --- diff --git a/w32/Setup/Setup.2015.wixproj b/w32/Setup/Setup.2015.wixproj index 7dcf416bf7..1d8563b353 100644 --- a/w32/Setup/Setup.2015.wixproj +++ b/w32/Setup/Setup.2015.wixproj @@ -61,7 +61,13 @@ + + + $(SolutionDir)packages\WiX.Toolset.2015.3.10.0.1503\tools\wix\ + $(WixToolPath)wix.targets + $(WixToolPath)WixTasks.dll + "$(WixToolPath)\heat.exe" dir "$(ProjectDir)..\..\conf\vanilla" -cg FreeSWITCHConfFiles -gg -scom -sreg -sfrag -srd -dr CONFLOCATION -var var.FreeSWITCHConfFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHConfFiles.wxs" @@ -76,4 +82,4 @@ --> - + \ No newline at end of file diff --git a/w32/Setup/packages.config b/w32/Setup/packages.config new file mode 100644 index 0000000000..1479e99c37 --- /dev/null +++ b/w32/Setup/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file