Setup.2017.wixproj 57 KB

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