Setup.2015.wixproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" InitialTargets="LoadDynamicVariables" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{47213370-b933-487d-9f45-bca26d7e2b6f}</ProjectGuid>
  5. <SchemaVersion>2.0</SchemaVersion>
  6. <OutputName>FreeSWITCH</OutputName>
  7. <OutputType>Package</OutputType>
  8. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
  9. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
  10. </PropertyGroup>
  11. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  12. <OutputPath>bin\x86\Debug\</OutputPath>
  13. <IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>
  14. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\Win32\debug\sounds;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration);PlatformDir=Win32;</DefineConstants>
  15. <WixVariables>
  16. </WixVariables>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  19. <OutputPath>bin\x86\release\</OutputPath>
  20. <IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>
  21. <DefineConstants>FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\Win32\release\sounds;FreeSWITCHBaseDir=$(SolutionDir)Win32\$(Configuration);</DefineConstants>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  24. <OutputPath>bin\x64\Debug\</OutputPath>
  25. <IntermediateOutputPath>obj\X64\$(Configuration)\</IntermediateOutputPath>
  26. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\x64\debug\sounds;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration);</DefineConstants>
  27. <WixVariables>
  28. </WixVariables>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  31. <OutputPath>bin\x64\Release\</OutputPath>
  32. <IntermediateOutputPath>obj\X64\$(Configuration)\</IntermediateOutputPath>
  33. <DefineConstants>FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\x64\release\sounds;FreeSWITCHBaseDir=$(SolutionDir)$(Platform)\$(Configuration);</DefineConstants>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Compile Include="Fragments\FreeSWITCHConfFiles.wxs" />
  37. <Compile Include="Fragments\FreeSWITCHSoundFiles8.wxs" />
  38. <Compile Include="Fragments\FreeSWITCHBaseFiles.wxs" />
  39. <Compile Include="FreeSWITCHConsole.wxs" />
  40. <Compile Include="Product.2015.wxs" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <WixExtension Include="WixUIExtension">
  44. <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
  45. <Name>WixUIExtension</Name>
  46. </WixExtension>
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Folder Include="Fragments" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <ProjectReference Include="..\..\libs\esl\fs_cli.2015.vcxproj">
  53. <Name>fs_cli</Name>
  54. <Project>{d2fb8043-d208-4aee-8f18-3b5857c871b9}</Project>
  55. <Private>True</Private>
  56. <DoNotHarvest>True</DoNotHarvest>
  57. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  58. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  59. </ProjectReference>
  60. <ProjectReference Include="..\..\libs\win32\Sound_Files\8khz.2015.vcxproj">
  61. <Name>8khz</Name>
  62. <Project>{7a8d8174-b355-4114-afc1-04777cb9de0a}</Project>
  63. <Private>True</Private>
  64. <DoNotHarvest>True</DoNotHarvest>
  65. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  66. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  67. </ProjectReference>
  68. <ProjectReference Include="..\..\libs\win32\Sound_Files\8khzmusic.2015.vcxproj">
  69. <Name>8khz music</Name>
  70. <Project>{d1abe208-6442-4fb4-9aad-1677e41bc870}</Project>
  71. <Private>True</Private>
  72. <DoNotHarvest>True</DoNotHarvest>
  73. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  74. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\src\mod\applications\mod_abstraction\mod_abstraction.2015.vcxproj">
  77. <Name>mod_abstraction</Name>
  78. <Project>{60c542ee-6882-4ea2-8c21-5ab6db1ba73f}</Project>
  79. <Private>True</Private>
  80. <DoNotHarvest>True</DoNotHarvest>
  81. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  82. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\src\mod\applications\mod_avmd\mod_avmd.2015.vcxproj">
  85. <Name>mod_avmd</Name>
  86. <Project>{990baa76-89d3-4e38-8479-c7b28784efc8}</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_blacklist\mod_blacklist.2015.vcxproj">
  93. <Name>mod_blacklist</Name>
  94. <Project>{50aac2ce-bfc9-4912-87cc-c6381850d735}</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_callcenter\mod_callcenter.2015.vcxproj">
  101. <Name>mod_callcenter</Name>
  102. <Project>{47886a6c-cca6-4f9f-a7d4-f97d06fb2b1a}</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_commands\mod_commands.2015.vcxproj">
  109. <Name>mod_commands</Name>
  110. <Project>{30a5b29c-983e-4580-9fd0-d647ccdcc7eb}</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_conference\mod_conference.2015.vcxproj">
  117. <Name>mod_conference</Name>
  118. <Project>{c24fb505-05d7-4319-8485-7540b44c8603}</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_curl\mod_curl.2015.vcxproj">
  125. <Name>mod_curl</Name>
  126. <Project>{ef300386-a8df-4372-b6d8-fb9bffca9aed}</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_db\mod_db.2015.vcxproj">
  133. <Name>mod_db</Name>
  134. <Project>{f6a33240-8f29-48bd-98f0-826995911799}</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_directory\mod_directory.2015.vcxproj">
  141. <Name>mod_directory</Name>
  142. <Project>{b889a18e-70a7-44b5-b2c9-47798d4f43b3}</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_distributor\mod_distributor.2015.vcxproj">
  149. <Name>mod_distributor</Name>
  150. <Project>{5c2b4d88-3bea-4fe0-90df-fa9836099d5f}</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_dptools\mod_dptools.2015.vcxproj">
  157. <Name>mod_dptools</Name>
  158. <Project>{b5881a85-fe70-4f64-8607-2caae52669c6}</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_easyroute\mod_easyroute.2015.vcxproj">
  165. <Name>mod_easyroute</Name>
  166. <Project>{329fd5b0-ef28-4606-86d0-f6ea21cf8e36}</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_enum\mod_enum.2015.vcxproj">
  173. <Name>mod_enum</Name>
  174. <Project>{71a967d5-0e99-4cef-a587-98836ee6f2ef}</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_esf\mod_esf.2015.vcxproj">
  181. <Name>mod_esf</Name>
  182. <Project>{3850d93a-5f24-4922-bc1c-74d08c37c256}</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_expr\mod_expr.2015.vcxproj">
  189. <Name>mod_expr</Name>
  190. <Project>{65a6273d-fcab-4c55-b09e-65100141a5d4}</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_fifo\mod_fifo.2015.vcxproj">
  197. <Name>mod_fifo</Name>
  198. <Project>{75df7f29-2fbf-47f7-b5af-5b4952dc1abd}</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_fsv\mod_fsv.2015.vcxproj">
  205. <Name>mod_fsv</Name>
  206. <Project>{e3246d17-e29b-4ab5-962a-c69b0c5837bb}</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_hash\mod_hash.2015.vcxproj">
  213. <Name>mod_hash</Name>
  214. <Project>{2e250296-0c08-4342-9c8a-bcbdd0e7df65}</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_httapi\mod_httapi.2015.vcxproj">
  221. <Name>mod_httapi</Name>
  222. <Project>{4748ff56-ca85-4809-97d6-a94c0fac1d77}</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_http_cache\mod_http_cache.vcxproj">
  229. <Name>mod_http_cache</Name>
  230. <Project>{87933c2d-0159-46f7-b326-e1b6e982c21e}</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_lcr\mod_lcr.2015.vcxproj">
  237. <Name>mod_lcr</Name>
  238. <Project>{1a3793d1-05d1-4b57-9b0f-5af3e79dc439}</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_nibblebill\mod_nibblebill.2015.vcxproj">
  245. <Name>mod_nibblebill</Name>
  246. <Project>{3c977801-fe88-48f2-83d3-fa2ebff6688e}</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_snom\mod_snom.2015.vcxproj">
  253. <Name>mod_snom</Name>
  254. <Project>{2a3d00c6-588d-4e86-81ac-9ef5ede86e03}</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_spandsp\mod_spandsp.2015.vcxproj">
  261. <Name>mod_spandsp</Name>
  262. <Project>{1e21afe0-6fdb-41d2-942d-863607c24b91}</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_vmd\mod_vmd.2015.vcxproj">
  269. <Name>mod_vmd</Name>
  270. <Project>{14e4a972-9cfb-436d-b0a5-4943f3f80d47}</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_voicemail\mod_voicemail.2015.vcxproj">
  277. <Name>mod_voicemail</Name>
  278. <Project>{d7f1e3f2-a3f4-474c-8555-15122571af52}</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\asr_tts\mod_flite\mod_flite.2015.vcxproj">
  285. <Name>mod_flite</Name>
  286. <Project>{66444aee-554c-11dd-a9f0-8c5d56d89593}</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\asr_tts\mod_pocketsphinx\mod_pocketsphinx.2015.vcxproj">
  293. <Name>mod_pocketsphinx</Name>
  294. <Project>{2286da73-9fc5-45bc-a508-85994c3317ab}</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\codecs\mod_amr\mod_amr.2015.vcxproj">
  301. <Name>mod_amr</Name>
  302. <Project>{8deb383c-4091-4f42-a56f-c9e46d552d79}</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\codecs\mod_bv\mod_bv.2015.vcxproj">
  309. <Name>mod_bv</Name>
  310. <Project>{d5c87b19-150d-4ef3-a671-96589bd2d14a}</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\codecs\mod_g723_1\mod_g723_1.2015.vcxproj">
  317. <Name>mod_g723_1</Name>
  318. <Project>{fea1eef7-876f-48de-88bf-c0e3e606d758}</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\codecs\mod_g729\mod_g729.2015.vcxproj">
  325. <Name>mod_g729</Name>
  326. <Project>{1d95cd95-0de2-48c3-ac23-d5c7d1c9c0f0}</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\codecs\mod_h26x\mod_h26x.2015.vcxproj">
  333. <Name>mod_h26x</Name>
  334. <Project>{2c3c2423-234b-4772-8899-d3b137e5ca35}</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\codecs\mod_ilbc\mod_ilbc.2015.vcxproj">
  341. <Name>mod_ilbc</Name>
  342. <Project>{d3ec0aff-76fc-4210-a825-9a17410660a3}</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\codecs\mod_isac\mod_iSAC.2015.vcxproj">
  349. <Name>mod_iSAC</Name>
  350. <Project>{7f1610f1-dd5a-4cf7-8610-30ab12c60add}</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\codecs\mod_opus\mod_opus.2015.vcxproj">
  357. <Name>mod_opus</Name>
  358. <Project>{64e99cca-3c6f-4aeb-9fa3-cfac711257bb}</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\codecs\mod_siren\mod_siren.2015.vcxproj">
  365. <Name>mod_siren</Name>
  366. <Project>{0b6c905b-142e-4999-b39d-92ff7951e921}</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\dialplans\mod_dialplan_asterisk\mod_dialplan_asterisk.2015.vcxproj">
  373. <Name>mod_dialplan_asterisk</Name>
  374. <Project>{e7bc026c-7cc5-45a3-bc7c-3b88eef01f24}</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\dialplans\mod_dialplan_directory\mod_dialplan_directory.2015.vcxproj">
  381. <Name>mod_dialplan_directory</Name>
  382. <Project>{a27cca23-1541-4337-81a4-f0a6413078a0}</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\dialplans\mod_dialplan_xml\mod_dialplan_xml.2015.vcxproj">
  389. <Name>mod_dialplan_xml</Name>
  390. <Project>{07113b25-d3af-4e04-ba77-4cd1171f022c}</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\directories\mod_ldap\mod_ldap.2015.vcxproj">
  397. <Name>mod_ldap</Name>
  398. <Project>{ec3e5c7f-ee09-47e2-80fe-546363d14a98}</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\endpoints\mod_dingaling\mod_dingaling.2015.vcxproj">
  405. <Name>mod_dingaling</Name>
  406. <Project>{ffaa4c52-3a53-4f99-90c1-d59d1f0427f3}</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\endpoints\mod_loopback\mod_loopback.2015.vcxproj">
  413. <Name>mod_loopback</Name>
  414. <Project>{b3f424ec-3d8f-417c-b244-3919d5e1a577}</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\endpoints\mod_rtc\mod_rtc.2015.vcxproj">
  421. <Name>mod_rtc</Name>
  422. <Project>{3884add2-91d0-4cd6-86d3-d5fb2d4aab9e}</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\endpoints\mod_rtmp\mod_rtmp.2015.vcxproj">
  429. <Name>mod_rtmp</Name>
  430. <Project>{48414740-c693-4968-9846-ee058020c64f}</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\endpoints\mod_skinny\mod_skinny.2015.vcxproj">
  437. <Name>mod_skinny</Name>
  438. <Project>{cc1dd008-9406-448d-a0ad-33c3186cfadb}</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\endpoints\mod_skypopen\mod_skypopen.2015.vcxproj">
  445. <Name>mod_skypopen</Name>
  446. <Project>{c6e78a4c-db1e-47f4-9b63-4dc27d86343f}</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\endpoints\mod_sofia\mod_sofia.2015.vcxproj">
  453. <Name>mod_sofia</Name>
  454. <Project>{0df3abd0-ddc0-4265-b778-07c66780979b}</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\endpoints\mod_verto\mod_verto.2015.vcxproj">
  461. <Name>mod_verto</Name>
  462. <Project>{5b2bace4-0f5a-4a21-930d-c0f4b1f58fa6}</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\event_handlers\mod_cdr_csv\mod_cdr_csv.2015.vcxproj">
  469. <Name>mod_cdr_csv</Name>
  470. <Project>{44d7deaf-fda5-495e-8b9d-1439e4f4c21e}</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\event_handlers\mod_event_multicast\mod_event_multicast.2015.vcxproj">
  477. <Name>mod_event_multicast</Name>
  478. <Project>{784113ef-44d9-4949-835d-7065d3c7ad08}</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\event_handlers\mod_event_socket\mod_event_socket.2015.vcxproj">
  485. <Name>mod_event_socket</Name>
  486. <Project>{05515420-16de-4e63-be73-85be85ba5142}</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\formats\mod_local_stream\mod_local_stream.2015.vcxproj">
  493. <Name>mod_local_stream</Name>
  494. <Project>{2ca40887-1622-46a1-a7f9-17fd7e7e545b}</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\formats\mod_native_file\mod_native_file.2015.vcxproj">
  501. <Name>mod_native_file</Name>
  502. <Project>{9254c4b0-6f60-42b6-bb3a-36d63fc001c7}</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\formats\mod_png\mod_png.2015.vcxproj">
  509. <Name>mod_png</Name>
  510. <Project>{fbc7e2a4-b989-4289-ba7f-68f440e9ef8b}</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\formats\mod_shout\mod_shout.2015.vcxproj">
  517. <Name>mod_shout</Name>
  518. <Project>{38fe0559-9910-43a8-9e45-3e5004c27692}</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\formats\mod_sndfile\mod_sndfile.2015.vcxproj">
  525. <Name>mod_sndfile</Name>
  526. <Project>{afac0568-7548-42d5-9f6a-8d3400a1e4f6}</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\formats\mod_tone_stream\mod_tone_stream.2015.vcxproj">
  533. <Name>mod_tone_stream</Name>
  534. <Project>{6ff941ac-82c5-429f-aa4c-ad2fb9e5da52}</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\languages\mod_lua\mod_lua.2015.vcxproj">
  541. <Name>mod_lua</Name>
  542. <Project>{7b077e7f-1be7-4291-ab86-55e527b25cac}</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\languages\mod_managed\mod_managed.2015.vcxproj">
  549. <Name>mod_managed</Name>
  550. <Project>{7b42bda1-72c0-4378-a9b6-5c530f8cd61e}</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\languages\mod_v8\mod_v8.2015.vcxproj">
  557. <Name>mod_v8</Name>
  558. <Project>{9b9d2551-d6bd-4f20-8be5-de30e154a064}</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\loggers\mod_console\mod_console.2015.vcxproj">
  565. <Name>mod_console</Name>
  566. <Project>{1c453396-d912-4213-89fd-9b489162b7b5}</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\loggers\mod_logfile\mod_logfile.2015.vcxproj">
  573. <Name>mod_logfile</Name>
  574. <Project>{d0bcac02-d94b-46b8-9b49-cddcc2bd7909}</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\say\mod_say_de\mod_say_de.2015.vcxproj">
  581. <Name>mod_say_de</Name>
  582. <Project>{5bc072db-3826-48ea-af34-fe32aa01e83b}</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\say\mod_say_en\mod_say_en.2015.vcxproj">
  589. <Name>mod_say_en</Name>
  590. <Project>{988cacf7-3fcb-4992-be69-77872ae67dc8}</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\say\mod_say_es\mod_say_es.2015.vcxproj">
  597. <Name>mod_say_es</Name>
  598. <Project>{fa429e98-8b03-45e6-a096-a4bc5e821de4}</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\say\mod_say_fr\mod_say_fr.2015.vcxproj">
  605. <Name>mod_say_fr</Name>
  606. <Project>{06e3a538-ab32-44f2-b477-755ff9cb5d37}</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\say\mod_say_it\mod_say_it.2015.vcxproj">
  613. <Name>mod_say_it</Name>
  614. <Project>{6d1bec70-4dcd-4fe9-adbd-4a43a67e4d05}</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\say\mod_say_nl\mod_say_nl.2015.vcxproj">
  621. <Name>mod_say_nl</Name>
  622. <Project>{a4b122cf-5196-476b-8c0e-d8bd59ac3c14}</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\say\mod_say_pt\mod_say_pt.2015.vcxproj">
  629. <Name>mod_say_pt</Name>
  630. <Project>{7c22bdff-cc09-400c-8a09-660733980028}</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\say\mod_say_ru\mod_say_ru.2015.vcxproj">
  637. <Name>mod_say_ru</Name>
  638. <Project>{0382e8fd-cfdc-41c0-8b03-792c7c84fc31}</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\say\mod_say_sv\mod_say_sv.2015.vcxproj">
  645. <Name>mod_say_sv</Name>
  646. <Project>{8cda2b34-fa44-49cc-9ec2-b8f35856cd15}</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\say\mod_say_zh\mod_say_zh.2015.vcxproj">
  653. <Name>mod_say_zh</Name>
  654. <Project>{b6a9fb7a-1cc4-442b-812d-ec33e4e4a36e}</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\xml_int\mod_xml_cdr\mod_xml_cdr.2015.vcxproj">
  661. <Name>mod_xml_cdr</Name>
  662. <Project>{08dad348-9e0a-4a2e-97f1-f1e7e24a7836}</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\xml_int\mod_xml_curl\mod_xml_curl.2015.vcxproj">
  669. <Name>mod_xml_curl</Name>
  670. <Project>{ab91a099-7690-4ecf-8994-e458f4ea1ed4}</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\xml_int\mod_xml_rpc\mod_xml_rpc.2015.vcxproj">
  677. <Name>mod_xml_rpc</Name>
  678. <Project>{cbec7225-0c21-4da8-978e-1f158f8ad950}</Project>
  679. <Private>True</Private>
  680. <DoNotHarvest>True</DoNotHarvest>
  681. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  682. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  683. </ProjectReference>
  684. <ProjectReference Include="..\Console\FreeSwitchConsole.2015.vcxproj">
  685. <Name>FreeSwitchConsole</Name>
  686. <Project>{1af3a893-f7be-43dd-b697-8ab2397c0d67}</Project>
  687. <Private>True</Private>
  688. <DoNotHarvest>True</DoNotHarvest>
  689. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  690. <RefTargetDir>INSTALLFOLDER</RefTargetDir>
  691. </ProjectReference>
  692. </ItemGroup>
  693. <ItemGroup>
  694. <Content Include="filter.xslt" />
  695. </ItemGroup>
  696. <Import Project="$(WixTargetsPath)" />
  697. <PropertyGroup Condition=" '$(Platform)' == 'x86' ">
  698. <PreBuildEvent>"$(WixToolPath)\heat.exe" dir "$(ProjectDir)..\..\conf\vanilla" -cg FreeSWITCHConfFiles -gg -scom -sreg -sfrag -srd -dr CONFLOCATION -var var.FreeSWITCHConfFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHConfFiles.wxs"
  699. "$(WixToolPath)\heat.exe" dir "$(SolutionDir)Win32\$(Configuration)\sounds" -cg FreeSWITCHSoundFiles8 -gg -scom -sreg -sfrag -srd -dr SOUNDLOCATION -var var.FreeSWITCHSoundFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHSoundFiles8.wxs"
  700. "$(WixToolPath)\heat.exe" dir "$(SolutionDir)Win32\$(Configuration)" -t $(ProjectDir)filter.xslt -cg FreeSWITCHBaseFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -var var.FreeSWITCHBaseDir -out "$(ProjectDir)Fragments\FreeSWITCHBaseFiles.wxs"</PreBuildEvent>
  701. </PropertyGroup>
  702. <PropertyGroup Condition=" '$(Platform)' == 'x64' ">
  703. <PreBuildEvent>"$(WixToolPath)\heat.exe" dir "$(ProjectDir)..\..\conf\vanilla" -cg FreeSWITCHConfFiles -gg -scom -sreg -sfrag -srd -dr CONFLOCATION -var var.FreeSWITCHConfFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHConfFiles.wxs"
  704. "$(WixToolPath)\heat.exe" dir "$(SolutionDir)x64\$(Configuration)\sounds" -cg FreeSWITCHSoundFiles8 -gg -scom -sreg -sfrag -srd -dr SOUNDLOCATION -var var.FreeSWITCHSoundFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHSoundFiles8.wxs"
  705. "$(WixToolPath)\heat.exe" dir "$(SolutionDir)x64\$(Configuration)" -t $(ProjectDir)filter.xslt -cg FreeSWITCHBaseFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -var var.FreeSWITCHBaseDir -out "$(ProjectDir)Fragments\FreeSWITCHBaseFiles.wxs"</PreBuildEvent>
  706. </PropertyGroup>
  707. <Target Name="LoadDynamicVariables">
  708. <Exec Command="$(SolutionDir)w32\Setup\FullVersion.cmd" ConsoleToMSBuild="true">
  709. <Output TaskParameter="ConsoleOutput" PropertyName="FullVersion" />
  710. </Exec>
  711. <CreateProperty Condition="$(FullVersion) != ''" Value="ProductVersion=$(FullVersion);$(DefineConstants)">
  712. <Output TaskParameter="Value" PropertyName="DefineConstants" />
  713. </CreateProperty>
  714. <CreateProperty Condition="'$(Platform)'=='x86'" Value="win32">
  715. <Output TaskParameter="Value" PropertyName="UserFriendlyPlatform" />
  716. </CreateProperty>
  717. <CreateProperty Condition="'$(Platform)'=='x64'" Value="x64">
  718. <Output TaskParameter="Value" PropertyName="UserFriendlyPlatform" />
  719. </CreateProperty>
  720. <CreateProperty Condition="$(FullVersion) != ''" Value="$(SolutionDir)$(UserFriendlyPlatform)\$(OutputName)-$(FullVersion)-$(UserFriendlyPlatform)-$(Configuration).msi">
  721. <Output TaskParameter="Value" PropertyName="DestinationFileName" />
  722. </CreateProperty>
  723. </Target>
  724. <!--
  725. To modify your build process, add your task inside one of the targets below.
  726. Other similar extension points exist, see Wix.targets.
  727. -->
  728. <Target Name="BeforeBuild">
  729. <Message Importance="High" Text="Deleting previously created MSI files." />
  730. <Delete Files="$(OutputPath)$(OutputName).msi" />
  731. <Delete Files="$(DestinationFileName)" />
  732. </Target>
  733. <Target Name="AfterBuild">
  734. <Copy SourceFiles="$(OutputPath)$(OutputName).msi" DestinationFiles="$(DestinationFileName)" />
  735. <Message Importance="High" Condition="Exists('$(DestinationFileName)')" Text="Success. An output MSI has been copied to $(DestinationFileName)" />
  736. </Target>
  737. </Project>