2
0

Setup.2017.wixproj 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="GetSoundsDirTarget;GitVersion;LoadDynamicVariables" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <GitSkipCache>true</GitSkipCache>
  5. </PropertyGroup>
  6. <ImportGroup Label="PropertySheets">
  7. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Common.props" />
  8. <Import Project="..\sound_tools.props" />
  9. <Import Project="GitInfo\GitInfo.targets" />
  10. </ImportGroup>
  11. <PropertyGroup>
  12. <ProjectGuid>{47213370-b933-487d-9f45-bca26d7e2b6f}</ProjectGuid>
  13. <SchemaVersion>2.0</SchemaVersion>
  14. <OutputName>FreeSWITCH</OutputName>
  15. <OutputType>Package</OutputType>
  16. <CertificateThumbprint>076ce3c57198fc39443bd87f4aab86dac0aab62d</CertificateThumbprint>
  17. <TimestampUrl>http://timestamp.comodoca.com</TimestampUrl>
  18. <SignToolPath Condition=" Exists('$(WindowsSDK80Path)bin\x86\signtool.exe') and '$(SignToolPath)'=='' and '$(PROCESSOR_ARCHITECTURE)'=='x86' ">$(WindowsSDK80Path)bin\x86\signtool.exe</SignToolPath>
  19. <SignToolPath Condition=" Exists('$(WindowsSDK80Path)bin\x64\signtool.exe') and '$(SignToolPath)'=='' and '$(PROCESSOR_ARCHITECTURE)'=='AMD64' ">$(WindowsSDK80Path)bin\x64\signtool.exe</SignToolPath>
  20. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
  21. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  24. <OutputPath>bin\x86\Debug\</OutputPath>
  25. <IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>
  26. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration);</DefineConstants>
  27. <WixVariables>
  28. </WixVariables>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  31. <OutputPath>bin\x86\release\</OutputPath>
  32. <IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>
  33. <DefineConstants>FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration);</DefineConstants>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  36. <OutputPath>bin\x64\Debug\</OutputPath>
  37. <IntermediateOutputPath>obj\X64\$(Configuration)\</IntermediateOutputPath>
  38. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration);</DefineConstants>
  39. <WixVariables>
  40. </WixVariables>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  43. <OutputPath>bin\x64\Release\</OutputPath>
  44. <IntermediateOutputPath>obj\X64\$(Configuration)\</IntermediateOutputPath>
  45. <DefineConstants>FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration);</DefineConstants>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Compile Include="Fragments\FreeSWITCHConfFiles.wxs" />
  49. <Compile Include="Fragments\FreeSWITCHSoundFiles8.wxs" />
  50. <Compile Include="Fragments\FreeSWITCHBaseFiles.wxs" />
  51. <Compile Include="Fragments\FreeSWITCHhtdocsFilesDir.wxs" />
  52. <Compile Include="Fragments\FreeSWITCHimagesFilesDir.wxs" />
  53. <Compile Include="Fragments\FreeSWITCHfontsFilesDir.wxs" />
  54. <Compile Include="Fragments\FreeSWITCHgrammarFilesDir.wxs" />
  55. <Compile Include="FreeSWITCHConsole.wxs" />
  56. <Compile Include="Product.2017.wxs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <WixExtension Include="WixUIExtension">
  60. <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
  61. <Name>WixUIExtension</Name>
  62. </WixExtension>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Folder Include="Fragments" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\..\libs\esl\fs_cli.2017.vcxproj">
  69. <Name>fs_cli</Name>
  70. <Project>{d2fb8043-d208-4aee-8f18-3b5857c871b9}</Project>
  71. <Private>True</Private>
  72. <DoNotHarvest>True</DoNotHarvest>
  73. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  74. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\libs\win32\Sound_Files\8khz.2017.vcxproj">
  77. <Name>8khz</Name>
  78. <Project>{7a8d8174-b355-4114-afc1-04777cb9de0a}</Project>
  79. <Private>True</Private>
  80. <DoNotHarvest>True</DoNotHarvest>
  81. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  82. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\libs\win32\Sound_Files\8khzmusic.2017.vcxproj">
  85. <Name>8khz music</Name>
  86. <Project>{d1abe208-6442-4fb4-9aad-1677e41bc870}</Project>
  87. <Private>True</Private>
  88. <DoNotHarvest>True</DoNotHarvest>
  89. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  90. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  91. </ProjectReference>
  92. <ProjectReference Include="..\..\src\mod\applications\mod_abstraction\mod_abstraction.2017.vcxproj">
  93. <Name>mod_abstraction</Name>
  94. <Project>{60c542ee-6882-4ea2-8c21-5ab6db1ba73f}</Project>
  95. <Private>True</Private>
  96. <DoNotHarvest>True</DoNotHarvest>
  97. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  98. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  99. </ProjectReference>
  100. <ProjectReference Include="..\..\src\mod\applications\mod_avmd\mod_avmd.2017.vcxproj">
  101. <Name>mod_avmd</Name>
  102. <Project>{990baa76-89d3-4e38-8479-c7b28784efc8}</Project>
  103. <Private>True</Private>
  104. <DoNotHarvest>True</DoNotHarvest>
  105. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  106. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\src\mod\applications\mod_av\mod_av.2017.vcxproj">
  109. <Name>mod_av</Name>
  110. <Project>{7aee504b-23b6-4b05-829e-7cd34855f146}</Project>
  111. <Private>True</Private>
  112. <DoNotHarvest>True</DoNotHarvest>
  113. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  114. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  115. </ProjectReference>
  116. <ProjectReference Include="..\..\src\mod\applications\mod_blacklist\mod_blacklist.2017.vcxproj">
  117. <Name>mod_blacklist</Name>
  118. <Project>{50aac2ce-bfc9-4912-87cc-c6381850d735}</Project>
  119. <Private>True</Private>
  120. <DoNotHarvest>True</DoNotHarvest>
  121. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  122. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\src\mod\applications\mod_callcenter\mod_callcenter.2017.vcxproj">
  125. <Name>mod_callcenter</Name>
  126. <Project>{47886a6c-cca6-4f9f-a7d4-f97d06fb2b1a}</Project>
  127. <Private>True</Private>
  128. <DoNotHarvest>True</DoNotHarvest>
  129. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  130. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\src\mod\applications\mod_cidlookup\mod_cidlookup.2017.vcxproj">
  133. <Name>mod_cidlookup</Name>
  134. <Project>{0a130a8b-3076-4619-badf-9e86f621aeec}</Project>
  135. <Private>True</Private>
  136. <DoNotHarvest>True</DoNotHarvest>
  137. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  138. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\src\mod\applications\mod_commands\mod_commands.2017.vcxproj">
  141. <Name>mod_commands</Name>
  142. <Project>{30a5b29c-983e-4580-9fd0-d647ccdcc7eb}</Project>
  143. <Private>True</Private>
  144. <DoNotHarvest>True</DoNotHarvest>
  145. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  146. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  147. </ProjectReference>
  148. <ProjectReference Include="..\..\src\mod\applications\mod_conference\mod_conference.2017.vcxproj">
  149. <Name>mod_conference</Name>
  150. <Project>{c24fb505-05d7-4319-8485-7540b44c8603}</Project>
  151. <Private>True</Private>
  152. <DoNotHarvest>True</DoNotHarvest>
  153. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  154. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  155. </ProjectReference>
  156. <ProjectReference Include="..\..\src\mod\applications\mod_curl\mod_curl.2017.vcxproj">
  157. <Name>mod_curl</Name>
  158. <Project>{ef300386-a8df-4372-b6d8-fb9bffca9aed}</Project>
  159. <Private>True</Private>
  160. <DoNotHarvest>True</DoNotHarvest>
  161. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  162. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  163. </ProjectReference>
  164. <ProjectReference Include="..\..\src\mod\applications\mod_cv\mod_cv.2017.vcxproj">
  165. <Name>mod_cv</Name>
  166. <Project>{40c4e2a2-b49b-496c-96d6-c04b890f7f88}</Project>
  167. <Private>True</Private>
  168. <DoNotHarvest>True</DoNotHarvest>
  169. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  170. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  171. </ProjectReference>
  172. <ProjectReference Include="..\..\src\mod\applications\mod_db\mod_db.2017.vcxproj">
  173. <Name>mod_db</Name>
  174. <Project>{f6a33240-8f29-48bd-98f0-826995911799}</Project>
  175. <Private>True</Private>
  176. <DoNotHarvest>True</DoNotHarvest>
  177. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  178. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  179. </ProjectReference>
  180. <ProjectReference Include="..\..\src\mod\applications\mod_directory\mod_directory.2017.vcxproj">
  181. <Name>mod_directory</Name>
  182. <Project>{b889a18e-70a7-44b5-b2c9-47798d4f43b3}</Project>
  183. <Private>True</Private>
  184. <DoNotHarvest>True</DoNotHarvest>
  185. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  186. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  187. </ProjectReference>
  188. <ProjectReference Include="..\..\src\mod\applications\mod_distributor\mod_distributor.2017.vcxproj">
  189. <Name>mod_distributor</Name>
  190. <Project>{5c2b4d88-3bea-4fe0-90df-fa9836099d5f}</Project>
  191. <Private>True</Private>
  192. <DoNotHarvest>True</DoNotHarvest>
  193. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  194. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  195. </ProjectReference>
  196. <ProjectReference Include="..\..\src\mod\applications\mod_dptools\mod_dptools.2017.vcxproj">
  197. <Name>mod_dptools</Name>
  198. <Project>{b5881a85-fe70-4f64-8607-2caae52669c6}</Project>
  199. <Private>True</Private>
  200. <DoNotHarvest>True</DoNotHarvest>
  201. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  202. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  203. </ProjectReference>
  204. <ProjectReference Include="..\..\src\mod\applications\mod_easyroute\mod_easyroute.2017.vcxproj">
  205. <Name>mod_easyroute</Name>
  206. <Project>{329fd5b0-ef28-4606-86d0-f6ea21cf8e36}</Project>
  207. <Private>True</Private>
  208. <DoNotHarvest>True</DoNotHarvest>
  209. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  210. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  211. </ProjectReference>
  212. <ProjectReference Include="..\..\src\mod\applications\mod_enum\mod_enum.2017.vcxproj">
  213. <Name>mod_enum</Name>
  214. <Project>{71a967d5-0e99-4cef-a587-98836ee6f2ef}</Project>
  215. <Private>True</Private>
  216. <DoNotHarvest>True</DoNotHarvest>
  217. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  218. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  219. </ProjectReference>
  220. <ProjectReference Include="..\..\src\mod\applications\mod_esf\mod_esf.2017.vcxproj">
  221. <Name>mod_esf</Name>
  222. <Project>{3850d93a-5f24-4922-bc1c-74d08c37c256}</Project>
  223. <Private>True</Private>
  224. <DoNotHarvest>True</DoNotHarvest>
  225. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  226. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  227. </ProjectReference>
  228. <ProjectReference Include="..\..\src\mod\applications\mod_expr\mod_expr.2017.vcxproj">
  229. <Name>mod_expr</Name>
  230. <Project>{65a6273d-fcab-4c55-b09e-65100141a5d4}</Project>
  231. <Private>True</Private>
  232. <DoNotHarvest>True</DoNotHarvest>
  233. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  234. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  235. </ProjectReference>
  236. <ProjectReference Include="..\..\src\mod\applications\mod_fifo\mod_fifo.2017.vcxproj">
  237. <Name>mod_fifo</Name>
  238. <Project>{75df7f29-2fbf-47f7-b5af-5b4952dc1abd}</Project>
  239. <Private>True</Private>
  240. <DoNotHarvest>True</DoNotHarvest>
  241. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  242. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  243. </ProjectReference>
  244. <ProjectReference Include="..\..\src\mod\applications\mod_fsv\mod_fsv.2017.vcxproj">
  245. <Name>mod_fsv</Name>
  246. <Project>{e3246d17-e29b-4ab5-962a-c69b0c5837bb}</Project>
  247. <Private>True</Private>
  248. <DoNotHarvest>True</DoNotHarvest>
  249. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  250. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  251. </ProjectReference>
  252. <ProjectReference Include="..\..\src\mod\applications\mod_hash\mod_hash.2017.vcxproj">
  253. <Name>mod_hash</Name>
  254. <Project>{2e250296-0c08-4342-9c8a-bcbdd0e7df65}</Project>
  255. <Private>True</Private>
  256. <DoNotHarvest>True</DoNotHarvest>
  257. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  258. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  259. </ProjectReference>
  260. <ProjectReference Include="..\..\src\mod\applications\mod_httapi\mod_httapi.2017.vcxproj">
  261. <Name>mod_httapi</Name>
  262. <Project>{4748ff56-ca85-4809-97d6-a94c0fac1d77}</Project>
  263. <Private>True</Private>
  264. <DoNotHarvest>True</DoNotHarvest>
  265. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  266. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  267. </ProjectReference>
  268. <ProjectReference Include="..\..\src\mod\applications\mod_http_cache\mod_http_cache.2017.vcxproj">
  269. <Name>mod_http_cache</Name>
  270. <Project>{87933c2d-0159-46f7-b326-e1b6e982c21e}</Project>
  271. <Private>True</Private>
  272. <DoNotHarvest>True</DoNotHarvest>
  273. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  274. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  275. </ProjectReference>
  276. <ProjectReference Include="..\..\src\mod\applications\mod_lcr\mod_lcr.2017.vcxproj">
  277. <Name>mod_lcr</Name>
  278. <Project>{1a3793d1-05d1-4b57-9b0f-5af3e79dc439}</Project>
  279. <Private>True</Private>
  280. <DoNotHarvest>True</DoNotHarvest>
  281. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  282. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  283. </ProjectReference>
  284. <ProjectReference Include="..\..\src\mod\applications\mod_nibblebill\mod_nibblebill.2017.vcxproj">
  285. <Name>mod_nibblebill</Name>
  286. <Project>{3c977801-fe88-48f2-83d3-fa2ebff6688e}</Project>
  287. <Private>True</Private>
  288. <DoNotHarvest>True</DoNotHarvest>
  289. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  290. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  291. </ProjectReference>
  292. <ProjectReference Include="..\..\src\mod\applications\mod_redis\mod_redis.2017.vcxproj">
  293. <Name>mod_redis</Name>
  294. <Project>{886b5e9d-f2c2-4af2-98c8-ef98c4c770e6}</Project>
  295. <Private>True</Private>
  296. <DoNotHarvest>True</DoNotHarvest>
  297. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  298. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  299. </ProjectReference>
  300. <ProjectReference Include="..\..\src\mod\applications\mod_rss\mod_rss.2017.vcxproj">
  301. <Name>mod_rss</Name>
  302. <Project>{b69247fa-ecd6-40ed-8e44-5ca6c3baf9a4}</Project>
  303. <Private>True</Private>
  304. <DoNotHarvest>True</DoNotHarvest>
  305. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  306. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  307. </ProjectReference>
  308. <ProjectReference Include="..\..\src\mod\applications\mod_signalwire\mod_signalwire.2017.vcxproj">
  309. <Name>mod_signalwire</Name>
  310. <Project>{b19ae6fc-bfff-428d-b483-3bbeaeccc618}</Project>
  311. <Private>True</Private>
  312. <DoNotHarvest>True</DoNotHarvest>
  313. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  314. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  315. </ProjectReference>
  316. <ProjectReference Include="..\..\src\mod\applications\mod_sms\mod_sms.2017.vcxproj">
  317. <Name>mod_sms</Name>
  318. <Project>{2469b306-b027-4ff2-8815-c9c1ea2cae79}</Project>
  319. <Private>True</Private>
  320. <DoNotHarvest>True</DoNotHarvest>
  321. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  322. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  323. </ProjectReference>
  324. <ProjectReference Include="..\..\src\mod\applications\mod_snom\mod_snom.2017.vcxproj">
  325. <Name>mod_snom</Name>
  326. <Project>{2a3d00c6-588d-4e86-81ac-9ef5ede86e03}</Project>
  327. <Private>True</Private>
  328. <DoNotHarvest>True</DoNotHarvest>
  329. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  330. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  331. </ProjectReference>
  332. <ProjectReference Include="..\..\src\mod\applications\mod_spandsp\mod_spandsp.2017.vcxproj">
  333. <Name>mod_spandsp</Name>
  334. <Project>{1e21afe0-6fdb-41d2-942d-863607c24b91}</Project>
  335. <Private>True</Private>
  336. <DoNotHarvest>True</DoNotHarvest>
  337. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  338. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  339. </ProjectReference>
  340. <ProjectReference Include="..\..\src\mod\applications\mod_spy\mod_spy.2017.vcxproj">
  341. <Name>mod_spy</Name>
  342. <Project>{a61d7cb4-75a5-4a55-8ca1-be5af615d921}</Project>
  343. <Private>True</Private>
  344. <DoNotHarvest>True</DoNotHarvest>
  345. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  346. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  347. </ProjectReference>
  348. <ProjectReference Include="..\..\src\mod\applications\mod_valet_parking\mod_valet_parking.2017.vcxproj">
  349. <Name>mod_valet_parking</Name>
  350. <Project>{432db165-1eb2-4781-a9c0-71e62610b20a}</Project>
  351. <Private>True</Private>
  352. <DoNotHarvest>True</DoNotHarvest>
  353. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  354. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  355. </ProjectReference>
  356. <ProjectReference Include="..\..\src\mod\applications\mod_vmd\mod_vmd.2017.vcxproj">
  357. <Name>mod_vmd</Name>
  358. <Project>{14e4a972-9cfb-436d-b0a5-4943f3f80d47}</Project>
  359. <Private>True</Private>
  360. <DoNotHarvest>True</DoNotHarvest>
  361. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  362. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  363. </ProjectReference>
  364. <ProjectReference Include="..\..\src\mod\applications\mod_voicemail\mod_voicemail.2017.vcxproj">
  365. <Name>mod_voicemail</Name>
  366. <Project>{d7f1e3f2-a3f4-474c-8555-15122571af52}</Project>
  367. <Private>True</Private>
  368. <DoNotHarvest>True</DoNotHarvest>
  369. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  370. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  371. </ProjectReference>
  372. <ProjectReference Include="..\..\src\mod\asr_tts\mod_flite\mod_flite.2017.vcxproj">
  373. <Name>mod_flite</Name>
  374. <Project>{66444aee-554c-11dd-a9f0-8c5d56d89593}</Project>
  375. <Private>True</Private>
  376. <DoNotHarvest>True</DoNotHarvest>
  377. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  378. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  379. </ProjectReference>
  380. <ProjectReference Include="..\..\src\mod\asr_tts\mod_pocketsphinx\mod_pocketsphinx.2017.vcxproj">
  381. <Name>mod_pocketsphinx</Name>
  382. <Project>{2286da73-9fc5-45bc-a508-85994c3317ab}</Project>
  383. <Private>True</Private>
  384. <DoNotHarvest>True</DoNotHarvest>
  385. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  386. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  387. </ProjectReference>
  388. <ProjectReference Include="..\..\src\mod\codecs\mod_amr\mod_amr.2017.vcxproj">
  389. <Name>mod_amr</Name>
  390. <Project>{8deb383c-4091-4f42-a56f-c9e46d552d79}</Project>
  391. <Private>True</Private>
  392. <DoNotHarvest>True</DoNotHarvest>
  393. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  394. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  395. </ProjectReference>
  396. <ProjectReference Include="..\..\src\mod\codecs\mod_bv\mod_bv.2017.vcxproj">
  397. <Name>mod_bv</Name>
  398. <Project>{d5c87b19-150d-4ef3-a671-96589bd2d14a}</Project>
  399. <Private>True</Private>
  400. <DoNotHarvest>True</DoNotHarvest>
  401. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  402. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  403. </ProjectReference>
  404. <ProjectReference Include="..\..\src\mod\codecs\mod_codec2\mod_codec2.2017.vcxproj">
  405. <Name>mod_codec2</Name>
  406. <Project>{cb4e68a1-8d19-4b5e-87b9-97a895e1ba17}</Project>
  407. <Private>True</Private>
  408. <DoNotHarvest>True</DoNotHarvest>
  409. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  410. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  411. </ProjectReference>
  412. <ProjectReference Include="..\..\src\mod\codecs\mod_g723_1\mod_g723_1.2017.vcxproj">
  413. <Name>mod_g723_1</Name>
  414. <Project>{fea1eef7-876f-48de-88bf-c0e3e606d758}</Project>
  415. <Private>True</Private>
  416. <DoNotHarvest>True</DoNotHarvest>
  417. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  418. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  419. </ProjectReference>
  420. <ProjectReference Include="..\..\src\mod\codecs\mod_g729\mod_g729.2017.vcxproj">
  421. <Name>mod_g729</Name>
  422. <Project>{1d95cd95-0de2-48c3-ac23-d5c7d1c9c0f0}</Project>
  423. <Private>True</Private>
  424. <DoNotHarvest>True</DoNotHarvest>
  425. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  426. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  427. </ProjectReference>
  428. <ProjectReference Include="..\..\src\mod\codecs\mod_h26x\mod_h26x.2017.vcxproj">
  429. <Name>mod_h26x</Name>
  430. <Project>{2c3c2423-234b-4772-8899-d3b137e5ca35}</Project>
  431. <Private>True</Private>
  432. <DoNotHarvest>True</DoNotHarvest>
  433. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  434. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  435. </ProjectReference>
  436. <ProjectReference Include="..\..\src\mod\codecs\mod_ilbc\mod_ilbc.2017.vcxproj">
  437. <Name>mod_ilbc</Name>
  438. <Project>{d3ec0aff-76fc-4210-a825-9a17410660a3}</Project>
  439. <Private>True</Private>
  440. <DoNotHarvest>True</DoNotHarvest>
  441. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  442. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  443. </ProjectReference>
  444. <ProjectReference Include="..\..\src\mod\codecs\mod_isac\mod_iSAC.2017.vcxproj">
  445. <Name>mod_iSAC</Name>
  446. <Project>{7f1610f1-dd5a-4cf7-8610-30ab12c60add}</Project>
  447. <Private>True</Private>
  448. <DoNotHarvest>True</DoNotHarvest>
  449. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  450. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  451. </ProjectReference>
  452. <ProjectReference Include="..\..\src\mod\codecs\mod_opus\mod_opus.2017.vcxproj">
  453. <Name>mod_opus</Name>
  454. <Project>{64e99cca-3c6f-4aeb-9fa3-cfac711257bb}</Project>
  455. <Private>True</Private>
  456. <DoNotHarvest>True</DoNotHarvest>
  457. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  458. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  459. </ProjectReference>
  460. <ProjectReference Include="..\..\src\mod\codecs\mod_silk\mod_silk.2017.vcxproj">
  461. <Name>mod_silk</Name>
  462. <Project>{afa983d6-4569-4f88-ba94-555ed00fd9a8}</Project>
  463. <Private>True</Private>
  464. <DoNotHarvest>True</DoNotHarvest>
  465. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  466. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  467. </ProjectReference>
  468. <ProjectReference Include="..\..\src\mod\codecs\mod_siren\mod_siren.2017.vcxproj">
  469. <Name>mod_siren</Name>
  470. <Project>{0b6c905b-142e-4999-b39d-92ff7951e921}</Project>
  471. <Private>True</Private>
  472. <DoNotHarvest>True</DoNotHarvest>
  473. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  474. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  475. </ProjectReference>
  476. <ProjectReference Include="..\..\src\mod\databases\mod_mariadb\mod_mariadb.2017.vcxproj">
  477. <Name>mod_mariadb</Name>
  478. <Project>{0b612f84-7533-4dec-aedd-5c9cbcf15eac}</Project>
  479. <Private>True</Private>
  480. <DoNotHarvest>True</DoNotHarvest>
  481. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  482. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  483. </ProjectReference>
  484. <ProjectReference Include="..\..\src\mod\databases\mod_pgsql\mod_pgsql.2017.vcxproj">
  485. <Name>mod_pgsql</Name>
  486. <Project>{1ba65811-5453-46f6-8190-9eceefeb7df2}</Project>
  487. <Private>True</Private>
  488. <DoNotHarvest>True</DoNotHarvest>
  489. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  490. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  491. </ProjectReference>
  492. <ProjectReference Include="..\..\src\mod\dialplans\mod_dialplan_asterisk\mod_dialplan_asterisk.2017.vcxproj">
  493. <Name>mod_dialplan_asterisk</Name>
  494. <Project>{e7bc026c-7cc5-45a3-bc7c-3b88eef01f24}</Project>
  495. <Private>True</Private>
  496. <DoNotHarvest>True</DoNotHarvest>
  497. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  498. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  499. </ProjectReference>
  500. <ProjectReference Include="..\..\src\mod\dialplans\mod_dialplan_directory\mod_dialplan_directory.2017.vcxproj">
  501. <Name>mod_dialplan_directory</Name>
  502. <Project>{a27cca23-1541-4337-81a4-f0a6413078a0}</Project>
  503. <Private>True</Private>
  504. <DoNotHarvest>True</DoNotHarvest>
  505. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  506. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  507. </ProjectReference>
  508. <ProjectReference Include="..\..\src\mod\dialplans\mod_dialplan_xml\mod_dialplan_xml.2017.vcxproj">
  509. <Name>mod_dialplan_xml</Name>
  510. <Project>{07113b25-d3af-4e04-ba77-4cd1171f022c}</Project>
  511. <Private>True</Private>
  512. <DoNotHarvest>True</DoNotHarvest>
  513. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  514. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  515. </ProjectReference>
  516. <ProjectReference Include="..\..\src\mod\directories\mod_ldap\mod_ldap.2017.vcxproj">
  517. <Name>mod_ldap</Name>
  518. <Project>{ec3e5c7f-ee09-47e2-80fe-546363d14a98}</Project>
  519. <Private>True</Private>
  520. <DoNotHarvest>True</DoNotHarvest>
  521. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  522. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  523. </ProjectReference>
  524. <ProjectReference Include="..\..\src\mod\endpoints\mod_gsmopen\mod_gsmopen.2017.vcxproj">
  525. <Name>mod_gsmopen</Name>
  526. <Project>{74b120ff-6935-4dfe-a142-cdb6bea99c90}</Project>
  527. <Private>True</Private>
  528. <DoNotHarvest>True</DoNotHarvest>
  529. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  530. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  531. </ProjectReference>
  532. <ProjectReference Include="..\..\src\mod\endpoints\mod_loopback\mod_loopback.2017.vcxproj">
  533. <Name>mod_loopback</Name>
  534. <Project>{b3f424ec-3d8f-417c-b244-3919d5e1a577}</Project>
  535. <Private>True</Private>
  536. <DoNotHarvest>True</DoNotHarvest>
  537. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  538. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  539. </ProjectReference>
  540. <ProjectReference Include="..\..\src\mod\endpoints\mod_portaudio\mod_PortAudio.2017.vcxproj">
  541. <Name>mod_PortAudio</Name>
  542. <Project>{5fd31a25-5d83-4794-8bee-904dad84ce71}</Project>
  543. <Private>True</Private>
  544. <DoNotHarvest>True</DoNotHarvest>
  545. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  546. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  547. </ProjectReference>
  548. <ProjectReference Include="..\..\src\mod\endpoints\mod_rtc\mod_rtc.2017.vcxproj">
  549. <Name>mod_rtc</Name>
  550. <Project>{3884add2-91d0-4cd6-86d3-d5fb2d4aab9e}</Project>
  551. <Private>True</Private>
  552. <DoNotHarvest>True</DoNotHarvest>
  553. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  554. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  555. </ProjectReference>
  556. <ProjectReference Include="..\..\src\mod\endpoints\mod_rtmp\mod_rtmp.2017.vcxproj">
  557. <Name>mod_rtmp</Name>
  558. <Project>{48414740-c693-4968-9846-ee058020c64f}</Project>
  559. <Private>True</Private>
  560. <DoNotHarvest>True</DoNotHarvest>
  561. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  562. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  563. </ProjectReference>
  564. <ProjectReference Include="..\..\src\mod\endpoints\mod_skinny\mod_skinny.2017.vcxproj">
  565. <Name>mod_skinny</Name>
  566. <Project>{cc1dd008-9406-448d-a0ad-33c3186cfadb}</Project>
  567. <Private>True</Private>
  568. <DoNotHarvest>True</DoNotHarvest>
  569. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  570. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  571. </ProjectReference>
  572. <ProjectReference Include="..\..\src\mod\endpoints\mod_sofia\mod_sofia.2017.vcxproj">
  573. <Name>mod_sofia</Name>
  574. <Project>{0df3abd0-ddc0-4265-b778-07c66780979b}</Project>
  575. <Private>True</Private>
  576. <DoNotHarvest>True</DoNotHarvest>
  577. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  578. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  579. </ProjectReference>
  580. <ProjectReference Include="..\..\src\mod\endpoints\mod_verto\mod_verto.2017.vcxproj">
  581. <Name>mod_verto</Name>
  582. <Project>{5b2bace4-0f5a-4a21-930d-c0f4b1f58fa6}</Project>
  583. <Private>True</Private>
  584. <DoNotHarvest>True</DoNotHarvest>
  585. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  586. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  587. </ProjectReference>
  588. <ProjectReference Include="..\..\src\mod\event_handlers\mod_amqp\mod_amqp.2017.vcxproj">
  589. <Name>mod_amqp</Name>
  590. <Project>{7ac7ab4f-5ef3-40a0-ad2b-cf4d9720fac3}</Project>
  591. <Private>True</Private>
  592. <DoNotHarvest>True</DoNotHarvest>
  593. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  594. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  595. </ProjectReference>
  596. <ProjectReference Include="..\..\src\mod\event_handlers\mod_cdr_csv\mod_cdr_csv.2017.vcxproj">
  597. <Name>mod_cdr_csv</Name>
  598. <Project>{44d7deaf-fda5-495e-8b9d-1439e4f4c21e}</Project>
  599. <Private>True</Private>
  600. <DoNotHarvest>True</DoNotHarvest>
  601. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  602. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  603. </ProjectReference>
  604. <ProjectReference Include="..\..\src\mod\event_handlers\mod_cdr_mongodb\mod_cdr_mongodb.2017.vcxproj">
  605. <Name>mod_cdr_mongodb</Name>
  606. <Project>{4dff29b4-2976-447d-a8b3-43476451517c}</Project>
  607. <Private>True</Private>
  608. <DoNotHarvest>True</DoNotHarvest>
  609. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  610. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  611. </ProjectReference>
  612. <ProjectReference Include="..\..\src\mod\event_handlers\mod_cdr_pg_csv\mod_cdr_pg_csv.2017.vcxproj">
  613. <Name>mod_cdr_pg_csv</Name>
  614. <Project>{411f6d43-9f09-47d0-8b04-e1eb6b67c5bf}</Project>
  615. <Private>True</Private>
  616. <DoNotHarvest>True</DoNotHarvest>
  617. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  618. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  619. </ProjectReference>
  620. <ProjectReference Include="..\..\src\mod\event_handlers\mod_cdr_sqlite\mod_cdr_sqlite.2017.vcxproj">
  621. <Name>mod_cdr_sqlite</Name>
  622. <Project>{2ca661a7-01dd-4532-bf88-b6629dfb544a}</Project>
  623. <Private>True</Private>
  624. <DoNotHarvest>True</DoNotHarvest>
  625. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  626. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  627. </ProjectReference>
  628. <ProjectReference Include="..\..\src\mod\event_handlers\mod_event_multicast\mod_event_multicast.2017.vcxproj">
  629. <Name>mod_event_multicast</Name>
  630. <Project>{784113ef-44d9-4949-835d-7065d3c7ad08}</Project>
  631. <Private>True</Private>
  632. <DoNotHarvest>True</DoNotHarvest>
  633. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  634. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  635. </ProjectReference>
  636. <ProjectReference Include="..\..\src\mod\event_handlers\mod_event_socket\mod_event_socket.2017.vcxproj">
  637. <Name>mod_event_socket</Name>
  638. <Project>{05515420-16de-4e63-be73-85be85ba5142}</Project>
  639. <Private>True</Private>
  640. <DoNotHarvest>True</DoNotHarvest>
  641. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  642. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  643. </ProjectReference>
  644. <ProjectReference Include="..\..\src\mod\event_handlers\mod_odbc_cdr\mod_odbc_cdr.2017.vcxproj">
  645. <Name>mod_odbc_cdr</Name>
  646. <Project>{096c9a84-55b2-4f9b-97e5-0fdf116fd25f}</Project>
  647. <Private>True</Private>
  648. <DoNotHarvest>True</DoNotHarvest>
  649. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  650. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  651. </ProjectReference>
  652. <ProjectReference Include="..\..\src\mod\formats\mod_local_stream\mod_local_stream.2017.vcxproj">
  653. <Name>mod_local_stream</Name>
  654. <Project>{2ca40887-1622-46a1-a7f9-17fd7e7e545b}</Project>
  655. <Private>True</Private>
  656. <DoNotHarvest>True</DoNotHarvest>
  657. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  658. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  659. </ProjectReference>
  660. <ProjectReference Include="..\..\src\mod\formats\mod_native_file\mod_native_file.2017.vcxproj">
  661. <Name>mod_native_file</Name>
  662. <Project>{9254c4b0-6f60-42b6-bb3a-36d63fc001c7}</Project>
  663. <Private>True</Private>
  664. <DoNotHarvest>True</DoNotHarvest>
  665. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  666. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  667. </ProjectReference>
  668. <ProjectReference Include="..\..\src\mod\formats\mod_png\mod_png.2017.vcxproj">
  669. <Name>mod_png</Name>
  670. <Project>{fbc7e2a4-b989-4289-ba7f-68f440e9ef8b}</Project>
  671. <Private>True</Private>
  672. <DoNotHarvest>True</DoNotHarvest>
  673. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  674. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  675. </ProjectReference>
  676. <ProjectReference Include="..\..\src\mod\formats\mod_shout\mod_shout.2017.vcxproj">
  677. <Name>mod_shout</Name>
  678. <Project>{38fe0559-9910-43a8-9e45-3e5004c27692}</Project>
  679. <Private>True</Private>
  680. <DoNotHarvest>True</DoNotHarvest>
  681. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  682. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  683. </ProjectReference>
  684. <ProjectReference Include="..\..\src\mod\formats\mod_sndfile\mod_sndfile.2017.vcxproj">
  685. <Name>mod_sndfile</Name>
  686. <Project>{afac0568-7548-42d5-9f6a-8d3400a1e4f6}</Project>
  687. <Private>True</Private>
  688. <DoNotHarvest>True</DoNotHarvest>
  689. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  690. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  691. </ProjectReference>
  692. <ProjectReference Include="..\..\src\mod\formats\mod_tone_stream\mod_tone_stream.2017.vcxproj">
  693. <Name>mod_tone_stream</Name>
  694. <Project>{6ff941ac-82c5-429f-aa4c-ad2fb9e5da52}</Project>
  695. <Private>True</Private>
  696. <DoNotHarvest>True</DoNotHarvest>
  697. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  698. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  699. </ProjectReference>
  700. <ProjectReference Include="..\..\src\mod\languages\mod_lua\mod_lua.2017.vcxproj">
  701. <Name>mod_lua</Name>
  702. <Project>{7b077e7f-1be7-4291-ab86-55e527b25cac}</Project>
  703. <Private>True</Private>
  704. <DoNotHarvest>True</DoNotHarvest>
  705. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  706. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  707. </ProjectReference>
  708. <ProjectReference Include="..\..\src\mod\languages\mod_managed\mod_managed.2017.vcxproj">
  709. <Name>mod_managed</Name>
  710. <Project>{7b42bda1-72c0-4378-a9b6-5c530f8cd61e}</Project>
  711. <Private>True</Private>
  712. <DoNotHarvest>True</DoNotHarvest>
  713. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  714. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  715. </ProjectReference>
  716. <ProjectReference Include="..\..\src\mod\languages\mod_v8\mod_v8.2017.vcxproj">
  717. <Name>mod_v8</Name>
  718. <Project>{9b9d2551-d6bd-4f20-8be5-de30e154a064}</Project>
  719. <Private>True</Private>
  720. <DoNotHarvest>True</DoNotHarvest>
  721. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  722. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  723. </ProjectReference>
  724. <ProjectReference Include="..\..\src\mod\loggers\mod_console\mod_console.2017.vcxproj">
  725. <Name>mod_console</Name>
  726. <Project>{1c453396-d912-4213-89fd-9b489162b7b5}</Project>
  727. <Private>True</Private>
  728. <DoNotHarvest>True</DoNotHarvest>
  729. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  730. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  731. </ProjectReference>
  732. <ProjectReference Include="..\..\src\mod\loggers\mod_logfile\mod_logfile.2017.vcxproj">
  733. <Name>mod_logfile</Name>
  734. <Project>{d0bcac02-d94b-46b8-9b49-cddcc2bd7909}</Project>
  735. <Private>True</Private>
  736. <DoNotHarvest>True</DoNotHarvest>
  737. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  738. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  739. </ProjectReference>
  740. <ProjectReference Include="..\..\src\mod\say\mod_say_de\mod_say_de.2017.vcxproj">
  741. <Name>mod_say_de</Name>
  742. <Project>{5bc072db-3826-48ea-af34-fe32aa01e83b}</Project>
  743. <Private>True</Private>
  744. <DoNotHarvest>True</DoNotHarvest>
  745. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  746. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  747. </ProjectReference>
  748. <ProjectReference Include="..\..\src\mod\say\mod_say_en\mod_say_en.2017.vcxproj">
  749. <Name>mod_say_en</Name>
  750. <Project>{988cacf7-3fcb-4992-be69-77872ae67dc8}</Project>
  751. <Private>True</Private>
  752. <DoNotHarvest>True</DoNotHarvest>
  753. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  754. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  755. </ProjectReference>
  756. <ProjectReference Include="..\..\src\mod\say\mod_say_es\mod_say_es.2017.vcxproj">
  757. <Name>mod_say_es</Name>
  758. <Project>{fa429e98-8b03-45e6-a096-a4bc5e821de4}</Project>
  759. <Private>True</Private>
  760. <DoNotHarvest>True</DoNotHarvest>
  761. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  762. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  763. </ProjectReference>
  764. <ProjectReference Include="..\..\src\mod\say\mod_say_es_ar\mod_say_es_ar.2017.vcxproj">
  765. <Name>mod_say_es_ar</Name>
  766. <Project>{ceee31e6-8a08-42c7-bebd-5ec12072c136}</Project>
  767. <Private>True</Private>
  768. <DoNotHarvest>True</DoNotHarvest>
  769. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  770. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  771. </ProjectReference>
  772. <ProjectReference Include="..\..\src\mod\say\mod_say_fa\mod_say_fa.2017.vcxproj">
  773. <Name>mod_say_fa</Name>
  774. <Project>{0e469f3a-ddd0-43ba-a94f-7d93c02219f3}</Project>
  775. <Private>True</Private>
  776. <DoNotHarvest>True</DoNotHarvest>
  777. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  778. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  779. </ProjectReference>
  780. <ProjectReference Include="..\..\src\mod\say\mod_say_fr\mod_say_fr.2017.vcxproj">
  781. <Name>mod_say_fr</Name>
  782. <Project>{06e3a538-ab32-44f2-b477-755ff9cb5d37}</Project>
  783. <Private>True</Private>
  784. <DoNotHarvest>True</DoNotHarvest>
  785. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  786. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  787. </ProjectReference>
  788. <ProjectReference Include="..\..\src\mod\say\mod_say_he\mod_say_he.2017.vcxproj">
  789. <Name>mod_say_he</Name>
  790. <Project>{a3d7c6cf-aeb1-4159-b741-160eb4b37345}</Project>
  791. <Private>True</Private>
  792. <DoNotHarvest>True</DoNotHarvest>
  793. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  794. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  795. </ProjectReference>
  796. <ProjectReference Include="..\..\src\mod\say\mod_say_hr\mod_say_hr.2017.vcxproj">
  797. <Name>mod_say_hr</Name>
  798. <Project>{da7addf1-da33-4194-83a5-b48db714d35b}</Project>
  799. <Private>True</Private>
  800. <DoNotHarvest>True</DoNotHarvest>
  801. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  802. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  803. </ProjectReference>
  804. <ProjectReference Include="..\..\src\mod\say\mod_say_hu\mod_say_hu.2017.vcxproj">
  805. <Name>mod_say_hu</Name>
  806. <Project>{af675478-995a-4115-90c4-b2b0d6470688}</Project>
  807. <Private>True</Private>
  808. <DoNotHarvest>True</DoNotHarvest>
  809. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  810. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  811. </ProjectReference>
  812. <ProjectReference Include="..\..\src\mod\say\mod_say_it\mod_say_it.2017.vcxproj">
  813. <Name>mod_say_it</Name>
  814. <Project>{6d1bec70-4dcd-4fe9-adbd-4a43a67e4d05}</Project>
  815. <Private>True</Private>
  816. <DoNotHarvest>True</DoNotHarvest>
  817. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  818. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  819. </ProjectReference>
  820. <ProjectReference Include="..\..\src\mod\say\mod_say_ja\mod_say_ja.2017.vcxproj">
  821. <Name>mod_say_ja</Name>
  822. <Project>{07ea6e5a-d181-4abb-becf-67a906867d04}</Project>
  823. <Private>True</Private>
  824. <DoNotHarvest>True</DoNotHarvest>
  825. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  826. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  827. </ProjectReference>
  828. <ProjectReference Include="..\..\src\mod\say\mod_say_nl\mod_say_nl.2017.vcxproj">
  829. <Name>mod_say_nl</Name>
  830. <Project>{a4b122cf-5196-476b-8c0e-d8bd59ac3c14}</Project>
  831. <Private>True</Private>
  832. <DoNotHarvest>True</DoNotHarvest>
  833. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  834. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  835. </ProjectReference>
  836. <ProjectReference Include="..\..\src\mod\say\mod_say_pl\mod_say_pl.2017.vcxproj">
  837. <Name>mod_say_pl</Name>
  838. <Project>{20b15650-f910-4211-8729-aab0f520c805}</Project>
  839. <Private>True</Private>
  840. <DoNotHarvest>True</DoNotHarvest>
  841. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  842. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  843. </ProjectReference>
  844. <ProjectReference Include="..\..\src\mod\say\mod_say_pt\mod_say_pt.2017.vcxproj">
  845. <Name>mod_say_pt</Name>
  846. <Project>{7c22bdff-cc09-400c-8a09-660733980028}</Project>
  847. <Private>True</Private>
  848. <DoNotHarvest>True</DoNotHarvest>
  849. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  850. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  851. </ProjectReference>
  852. <ProjectReference Include="..\..\src\mod\say\mod_say_ru\mod_say_ru.2017.vcxproj">
  853. <Name>mod_say_ru</Name>
  854. <Project>{0382e8fd-cfdc-41c0-8b03-792c7c84fc31}</Project>
  855. <Private>True</Private>
  856. <DoNotHarvest>True</DoNotHarvest>
  857. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  858. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  859. </ProjectReference>
  860. <ProjectReference Include="..\..\src\mod\say\mod_say_sv\mod_say_sv.2017.vcxproj">
  861. <Name>mod_say_sv</Name>
  862. <Project>{8cda2b34-fa44-49cc-9ec2-b8f35856cd15}</Project>
  863. <Private>True</Private>
  864. <DoNotHarvest>True</DoNotHarvest>
  865. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  866. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  867. </ProjectReference>
  868. <ProjectReference Include="..\..\src\mod\say\mod_say_th\mod_say_th.2017.vcxproj">
  869. <Name>mod_say_th</Name>
  870. <Project>{c955e1a9-c12c-4bad-ac32-8d53d9268af7}</Project>
  871. <Private>True</Private>
  872. <DoNotHarvest>True</DoNotHarvest>
  873. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  874. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  875. </ProjectReference>
  876. <ProjectReference Include="..\..\src\mod\say\mod_say_zh\mod_say_zh.2017.vcxproj">
  877. <Name>mod_say_zh</Name>
  878. <Project>{b6a9fb7a-1cc4-442b-812d-ec33e4e4a36e}</Project>
  879. <Private>True</Private>
  880. <DoNotHarvest>True</DoNotHarvest>
  881. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  882. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  883. </ProjectReference>
  884. <ProjectReference Include="..\..\src\mod\xml_int\mod_xml_cdr\mod_xml_cdr.2017.vcxproj">
  885. <Name>mod_xml_cdr</Name>
  886. <Project>{08dad348-9e0a-4a2e-97f1-f1e7e24a7836}</Project>
  887. <Private>True</Private>
  888. <DoNotHarvest>True</DoNotHarvest>
  889. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  890. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  891. </ProjectReference>
  892. <ProjectReference Include="..\..\src\mod\xml_int\mod_xml_curl\mod_xml_curl.2017.vcxproj">
  893. <Name>mod_xml_curl</Name>
  894. <Project>{ab91a099-7690-4ecf-8994-e458f4ea1ed4}</Project>
  895. <Private>True</Private>
  896. <DoNotHarvest>True</DoNotHarvest>
  897. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  898. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  899. </ProjectReference>
  900. <ProjectReference Include="..\..\src\mod\xml_int\mod_xml_rpc\mod_xml_rpc.2017.vcxproj">
  901. <Name>mod_xml_rpc</Name>
  902. <Project>{cbec7225-0c21-4da8-978e-1f158f8ad950}</Project>
  903. <Private>True</Private>
  904. <DoNotHarvest>True</DoNotHarvest>
  905. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  906. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  907. </ProjectReference>
  908. <ProjectReference Include="..\Console\FreeSwitchConsole.2017.vcxproj">
  909. <Name>FreeSwitchConsole</Name>
  910. <Project>{1af3a893-f7be-43dd-b697-8ab2397c0d67}</Project>
  911. <Private>True</Private>
  912. <DoNotHarvest>True</DoNotHarvest>
  913. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  914. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  915. </ProjectReference>
  916. <ProjectReference Include="CustomActions\Setup.CA.DownloadOpenH264\Setup.CA.DownloadOpenH264.csproj">
  917. <Name>Setup.CA.DownloadOpenH264</Name>
  918. <Project>{ebfdcfca-8095-4ecc-98be-b494bcb4e042}</Project>
  919. <Private>True</Private>
  920. <DoNotHarvest>True</DoNotHarvest>
  921. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  922. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  923. </ProjectReference>
  924. </ItemGroup>
  925. <ItemGroup>
  926. <Content Include="filter.xslt" />
  927. </ItemGroup>
  928. <Import Project="$(WixTargetsPath)" />
  929. <Target Name="LoadDynamicVariables">
  930. <Exec Command="$(SolutionDir)w32\Setup\FullVersion.cmd" ConsoleToMSBuild="true">
  931. <Output TaskParameter="ConsoleOutput" PropertyName="FullVersion" />
  932. </Exec>
  933. <CreateProperty Condition="'$(Configuration)' == 'Debug'" Value="-debug">
  934. <Output TaskParameter="Value" PropertyName="DebugConfiguration" />
  935. </CreateProperty>
  936. <CreateProperty Condition="'$(GitCommits)' != '0'" Value="$(GitCommits)-$(GitCommit)-$([System.DateTime]::Now.ToString(yyyyMMddHHmmss))">
  937. <Output TaskParameter="Value" PropertyName="SnapshotName" />
  938. </CreateProperty>
  939. <CreateProperty Condition="'$(GitCommits)' != '0'" Value=".$(GitCommits)">
  940. <Output TaskParameter="Value" PropertyName="Revision" />
  941. </CreateProperty>
  942. <CreateProperty Condition="$(FullVersion) != ''" Value="ProductVersion=$(FullVersion)$(Revision);$(DefineConstants)">
  943. <Output TaskParameter="Value" PropertyName="DefineConstants" />
  944. </CreateProperty>
  945. <CreateProperty Condition="'$(Platform)'=='x86'" Value="win32">
  946. <Output TaskParameter="Value" PropertyName="UserFriendlyPlatform" />
  947. </CreateProperty>
  948. <CreateProperty Condition="'$(Platform)'=='x64'" Value="x64">
  949. <Output TaskParameter="Value" PropertyName="UserFriendlyPlatform" />
  950. </CreateProperty>
  951. <CreateProperty Condition="$(FullVersion) != '' AND '$(GitCommits)' != '0'" Value="$(SolutionDir)$(UserFriendlyPlatform)\$(OutputName)-$(FullVersion)-Dev-$(SnapshotName)-$(UserFriendlyPlatform)$(DebugConfiguration).msi">
  952. <Output TaskParameter="Value" PropertyName="DestinationFileName" />
  953. </CreateProperty>
  954. <CreateProperty Condition="$(FullVersion) != '' AND '$(GitCommits)' == '0'" Value="$(SolutionDir)$(UserFriendlyPlatform)\$(OutputName)-$(FullVersion)-Release-$(UserFriendlyPlatform)$(DebugConfiguration).msi">
  955. <Output TaskParameter="Value" PropertyName="DestinationFileName" />
  956. </CreateProperty>
  957. <CreateProperty Value="$(VCToolsRedistVersion)">
  958. <Output TaskParameter="Value" PropertyName="VCLibVersion" />
  959. </CreateProperty>
  960. <CreateProperty Condition="'$(VCLibVersion)' == ''" Value="$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64@Major).$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64@Minor).$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\14.0\VC\Runtimes\x64@Bld)">
  961. <Output TaskParameter="Value" PropertyName="VCLibVersion" />
  962. </CreateProperty>
  963. <CreateProperty Value="$(VSInstallDir)\VC\Redist\MSVC\$(VCLibVersion)\MergeModules\">
  964. <Output TaskParameter="Value" PropertyName="MergeModules" />
  965. </CreateProperty>
  966. <CreateProperty Value="
  967. FreeSWITCHgrammarFilesDir=$(SolutionDir)$(UserFriendlyPlatform)\$(Configuration)\grammar;
  968. FreeSWITCHfontsFilesDir=$(SolutionDir)fonts;
  969. FreeSWITCHimagesFilesDir=$(SolutionDir)images;
  970. FreeSWITCHhtdocsFilesDir=$(SolutionDir)htdocs;
  971. FreeSWITCHSoundFilesDir=$(SoundsDir);
  972. MergeModules=$(MergeModules);
  973. VCVer=$(PlatformToolsetVersion);
  974. $(DefineConstants)">
  975. <Output TaskParameter="Value" PropertyName="DefineConstants" />
  976. </CreateProperty>
  977. <Message Importance="High" Text="Visual C++ lib-version: $(VCLibVersion)" />
  978. <Message Importance="High" Text="PlatformToolsetVersion: $(PlatformToolsetVersion)" />
  979. <Message Importance="High" Text="VSInstallDir: $(VSInstallDir)" />
  980. <Message Importance="High" Text="SoundsDir: $(SoundsDir)" />
  981. <Message Importance="High" Text="DefineConstants: $(DefineConstants)" />
  982. <Message Importance="High" Text="DestinationFileName: $(DestinationFileName)" />
  983. </Target>
  984. <!--
  985. To modify your build process, add your task inside one of the targets below.
  986. Other similar extension points exist, see Wix.targets.
  987. -->
  988. <Target Name="AfterResolveReferences">
  989. <Message Importance="High" Text="GitExe: $(GitExe)" />
  990. <Message Importance="High" Text="GitCommits: $(GitCommits)" />
  991. <Message Importance="High" Text="SnapshotName: $(SnapshotName)" />
  992. <Message Importance="High" Text="Revision: $(Revision)" />
  993. <Message Importance="High" Text="Deleting previously created MSI files." />
  994. <Delete Files="$(OutputPath)$(OutputName).msi" />
  995. <Delete Files="$(DestinationFileName)" />
  996. <CreateItem Include="$(SolutionDir)$(UserFriendlyPlatform)\$(Configuration)\f*.exe">
  997. <Output ItemName="ExeFiles" TaskParameter="Include" />
  998. </CreateItem>
  999. <CreateItem Include="$(SolutionDir)$(UserFriendlyPlatform)\$(Configuration)\mod\*.dll">
  1000. <Output ItemName="Modules" TaskParameter="Include" />
  1001. </CreateItem>
  1002. <Message Importance="High" Text="Signing FreeSWITCH Core Library" />
  1003. <SignFile ContinueOnError="WarnAndContinue"
  1004. CertificateThumbprint="$(CertificateThumbprint)"
  1005. TimestampUrl="$(TimestampUrl)"
  1006. SigningTarget="$(SolutionDir)$(UserFriendlyPlatform)\$(Configuration)\FreeSwitch.dll"
  1007. TargetFrameworkVersion="v4.5" />
  1008. <Message Importance="High" Text="Signing FreeSWITCH Executables" />
  1009. <SignFile ContinueOnError="WarnAndContinue"
  1010. CertificateThumbprint="$(CertificateThumbprint)"
  1011. TimestampUrl="$(TimestampUrl)"
  1012. SigningTarget="%(ExeFiles.Identity)"
  1013. TargetFrameworkVersion="v4.5" />
  1014. <Message Importance="High" Text="Signing FreeSWITCH Modules" />
  1015. <SignFile Condition="'$(GitCommits)' != '0'" ContinueOnError="WarnAndContinue"
  1016. CertificateThumbprint="$(CertificateThumbprint)"
  1017. SigningTarget="%(Modules.Identity)"
  1018. TargetFrameworkVersion="v4.5" />
  1019. <SignFile Condition="'$(GitCommits)' == '0'" ContinueOnError="WarnAndContinue"
  1020. CertificateThumbprint="$(CertificateThumbprint)"
  1021. TimestampUrl="$(TimestampUrl)"
  1022. SigningTarget="%(Modules.Identity)"
  1023. TargetFrameworkVersion="v4.5" />
  1024. <HeatDirectory
  1025. ToolPath="$(WixToolPath)"
  1026. OutputFile="$(ProjectDir)Fragments\FreeSWITCHConfFiles.wxs"
  1027. Directory="$(ProjectDir)..\..\conf\vanilla"
  1028. DirectoryRefId="CONFLOCATION"
  1029. ComponentGroupName="FreeSWITCHConfFiles"
  1030. GenerateGuidsNow="true"
  1031. SuppressRootDirectory="true"
  1032. SuppressRegistry="true"
  1033. SuppressCom="true"
  1034. SuppressFragments="true"
  1035. RunAsSeparateProcess="true"
  1036. PreprocessorVariable="var.FreeSWITCHConfFilesDir">
  1037. </HeatDirectory>
  1038. <HeatDirectory
  1039. ToolPath="$(WixToolPath)"
  1040. OutputFile="$(ProjectDir)Fragments\FreeSWITCHSoundFiles8.wxs"
  1041. Directory="$(SoundsDir)"
  1042. DirectoryRefId="SOUNDLOCATION"
  1043. ComponentGroupName="FreeSWITCHSoundFiles8"
  1044. GenerateGuidsNow="true"
  1045. SuppressRootDirectory="true"
  1046. SuppressRegistry="true"
  1047. SuppressCom="true"
  1048. SuppressFragments="true"
  1049. RunAsSeparateProcess="true"
  1050. PreprocessorVariable="var.FreeSWITCHSoundFilesDir">
  1051. </HeatDirectory>
  1052. <HeatDirectory
  1053. ToolPath="$(WixToolPath)"
  1054. OutputFile="$(ProjectDir)Fragments\FreeSWITCHhtdocsFilesDir.wxs"
  1055. Directory="$(ProjectDir)..\..\htdocs"
  1056. DirectoryRefId="INSTALLLOCATION"
  1057. ComponentGroupName="FreeSWITCHhtdocsFiles"
  1058. GenerateGuidsNow="true"
  1059. SuppressRootDirectory="false"
  1060. SuppressRegistry="true"
  1061. SuppressCom="true"
  1062. SuppressFragments="true"
  1063. RunAsSeparateProcess="true"
  1064. PreprocessorVariable="var.FreeSWITCHhtdocsFilesDir">
  1065. </HeatDirectory>
  1066. <HeatDirectory
  1067. ToolPath="$(WixToolPath)"
  1068. OutputFile="$(ProjectDir)Fragments\FreeSWITCHimagesFilesDir.wxs"
  1069. Directory="$(ProjectDir)..\..\images"
  1070. DirectoryRefId="INSTALLLOCATION"
  1071. ComponentGroupName="FreeSWITCHimagesFiles"
  1072. GenerateGuidsNow="true"
  1073. SuppressRootDirectory="false"
  1074. SuppressRegistry="true"
  1075. SuppressCom="true"
  1076. SuppressFragments="true"
  1077. RunAsSeparateProcess="true"
  1078. PreprocessorVariable="var.FreeSWITCHimagesFilesDir">
  1079. </HeatDirectory>
  1080. <HeatDirectory
  1081. ToolPath="$(WixToolPath)"
  1082. OutputFile="$(ProjectDir)Fragments\FreeSWITCHfontsFilesDir.wxs"
  1083. Directory="$(ProjectDir)..\..\fonts"
  1084. DirectoryRefId="INSTALLLOCATION"
  1085. ComponentGroupName="FreeSWITCHfontsFiles"
  1086. GenerateGuidsNow="true"
  1087. SuppressRootDirectory="false"
  1088. SuppressRegistry="true"
  1089. SuppressCom="true"
  1090. SuppressFragments="true"
  1091. RunAsSeparateProcess="true"
  1092. PreprocessorVariable="var.FreeSWITCHfontsFilesDir">
  1093. </HeatDirectory>
  1094. <HeatDirectory
  1095. ToolPath="$(WixToolPath)"
  1096. OutputFile="$(ProjectDir)Fragments\FreeSWITCHgrammarFilesDir.wxs"
  1097. Directory="$(SolutionDir)$(UserFriendlyPlatform)\$(Configuration)\grammar"
  1098. DirectoryRefId="INSTALLLOCATION"
  1099. ComponentGroupName="FreeSWITCHgrammarFiles"
  1100. GenerateGuidsNow="true"
  1101. SuppressRootDirectory="false"
  1102. SuppressRegistry="true"
  1103. SuppressCom="true"
  1104. SuppressFragments="true"
  1105. RunAsSeparateProcess="true"
  1106. PreprocessorVariable="var.FreeSWITCHgrammarFilesDir">
  1107. </HeatDirectory>
  1108. <HeatDirectory
  1109. ToolPath="$(WixToolPath)"
  1110. OutputFile="$(ProjectDir)Fragments\FreeSWITCHBaseFiles.wxs"
  1111. Directory="$(SolutionDir)$(UserFriendlyPlatform)\$(Configuration)"
  1112. Transforms="$(ProjectDir)filter.xslt"
  1113. DirectoryRefId="INSTALLLOCATION"
  1114. ComponentGroupName="FreeSWITCHBaseFiles"
  1115. GenerateGuidsNow="true"
  1116. SuppressRootDirectory="true"
  1117. SuppressRegistry="true"
  1118. SuppressCom="true"
  1119. SuppressFragments="true"
  1120. RunAsSeparateProcess="true"
  1121. PreprocessorVariable="var.FreeSWITCHBaseDir">
  1122. </HeatDirectory>
  1123. </Target>
  1124. <Target Name="AfterBuild">
  1125. <Copy SourceFiles="$(OutputPath)$(OutputName).msi" DestinationFiles="$(DestinationFileName)" />
  1126. <Message Importance="High" Text="Signing FreeSWITCH MSI Package" />
  1127. <Exec ContinueOnError="WarnAndContinue"
  1128. Command="&quot;$(SignToolPath)&quot; sign /fd sha256 /sha1 $(CertificateThumbprint) /t &quot;$(TimestampUrl)&quot; &quot;$(DestinationFileName)&quot;"
  1129. StandardOutputImportance="high" />
  1130. <Message Importance="High" Condition="Exists('$(DestinationFileName)')" Text="Success. An output MSI has been copied to $(DestinationFileName)" />
  1131. </Target>
  1132. </Project>