Revert "explore use of nuget for wix build dependency"
This reverts commit 31065883df
.
This commit is contained in:
parent
af5281e91d
commit
cbc23f4db8
|
@ -61,13 +61,7 @@
|
|||
</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"
|
||||
|
@ -82,4 +76,4 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="WiX.Toolset.2015" version="3.10.0.1503" />
|
||||
</packages>
|
Loading…
Reference in New Issue