<!-- <ComponentRef Id="ProductComponent" /> -->\r
<!-- The following Ref pulls in FreeSWITCHconsole.wxs items -->\r
<ComponentRef Id="cmpBEF12B96A80D45AC32F3B692E94A57C9"/>\r
- <!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->\r
+ <!-- This following Ref Pulls in fs_cli.exe-->\r
+ <ComponentRef Id="cmp5A06A4A7E1884331BC6C949456B5F293"/>\r
+ <!-- Note: The following ComponentGroupRef is required to pull in generated authoring from project references. -->\r
<ComponentGroupRef Id="FreeSWITCHBaseFiles" />\r
<?if $(var.Platform) != x64 ?>\r
<MergeRef Id="CrtFiles_x86"/>\r
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
<OutputPath>bin\Win32\Debug\</OutputPath>\r
<IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>\r
- <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\Win32\debug\sounds;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration);</DefineConstants>\r
+ <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\Win32\debug\sounds;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration);PlatformDir=Win32;</DefineConstants>\r
<WixVariables>\r
</WixVariables>\r
</PropertyGroup>\r
<Folder Include="Fragments" />\r
</ItemGroup>\r
<ItemGroup>\r
+ <ProjectReference Include="..\..\libs\esl\fs_cli.2015.vcxproj">\r
+ <Name>fs_cli</Name>\r
+ <Project>{d2fb8043-d208-4aee-8f18-3b5857c871b9}</Project>\r
+ <Private>True</Private>\r
+ <DoNotHarvest>True</DoNotHarvest>\r
+ <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>\r
+ <RefTargetDir>INSTALLFOLDER</RefTargetDir>\r
+ </ProjectReference>\r
<ProjectReference Include="..\..\src\mod\applications\mod_commands\mod_commands.2015.vcxproj">\r
<Name>mod_commands</Name>\r
<Project>{30a5b29c-983e-4580-9fd0-d647ccdcc7eb}</Project>\r
<Import Project="$(WixTargetsPath)" />\r
<PropertyGroup>\r
<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"\r
-"$(WixToolPath)\heat.exe" dir "$(SolutionDir)Win32\$(Configuration)\sounds" -cg FreeSWITCHSoundFiles8 -gg -scom -sreg -sfrag -srd -dr SOUNDLOCATION -var var.FreeSWITCHSoundFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHSoundFiles8.wxs"\r
-"$(WixToolPath)\heat.exe" dir "$(SolutionDir)Win32\$(Configuration)" -t $(ProjectDir)filter.xslt -cg FreeSWITCHBaseFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -var var.FreeSWITCHBaseDir -out "$(ProjectDir)Fragments\FreeSWITCHBaseFiles.wxs"</PreBuildEvent>\r
+"$(WixToolPath)\heat.exe" dir "$(SolutionDir)x64\$(Configuration)\sounds" -cg FreeSWITCHSoundFiles8 -gg -scom -sreg -sfrag -srd -dr SOUNDLOCATION -var var.FreeSWITCHSoundFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHSoundFiles8.wxs"\r
+"$(WixToolPath)\heat.exe" dir "$(SolutionDir)x64\$(Configuration)" -t $(ProjectDir)filter.xslt -cg FreeSWITCHBaseFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -var var.FreeSWITCHBaseDir -out "$(ProjectDir)Fragments\FreeSWITCHBaseFiles.wxs"</PreBuildEvent>\r
</PropertyGroup>\r
<!--\r
To modify your build process, add your task inside one of the targets below and uncomment it.\r