forked from Mirrors/freeswitch
explore use of nuget for wix build dependency
This commit is contained in:
parent
16d600c035
commit
31065883df
|
@ -61,7 +61,13 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="filter.xslt" />
|
||||
<Content Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<WixToolPath>$(SolutionDir)packages\WiX.Toolset.2015.3.10.0.1503\tools\wix\</WixToolPath>
|
||||
<WixTargetsPath>$(WixToolPath)wix.targets</WixTargetsPath>
|
||||
<WixTasksPath>$(WixToolPath)WixTasks.dll</WixTasksPath>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(WixTargetsPath)" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>"$(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 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="WiX.Toolset.2015" version="3.10.0.1503" />
|
||||
</packages>
|
Loading…
Reference in New Issue