Setup.wixproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProductVersion>3.5</ProductVersion>
  5. <ProjectGuid>{47213370-b933-487d-9f45-bca26d7e2b6f}</ProjectGuid>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <OutputName>FreeSWITCH</OutputName>
  8. <OutputType>Package</OutputType>
  9. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
  10. <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
  11. </PropertyGroup>
  12. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  13. <OutputPath>bin\x86\Debug\</OutputPath>
  14. <IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>
  15. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\Win32\debug\sounds;</DefineConstants>
  16. <WixVariables>
  17. </WixVariables>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  20. <OutputPath>bin\x86\release\</OutputPath>
  21. <IntermediateOutputPath>obj\X86\$(Configuration)\</IntermediateOutputPath>
  22. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\Win32\release\sounds;</DefineConstants>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
  25. <OutputPath>bin\x64\Debug\</OutputPath>
  26. <IntermediateOutputPath>obj\X64\$(Configuration)\</IntermediateOutputPath>
  27. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\x64\debug\sounds;</DefineConstants>
  28. <WixVariables>
  29. </WixVariables>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
  32. <OutputPath>bin\x64\Release\</OutputPath>
  33. <IntermediateOutputPath>obj\X64\$(Configuration)\</IntermediateOutputPath>
  34. <DefineConstants>Debug;FreeSWITCHConfFilesDir=$(ProjectDir)..\..\conf\vanilla;FreeSWITCHSoundFilesDir=$(ProjectDir)..\..\x64\release\sounds;</DefineConstants>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Compile Include="Fragments\FreeSWITCHConfFiles.wxs" />
  38. <Compile Include="Fragments\FreeSWITCHSoundFiles8.wxs" />
  39. <Compile Include="FreeSWITCHConsole.wxs" />
  40. <Compile Include="Product.wxs" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <ProjectReference Include="..\..\libs\broadvoice\src\libbroadvoice.2010.vcxproj">
  44. <Name>libbroadvoice</Name>
  45. <Project>{cf70f278-3364-4395-a2e1-23501c9b8ad2}</Project>
  46. <Private>True</Private>
  47. <DoNotHarvest>
  48. </DoNotHarvest>
  49. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  50. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  51. </ProjectReference>
  52. <ProjectReference Include="..\..\libs\esl\fs_cli.2010.vcxproj">
  53. <Name>fs_cli</Name>
  54. <Project>{d2fb8043-d208-4aee-8f18-3b5857c871b9}</Project>
  55. <Private>True</Private>
  56. <DoNotHarvest>
  57. </DoNotHarvest>
  58. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  59. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  60. </ProjectReference>
  61. <ProjectReference Include="..\..\libs\libteletone\libteletone.2010.vcxproj">
  62. <Name>libteletone</Name>
  63. <Project>{89385c74-5860-4174-9caf-a39e7c48909c}</Project>
  64. <Private>True</Private>
  65. <DoNotHarvest>
  66. </DoNotHarvest>
  67. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  68. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  69. </ProjectReference>
  70. <ProjectReference Include="..\..\libs\spandsp\src\libspandsp.2010.vcxproj">
  71. <Name>libspandsp</Name>
  72. <Project>{1cbb0077-18c5-455f-801c-0a0ce7b0bbf5}</Project>
  73. <Private>True</Private>
  74. <DoNotHarvest>
  75. </DoNotHarvest>
  76. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  77. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  78. </ProjectReference>
  79. <ProjectReference Include="..\..\libs\win32\apr-util\libaprutil.2010.vcxproj">
  80. <Name>libaprutil</Name>
  81. <Project>{f057da7f-79e5-4b00-845c-ef446ef055e3}</Project>
  82. <Private>True</Private>
  83. <DoNotHarvest>
  84. </DoNotHarvest>
  85. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  86. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\libs\win32\apr\libapr.2010.vcxproj">
  89. <Name>libapr</Name>
  90. <Project>{f6c55d93-b927-4483-bb69-15aef3dd2dff}</Project>
  91. <Private>True</Private>
  92. <DoNotHarvest>
  93. </DoNotHarvest>
  94. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  95. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\libs\win32\js\js.2010.vcxproj">
  98. <Name>js</Name>
  99. <Project>{204fa0de-305d-4414-ae2e-f195a23f390d}</Project>
  100. <Private>True</Private>
  101. <DoNotHarvest>
  102. </DoNotHarvest>
  103. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  104. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  105. </ProjectReference>
  106. <ProjectReference Include="..\..\libs\win32\openssl\libeay32.2010.vcxproj">
  107. <Name>libeay32</Name>
  108. <Project>{d331904d-a00a-4694-a5a3-fcff64ab5dbe}</Project>
  109. <Private>True</Private>
  110. <DoNotHarvest>
  111. </DoNotHarvest>
  112. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  113. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  114. </ProjectReference>
  115. <ProjectReference Include="..\..\libs\win32\openssl\openssl.2010.vcxproj">
  116. <Name>openssl __Libraries\openssl\openssl_</Name>
  117. <Project>{25bd39b1-c8bf-4676-a738-9cabd9c6bc79}</Project>
  118. <Private>True</Private>
  119. <DoNotHarvest>
  120. </DoNotHarvest>
  121. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  122. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  123. </ProjectReference>
  124. <ProjectReference Include="..\..\libs\win32\openssl\ssleay32.2010.vcxproj">
  125. <Name>ssleay32</Name>
  126. <Project>{b4b62169-5ad4-4559-8707-3d933ac5db39}</Project>
  127. <Private>True</Private>
  128. <DoNotHarvest>
  129. </DoNotHarvest>
  130. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  131. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  132. </ProjectReference>
  133. <ProjectReference Include="..\..\libs\win32\pocketsphinx\pocketsphinx.2010.vcxproj">
  134. <Name>pocketsphinx</Name>
  135. <Project>{94001a0e-a837-445c-8004-f918f10d0226}</Project>
  136. <Private>True</Private>
  137. <DoNotHarvest>
  138. </DoNotHarvest>
  139. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  140. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  141. </ProjectReference>
  142. <ProjectReference Include="..\..\libs\win32\pthread\pthread.2010.vcxproj">
  143. <Name>pthread</Name>
  144. <Project>{df018947-0fff-4eb3-bdee-441dc81da7a4}</Project>
  145. <Private>True</Private>
  146. <DoNotHarvest>
  147. </DoNotHarvest>
  148. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  149. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  150. </ProjectReference>
  151. <ProjectReference Include="..\..\libs\win32\sphinxbase\sphinxbase.2010.vcxproj">
  152. <Name>sphinxbase</Name>
  153. <Project>{2f025ead-99bd-40f5-b2cc-f0a28cad7f2d}</Project>
  154. <Private>True</Private>
  155. <DoNotHarvest>
  156. </DoNotHarvest>
  157. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  158. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  159. </ProjectReference>
  160. <ProjectReference Include="..\..\src\mod\applications\mod_abstraction\mod_abstraction.2010.vcxproj">
  161. <Name>mod_abstraction</Name>
  162. <Project>{60c542ee-6882-4ea2-8c21-5ab6db1ba73f}</Project>
  163. <Private>True</Private>
  164. <DoNotHarvest>
  165. </DoNotHarvest>
  166. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  167. <RefTargetDir>MODLOCATION</RefTargetDir>
  168. </ProjectReference>
  169. <ProjectReference Include="..\..\src\mod\applications\mod_avmd\mod_avmd.2010.vcxproj">
  170. <Name>mod_avmd</Name>
  171. <Project>{990baa76-89d3-4e38-8479-c7b28784efc8}</Project>
  172. <Private>True</Private>
  173. <DoNotHarvest>
  174. </DoNotHarvest>
  175. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  176. <RefTargetDir>MODLOCATION</RefTargetDir>
  177. </ProjectReference>
  178. <ProjectReference Include="..\..\src\mod\applications\mod_callcenter\mod_callcenter.2010.vcxproj">
  179. <Name>mod_callcenter</Name>
  180. <Project>{47886a6c-cca6-4f9f-a7d4-f97d06fb2b1a}</Project>
  181. <Private>True</Private>
  182. <DoNotHarvest>
  183. </DoNotHarvest>
  184. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  185. <RefTargetDir>MODLOCATION</RefTargetDir>
  186. </ProjectReference>
  187. <ProjectReference Include="..\..\src\mod\applications\mod_commands\mod_commands.2010.vcxproj">
  188. <Name>mod_commands</Name>
  189. <Project>{30a5b29c-983e-4580-9fd0-d647ccdcc7eb}</Project>
  190. <Private>True</Private>
  191. <DoNotHarvest>
  192. </DoNotHarvest>
  193. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  194. <RefTargetDir>MODLOCATION</RefTargetDir>
  195. </ProjectReference>
  196. <ProjectReference Include="..\..\src\mod\applications\mod_conference\mod_conference.2010.vcxproj">
  197. <Name>mod_conference</Name>
  198. <Project>{c24fb505-05d7-4319-8485-7540b44c8603}</Project>
  199. <Private>True</Private>
  200. <DoNotHarvest>
  201. </DoNotHarvest>
  202. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  203. <RefTargetDir>MODLOCATION</RefTargetDir>
  204. </ProjectReference>
  205. <ProjectReference Include="..\..\src\mod\applications\mod_curl\mod_curl.2010.vcxproj">
  206. <Name>mod_curl</Name>
  207. <Project>{ef300386-a8df-4372-b6d8-fb9bffca9aed}</Project>
  208. <Private>True</Private>
  209. <DoNotHarvest>
  210. </DoNotHarvest>
  211. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  212. <RefTargetDir>MODLOCATION</RefTargetDir>
  213. </ProjectReference>
  214. <ProjectReference Include="..\..\src\mod\applications\mod_db\mod_db.2010.vcxproj">
  215. <Name>mod_db</Name>
  216. <Project>{f6a33240-8f29-48bd-98f0-826995911799}</Project>
  217. <Private>True</Private>
  218. <DoNotHarvest>
  219. </DoNotHarvest>
  220. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  221. <RefTargetDir>MODLOCATION</RefTargetDir>
  222. </ProjectReference>
  223. <ProjectReference Include="..\..\src\mod\applications\mod_directory\mod_directory.2010.vcxproj">
  224. <Name>mod_directory</Name>
  225. <Project>{b889a18e-70a7-44b5-b2c9-47798d4f43b3}</Project>
  226. <Private>True</Private>
  227. <DoNotHarvest>
  228. </DoNotHarvest>
  229. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  230. <RefTargetDir>MODLOCATION</RefTargetDir>
  231. </ProjectReference>
  232. <ProjectReference Include="..\..\src\mod\applications\mod_dptools\mod_dptools.2010.vcxproj">
  233. <Name>mod_dptools</Name>
  234. <Project>{b5881a85-fe70-4f64-8607-2caae52669c6}</Project>
  235. <Private>True</Private>
  236. <DoNotHarvest>
  237. </DoNotHarvest>
  238. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  239. <RefTargetDir>MODLOCATION</RefTargetDir>
  240. </ProjectReference>
  241. <ProjectReference Include="..\..\src\mod\applications\mod_enum\mod_enum.2010.vcxproj">
  242. <Name>mod_enum</Name>
  243. <Project>{71a967d5-0e99-4cef-a587-98836ee6f2ef}</Project>
  244. <Private>True</Private>
  245. <DoNotHarvest>
  246. </DoNotHarvest>
  247. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  248. <RefTargetDir>MODLOCATION</RefTargetDir>
  249. </ProjectReference>
  250. <ProjectReference Include="..\..\src\mod\applications\mod_esf\mod_esf.2010.vcxproj">
  251. <Name>mod_esf</Name>
  252. <Project>{3850d93a-5f24-4922-bc1c-74d08c37c256}</Project>
  253. <Private>True</Private>
  254. <DoNotHarvest>
  255. </DoNotHarvest>
  256. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  257. <RefTargetDir>MODLOCATION</RefTargetDir>
  258. </ProjectReference>
  259. <ProjectReference Include="..\..\src\mod\applications\mod_expr\mod_expr.2010.vcxproj">
  260. <Name>mod_expr</Name>
  261. <Project>{65a6273d-fcab-4c55-b09e-65100141a5d4}</Project>
  262. <Private>True</Private>
  263. <DoNotHarvest>
  264. </DoNotHarvest>
  265. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  266. <RefTargetDir>MODLOCATION</RefTargetDir>
  267. </ProjectReference>
  268. <ProjectReference Include="..\..\src\mod\applications\mod_fifo\mod_fifo.2010.vcxproj">
  269. <Name>mod_fifo</Name>
  270. <Project>{75df7f29-2fbf-47f7-b5af-5b4952dc1abd}</Project>
  271. <Private>True</Private>
  272. <DoNotHarvest>
  273. </DoNotHarvest>
  274. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  275. <RefTargetDir>MODLOCATION</RefTargetDir>
  276. </ProjectReference>
  277. <ProjectReference Include="..\..\src\mod\applications\mod_fsv\mod_fsv.2010.vcxproj">
  278. <Name>mod_fsv</Name>
  279. <Project>{e3246d17-e29b-4ab5-962a-c69b0c5837bb}</Project>
  280. <Private>True</Private>
  281. <DoNotHarvest>
  282. </DoNotHarvest>
  283. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  284. <RefTargetDir>MODLOCATION</RefTargetDir>
  285. </ProjectReference>
  286. <ProjectReference Include="..\..\src\mod\applications\mod_hash\mod_hash.2010.vcxproj">
  287. <Name>mod_hash</Name>
  288. <Project>{2e250296-0c08-4342-9c8a-bcbdd0e7df65}</Project>
  289. <Private>True</Private>
  290. <DoNotHarvest>
  291. </DoNotHarvest>
  292. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  293. <RefTargetDir>MODLOCATION</RefTargetDir>
  294. </ProjectReference>
  295. <ProjectReference Include="..\..\src\mod\applications\mod_httapi\mod_httapi.2010.vcxproj">
  296. <Name>mod_httapi</Name>
  297. <Project>{4748ff56-ca85-4809-97d6-a94c0fac1d77}</Project>
  298. <Private>True</Private>
  299. <DoNotHarvest>
  300. </DoNotHarvest>
  301. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  302. <RefTargetDir>MODLOCATION</RefTargetDir>
  303. </ProjectReference>
  304. <ProjectReference Include="..\..\src\mod\applications\mod_lcr\mod_lcr.2010.vcxproj">
  305. <Name>mod_lcr</Name>
  306. <Project>{1a3793d1-05d1-4b57-9b0f-5af3e79dc439}</Project>
  307. <Private>True</Private>
  308. <DoNotHarvest>
  309. </DoNotHarvest>
  310. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  311. <RefTargetDir>MODLOCATION</RefTargetDir>
  312. </ProjectReference>
  313. <ProjectReference Include="..\..\src\mod\applications\mod_nibblebill\mod_nibblebill.2010.vcxproj">
  314. <Name>mod_nibblebill</Name>
  315. <Project>{3c977801-fe88-48f2-83d3-fa2ebff6688e}</Project>
  316. <Private>True</Private>
  317. <DoNotHarvest>
  318. </DoNotHarvest>
  319. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  320. <RefTargetDir>MODLOCATION</RefTargetDir>
  321. </ProjectReference>
  322. <ProjectReference Include="..\..\src\mod\applications\mod_rss\mod_rss.2010.vcxproj">
  323. <Name>mod_rss</Name>
  324. <Project>{b69247fa-ecd6-40ed-8e44-5ca6c3baf9a4}</Project>
  325. <Private>True</Private>
  326. <DoNotHarvest>
  327. </DoNotHarvest>
  328. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  329. <RefTargetDir>MODLOCATION</RefTargetDir>
  330. </ProjectReference>
  331. <ProjectReference Include="..\..\src\mod\applications\mod_snom\mod_snom.2010.vcxproj">
  332. <Name>mod_snom</Name>
  333. <Project>{2a3d00c6-588d-4e86-81ac-9ef5ede86e03}</Project>
  334. <Private>True</Private>
  335. <DoNotHarvest>
  336. </DoNotHarvest>
  337. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  338. <RefTargetDir>MODLOCATION</RefTargetDir>
  339. </ProjectReference>
  340. <ProjectReference Include="..\..\src\mod\applications\mod_spandsp\mod_spandsp.2010.vcxproj">
  341. <Name>mod_spandsp</Name>
  342. <Project>{1e21afe0-6fdb-41d2-942d-863607c24b91}</Project>
  343. <Private>True</Private>
  344. <DoNotHarvest>
  345. </DoNotHarvest>
  346. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  347. <RefTargetDir>MODLOCATION</RefTargetDir>
  348. </ProjectReference>
  349. <ProjectReference Include="..\..\src\mod\applications\mod_valet_parking\mod_valet_parking.2010.vcxproj">
  350. <Name>mod_valet_parking</Name>
  351. <Project>{432db165-1eb2-4781-a9c0-71e62610b20a}</Project>
  352. <Private>True</Private>
  353. <DoNotHarvest>
  354. </DoNotHarvest>
  355. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  356. <RefTargetDir>MODLOCATION</RefTargetDir>
  357. </ProjectReference>
  358. <ProjectReference Include="..\..\src\mod\applications\mod_vmd\mod_vmd.2010.vcxproj">
  359. <Name>mod_vmd</Name>
  360. <Project>{14e4a972-9cfb-436d-b0a5-4943f3f80d47}</Project>
  361. <Private>True</Private>
  362. <DoNotHarvest>
  363. </DoNotHarvest>
  364. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  365. <RefTargetDir>MODLOCATION</RefTargetDir>
  366. </ProjectReference>
  367. <ProjectReference Include="..\..\src\mod\applications\mod_voicemail\mod_voicemail.2010.vcxproj">
  368. <Name>mod_voicemail</Name>
  369. <Project>{d7f1e3f2-a3f4-474c-8555-15122571af52}</Project>
  370. <Private>True</Private>
  371. <DoNotHarvest>
  372. </DoNotHarvest>
  373. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  374. <RefTargetDir>MODLOCATION</RefTargetDir>
  375. </ProjectReference>
  376. <ProjectReference Include="..\..\src\mod\asr_tts\mod_cepstral\mod_cepstral.2010.vcxproj">
  377. <Name>mod_cepstral</Name>
  378. <Project>{692f6330-4d87-4c82-81df-40db5892636e}</Project>
  379. <Private>True</Private>
  380. <DoNotHarvest>
  381. </DoNotHarvest>
  382. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  383. <RefTargetDir>MODLOCATION</RefTargetDir>
  384. </ProjectReference>
  385. <ProjectReference Include="..\..\src\mod\asr_tts\mod_pocketsphinx\mod_pocketsphinx.2010.vcxproj">
  386. <Name>mod_pocketsphinx</Name>
  387. <Project>{2286da73-9fc5-45bc-a508-85994c3317ab}</Project>
  388. <Private>True</Private>
  389. <DoNotHarvest>
  390. </DoNotHarvest>
  391. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  392. <RefTargetDir>MODLOCATION</RefTargetDir>
  393. </ProjectReference>
  394. <ProjectReference Include="..\..\src\mod\asr_tts\mod_unimrcp\mod_unimrcp.2010.vcxproj">
  395. <Name>mod_unimrcp</Name>
  396. <Project>{d07c378a-f5f7-438f-adf3-4ac4fb1883cd}</Project>
  397. <Private>True</Private>
  398. <DoNotHarvest>
  399. </DoNotHarvest>
  400. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  401. <RefTargetDir>MODLOCATION</RefTargetDir>
  402. </ProjectReference>
  403. <ProjectReference Include="..\..\src\mod\codecs\mod_amr\mod_amr.2010.vcxproj">
  404. <Name>mod_amr</Name>
  405. <Project>{8deb383c-4091-4f42-a56f-c9e46d552d79}</Project>
  406. <Private>True</Private>
  407. <DoNotHarvest>
  408. </DoNotHarvest>
  409. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  410. <RefTargetDir>MODLOCATION</RefTargetDir>
  411. </ProjectReference>
  412. <ProjectReference Include="..\..\src\mod\codecs\mod_celt\mod_celt.vcxproj">
  413. <Name>mod_celt</Name>
  414. <Project>{4d418176-3b33-47e6-a63e-01ba34add21c}</Project>
  415. <Private>True</Private>
  416. <DoNotHarvest>
  417. </DoNotHarvest>
  418. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  419. <RefTargetDir>MODLOCATION</RefTargetDir>
  420. </ProjectReference>
  421. <ProjectReference Include="..\..\src\mod\codecs\mod_g723_1\mod_g723_1.2010.vcxproj">
  422. <Name>mod_g723_1</Name>
  423. <Project>{fea1eef7-876f-48de-88bf-c0e3e606d758}</Project>
  424. <Private>True</Private>
  425. <DoNotHarvest>
  426. </DoNotHarvest>
  427. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  428. <RefTargetDir>MODLOCATION</RefTargetDir>
  429. </ProjectReference>
  430. <ProjectReference Include="..\..\src\mod\codecs\mod_g729\mod_g729.2010.vcxproj">
  431. <Name>mod_g729</Name>
  432. <Project>{1d95cd95-0de2-48c3-ac23-d5c7d1c9c0f0}</Project>
  433. <Private>True</Private>
  434. <DoNotHarvest>
  435. </DoNotHarvest>
  436. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  437. <RefTargetDir>MODLOCATION</RefTargetDir>
  438. </ProjectReference>
  439. <ProjectReference Include="..\..\src\mod\codecs\mod_h26x\mod_h26x.2010.vcxproj">
  440. <Name>mod_h26x</Name>
  441. <Project>{2c3c2423-234b-4772-8899-d3b137e5ca35}</Project>
  442. <Private>True</Private>
  443. <DoNotHarvest>
  444. </DoNotHarvest>
  445. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  446. <RefTargetDir>MODLOCATION</RefTargetDir>
  447. </ProjectReference>
  448. <ProjectReference Include="..\..\src\mod\codecs\mod_ilbc\mod_ilbc.2010.vcxproj">
  449. <Name>mod_ilbc</Name>
  450. <Project>{d3ec0aff-76fc-4210-a825-9a17410660a3}</Project>
  451. <Private>True</Private>
  452. <DoNotHarvest>
  453. </DoNotHarvest>
  454. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  455. <RefTargetDir>MODLOCATION</RefTargetDir>
  456. </ProjectReference>
  457. <ProjectReference Include="..\..\src\mod\codecs\mod_silk\mod_silk.2010.vcxproj">
  458. <Name>mod_silk</Name>
  459. <Project>{afa983d6-4569-4f88-ba94-555ed00fd9a8}</Project>
  460. <Private>True</Private>
  461. <DoNotHarvest>
  462. </DoNotHarvest>
  463. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  464. <RefTargetDir>MODLOCATION</RefTargetDir>
  465. </ProjectReference>
  466. <ProjectReference Include="..\..\src\mod\codecs\mod_siren\mod_siren.2010.vcxproj">
  467. <Name>mod_siren</Name>
  468. <Project>{0b6c905b-142e-4999-b39d-92ff7951e921}</Project>
  469. <Private>True</Private>
  470. <DoNotHarvest>
  471. </DoNotHarvest>
  472. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  473. <RefTargetDir>MODLOCATION</RefTargetDir>
  474. </ProjectReference>
  475. <ProjectReference Include="..\..\src\mod\codecs\mod_speex\mod_speex.2010.vcxproj">
  476. <Name>mod_speex</Name>
  477. <Project>{5580d60e-0f77-4716-9cd4-b8e5986fa375}</Project>
  478. <Private>True</Private>
  479. <DoNotHarvest>
  480. </DoNotHarvest>
  481. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  482. <RefTargetDir>MODLOCATION</RefTargetDir>
  483. </ProjectReference>
  484. <ProjectReference Include="..\..\src\mod\dialplans\mod_dialplan_asterisk\mod_dialplan_asterisk.2010.vcxproj">
  485. <Name>mod_dialplan_asterisk</Name>
  486. <Project>{e7bc026c-7cc5-45a3-bc7c-3b88eef01f24}</Project>
  487. <Private>True</Private>
  488. <DoNotHarvest>
  489. </DoNotHarvest>
  490. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  491. <RefTargetDir>MODLOCATION</RefTargetDir>
  492. </ProjectReference>
  493. <ProjectReference Include="..\..\src\mod\dialplans\mod_dialplan_directory\mod_dialplan_directory.2010.vcxproj">
  494. <Name>mod_dialplan_directory</Name>
  495. <Project>{a27cca23-1541-4337-81a4-f0a6413078a0}</Project>
  496. <Private>True</Private>
  497. <DoNotHarvest>
  498. </DoNotHarvest>
  499. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  500. <RefTargetDir>MODLOCATION</RefTargetDir>
  501. </ProjectReference>
  502. <ProjectReference Include="..\..\src\mod\dialplans\mod_dialplan_xml\mod_dialplan_xml.2010.vcxproj">
  503. <Name>mod_dialplan_xml</Name>
  504. <Project>{07113b25-d3af-4e04-ba77-4cd1171f022c}</Project>
  505. <Private>True</Private>
  506. <DoNotHarvest>
  507. </DoNotHarvest>
  508. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  509. <RefTargetDir>MODLOCATION</RefTargetDir>
  510. </ProjectReference>
  511. <ProjectReference Include="..\..\src\mod\endpoints\mod_loopback\mod_loopback.2010.vcxproj">
  512. <Name>mod_loopback</Name>
  513. <Project>{b3f424ec-3d8f-417c-b244-3919d5e1a577}</Project>
  514. <Private>True</Private>
  515. <DoNotHarvest>
  516. </DoNotHarvest>
  517. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  518. <RefTargetDir>MODLOCATION</RefTargetDir>
  519. </ProjectReference>
  520. <ProjectReference Include="..\..\src\mod\endpoints\mod_portaudio\mod_PortAudio.2010.vcxproj">
  521. <Name>mod_PortAudio</Name>
  522. <Project>{5fd31a25-5d83-4794-8bee-904dad84ce71}</Project>
  523. <Private>True</Private>
  524. <DoNotHarvest>
  525. </DoNotHarvest>
  526. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  527. <RefTargetDir>MODLOCATION</RefTargetDir>
  528. </ProjectReference>
  529. <ProjectReference Include="..\..\src\mod\endpoints\mod_rtmp\mod_rtmp_2010.vcxproj">
  530. <Name>mod_rtmp</Name>
  531. <Project>{48414740-c693-4968-9846-ee058020c64f}</Project>
  532. <Private>True</Private>
  533. <DoNotHarvest>
  534. </DoNotHarvest>
  535. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  536. <RefTargetDir>MODLOCATION</RefTargetDir>
  537. </ProjectReference>
  538. <ProjectReference Include="..\..\src\mod\endpoints\mod_skypopen\mod_skypopen.2010.vcxproj">
  539. <Name>mod_skypopen</Name>
  540. <Project>{c6e78a4c-db1e-47f4-9b63-4dc27d86343f}</Project>
  541. <Private>True</Private>
  542. <DoNotHarvest>
  543. </DoNotHarvest>
  544. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  545. <RefTargetDir>MODLOCATION</RefTargetDir>
  546. </ProjectReference>
  547. <ProjectReference Include="..\..\src\mod\endpoints\mod_sofia\mod_sofia.2010.vcxproj">
  548. <Name>mod_sofia</Name>
  549. <Project>{0df3abd0-ddc0-4265-b778-07c66780979b}</Project>
  550. <Private>True</Private>
  551. <DoNotHarvest>
  552. </DoNotHarvest>
  553. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  554. <RefTargetDir>MODLOCATION</RefTargetDir>
  555. </ProjectReference>
  556. <ProjectReference Include="..\..\src\mod\event_handlers\mod_cdr_csv\mod_cdr_csv.2010.vcxproj">
  557. <Name>mod_cdr_csv</Name>
  558. <Project>{44d7deaf-fda5-495e-8b9d-1439e4f4c21e}</Project>
  559. <Private>True</Private>
  560. <DoNotHarvest>
  561. </DoNotHarvest>
  562. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  563. <RefTargetDir>MODLOCATION</RefTargetDir>
  564. </ProjectReference>
  565. <ProjectReference Include="..\..\src\mod\event_handlers\mod_event_multicast\mod_event_multicast.2010.vcxproj">
  566. <Name>mod_event_multicast</Name>
  567. <Project>{784113ef-44d9-4949-835d-7065d3c7ad08}</Project>
  568. <Private>True</Private>
  569. <DoNotHarvest>
  570. </DoNotHarvest>
  571. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  572. <RefTargetDir>MODLOCATION</RefTargetDir>
  573. </ProjectReference>
  574. <ProjectReference Include="..\..\src\mod\event_handlers\mod_event_socket\mod_event_socket.2010.vcxproj">
  575. <Name>mod_event_socket</Name>
  576. <Project>{05515420-16de-4e63-be73-85be85ba5142}</Project>
  577. <Private>True</Private>
  578. <DoNotHarvest>
  579. </DoNotHarvest>
  580. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  581. <RefTargetDir>MODLOCATION</RefTargetDir>
  582. </ProjectReference>
  583. <ProjectReference Include="..\..\src\mod\formats\mod_local_stream\mod_local_stream.2010.vcxproj">
  584. <Name>mod_local_stream</Name>
  585. <Project>{2ca40887-1622-46a1-a7f9-17fd7e7e545b}</Project>
  586. <Private>True</Private>
  587. <DoNotHarvest>
  588. </DoNotHarvest>
  589. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  590. <RefTargetDir>MODLOCATION</RefTargetDir>
  591. </ProjectReference>
  592. <ProjectReference Include="..\..\src\mod\formats\mod_native_file\mod_native_file.2010.vcxproj">
  593. <Name>mod_native_file</Name>
  594. <Project>{9254c4b0-6f60-42b6-bb3a-36d63fc001c7}</Project>
  595. <Private>True</Private>
  596. <DoNotHarvest>
  597. </DoNotHarvest>
  598. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  599. <RefTargetDir>MODLOCATION</RefTargetDir>
  600. </ProjectReference>
  601. <ProjectReference Include="..\..\src\mod\formats\mod_sndfile\mod_sndfile.2010.vcxproj">
  602. <Name>mod_sndfile</Name>
  603. <Project>{afac0568-7548-42d5-9f6a-8d3400a1e4f6}</Project>
  604. <Private>True</Private>
  605. <DoNotHarvest>
  606. </DoNotHarvest>
  607. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  608. <RefTargetDir>MODLOCATION</RefTargetDir>
  609. </ProjectReference>
  610. <ProjectReference Include="..\..\src\mod\formats\mod_tone_stream\mod_tone_stream.2010.vcxproj">
  611. <Name>mod_tone_stream</Name>
  612. <Project>{6ff941ac-82c5-429f-aa4c-ad2fb9e5da52}</Project>
  613. <Private>True</Private>
  614. <DoNotHarvest>
  615. </DoNotHarvest>
  616. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  617. <RefTargetDir>MODLOCATION</RefTargetDir>
  618. </ProjectReference>
  619. <ProjectReference Include="..\..\src\mod\languages\mod_lua\lua\lua.2010.vcxproj">
  620. <Name>lua51</Name>
  621. <Project>{d0b36172-cd76-454a-9b89-990025266c2a}</Project>
  622. <Private>True</Private>
  623. <DoNotHarvest>
  624. </DoNotHarvest>
  625. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  626. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  627. </ProjectReference>
  628. <ProjectReference Include="..\..\src\mod\languages\mod_lua\mod_lua.2010.vcxproj">
  629. <Name>mod_lua</Name>
  630. <Project>{7b077e7f-1be7-4291-ab86-55e527b25cac}</Project>
  631. <Private>True</Private>
  632. <DoNotHarvest>
  633. </DoNotHarvest>
  634. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  635. <RefTargetDir>MODLOCATION</RefTargetDir>
  636. </ProjectReference>
  637. <ProjectReference Include="..\..\src\mod\languages\mod_managed\managed\FreeSWITCH.Managed.2010.csproj">
  638. <Name>FreeSWITCH.Managed.2010</Name>
  639. <Project>{834e2b2f-5483-4b80-8fe3-fe48ff76e5c0}</Project>
  640. <Private>True</Private>
  641. <DoNotHarvest>
  642. </DoNotHarvest>
  643. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  644. <RefTargetDir>MODLOCATION</RefTargetDir>
  645. </ProjectReference>
  646. <ProjectReference Include="..\..\src\mod\languages\mod_managed\mod_managed.2010.vcxproj">
  647. <Name>mod_managed</Name>
  648. <Project>{7b42bda1-72c0-4378-a9b6-5c530f8cd61e}</Project>
  649. <Private>True</Private>
  650. <DoNotHarvest>
  651. </DoNotHarvest>
  652. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  653. <RefTargetDir>MODLOCATION</RefTargetDir>
  654. </ProjectReference>
  655. <ProjectReference Include="..\..\src\mod\languages\mod_spidermonkey\mod_spidermonkey.2010.vcxproj">
  656. <Name>mod_spidermonkey</Name>
  657. <Project>{1ad3f51e-bbb6-4090-ba39-9dfab1ef1f5f}</Project>
  658. <Private>True</Private>
  659. <DoNotHarvest>
  660. </DoNotHarvest>
  661. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  662. <RefTargetDir>MODLOCATION</RefTargetDir>
  663. </ProjectReference>
  664. <ProjectReference Include="..\..\src\mod\languages\mod_spidermonkey\mod_spidermonkey_core_db.2010.vcxproj">
  665. <Name>mod_spidermonkey_core_db</Name>
  666. <Project>{acfff684-4d19-4d48-af12-88ea1d778bdf}</Project>
  667. <Private>True</Private>
  668. <DoNotHarvest>
  669. </DoNotHarvest>
  670. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  671. <RefTargetDir>MODLOCATION</RefTargetDir>
  672. </ProjectReference>
  673. <ProjectReference Include="..\..\src\mod\languages\mod_spidermonkey\mod_spidermonkey_odbc.2010.vcxproj">
  674. <Name>mod_spidermonkey_odbc</Name>
  675. <Project>{0a6b5ea5-6e9b-4a51-931f-ed25aa87b4df}</Project>
  676. <Private>True</Private>
  677. <DoNotHarvest>
  678. </DoNotHarvest>
  679. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  680. <RefTargetDir>MODLOCATION</RefTargetDir>
  681. </ProjectReference>
  682. <ProjectReference Include="..\..\src\mod\languages\mod_spidermonkey\mod_spidermonkey_socket.2010.vcxproj">
  683. <Name>mod_spidermonkey_socket</Name>
  684. <Project>{028c7278-05d7-4e18-82fe-be231b844f41}</Project>
  685. <Private>True</Private>
  686. <DoNotHarvest>
  687. </DoNotHarvest>
  688. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  689. <RefTargetDir>MODLOCATION</RefTargetDir>
  690. </ProjectReference>
  691. <ProjectReference Include="..\..\src\mod\languages\mod_spidermonkey\mod_spidermonkey_teletone.2010.vcxproj">
  692. <Name>mod_spidermonkey_teletone</Name>
  693. <Project>{8f992c49-6c51-412f-b2a3-34eab708eb65}</Project>
  694. <Private>True</Private>
  695. <DoNotHarvest>
  696. </DoNotHarvest>
  697. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  698. <RefTargetDir>MODLOCATION</RefTargetDir>
  699. </ProjectReference>
  700. <ProjectReference Include="..\..\src\mod\loggers\mod_console\mod_console.2010.vcxproj">
  701. <Name>mod_console</Name>
  702. <Project>{1c453396-d912-4213-89fd-9b489162b7b5}</Project>
  703. <Private>True</Private>
  704. <DoNotHarvest>
  705. </DoNotHarvest>
  706. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  707. <RefTargetDir>MODLOCATION</RefTargetDir>
  708. </ProjectReference>
  709. <ProjectReference Include="..\..\src\mod\loggers\mod_logfile\mod_logfile.2010.vcxproj">
  710. <Name>mod_logfile</Name>
  711. <Project>{d0bcac02-d94b-46b8-9b49-cddcc2bd7909}</Project>
  712. <Private>True</Private>
  713. <DoNotHarvest>
  714. </DoNotHarvest>
  715. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  716. <RefTargetDir>MODLOCATION</RefTargetDir>
  717. </ProjectReference>
  718. <ProjectReference Include="..\..\src\mod\say\mod_say_de\mod_say_de.2010.vcxproj">
  719. <Name>mod_say_de</Name>
  720. <Project>{5bc072db-3826-48ea-af34-fe32aa01e83b}</Project>
  721. <Private>True</Private>
  722. <DoNotHarvest>
  723. </DoNotHarvest>
  724. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  725. <RefTargetDir>MODLOCATION</RefTargetDir>
  726. </ProjectReference>
  727. <ProjectReference Include="..\..\src\mod\say\mod_say_en\mod_say_en.2010.vcxproj">
  728. <Name>mod_say_en</Name>
  729. <Project>{988cacf7-3fcb-4992-be69-77872ae67dc8}</Project>
  730. <Private>True</Private>
  731. <DoNotHarvest>
  732. </DoNotHarvest>
  733. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  734. <RefTargetDir>MODLOCATION</RefTargetDir>
  735. </ProjectReference>
  736. <ProjectReference Include="..\..\src\mod\say\mod_say_es\mod_say_es.2010.vcxproj">
  737. <Name>mod_say_es</Name>
  738. <Project>{fa429e98-8b03-45e6-a096-a4bc5e821de4}</Project>
  739. <Private>True</Private>
  740. <DoNotHarvest>
  741. </DoNotHarvest>
  742. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  743. <RefTargetDir>MODLOCATION</RefTargetDir>
  744. </ProjectReference>
  745. <ProjectReference Include="..\..\src\mod\say\mod_say_fr\mod_say_fr.2010.vcxproj">
  746. <Name>mod_say_fr</Name>
  747. <Project>{06e3a538-ab32-44f2-b477-755ff9cb5d37}</Project>
  748. <Private>True</Private>
  749. <DoNotHarvest>
  750. </DoNotHarvest>
  751. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  752. <RefTargetDir>MODLOCATION</RefTargetDir>
  753. </ProjectReference>
  754. <ProjectReference Include="..\..\src\mod\say\mod_say_it\mod_say_it.2010.vcxproj">
  755. <Name>mod_say_it</Name>
  756. <Project>{6d1bec70-4dcd-4fe9-adbd-4a43a67e4d05}</Project>
  757. <Private>True</Private>
  758. <DoNotHarvest>
  759. </DoNotHarvest>
  760. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  761. <RefTargetDir>MODLOCATION</RefTargetDir>
  762. </ProjectReference>
  763. <ProjectReference Include="..\..\src\mod\say\mod_say_nl\mod_say_nl.2010.vcxproj">
  764. <Name>mod_say_nl</Name>
  765. <Project>{a4b122cf-5196-476b-8c0e-d8bd59ac3c14}</Project>
  766. <Private>True</Private>
  767. <DoNotHarvest>
  768. </DoNotHarvest>
  769. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  770. <RefTargetDir>MODLOCATION</RefTargetDir>
  771. </ProjectReference>
  772. <ProjectReference Include="..\..\src\mod\say\mod_say_pt\mod_say_pt.2010.vcxproj">
  773. <Name>mod_say_pt</Name>
  774. <Project>{7c22bdff-cc09-400c-8a09-660733980028}</Project>
  775. <Private>True</Private>
  776. <DoNotHarvest>
  777. </DoNotHarvest>
  778. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  779. <RefTargetDir>MODLOCATION</RefTargetDir>
  780. </ProjectReference>
  781. <ProjectReference Include="..\..\src\mod\say\mod_say_ru\mod_say_ru.2010.vcxproj">
  782. <Name>mod_say_ru</Name>
  783. <Project>{0382e8fd-cfdc-41c0-8b03-792c7c84fc31}</Project>
  784. <Private>True</Private>
  785. <DoNotHarvest>
  786. </DoNotHarvest>
  787. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  788. <RefTargetDir>MODLOCATION</RefTargetDir>
  789. </ProjectReference>
  790. <ProjectReference Include="..\..\src\mod\say\mod_say_zh\mod_say_zh.2010.vcxproj">
  791. <Name>mod_say_zh</Name>
  792. <Project>{b6a9fb7a-1cc4-442b-812d-ec33e4e4a36e}</Project>
  793. <Private>True</Private>
  794. <DoNotHarvest>
  795. </DoNotHarvest>
  796. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  797. <RefTargetDir>MODLOCATION</RefTargetDir>
  798. </ProjectReference>
  799. <ProjectReference Include="..\..\src\mod\xml_int\mod_xml_cdr\mod_xml_cdr.2010.vcxproj">
  800. <Name>mod_xml_cdr</Name>
  801. <Project>{08dad348-9e0a-4a2e-97f1-f1e7e24a7836}</Project>
  802. <Private>True</Private>
  803. <DoNotHarvest>
  804. </DoNotHarvest>
  805. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  806. <RefTargetDir>MODLOCATION</RefTargetDir>
  807. </ProjectReference>
  808. <ProjectReference Include="..\..\src\mod\xml_int\mod_xml_curl\mod_xml_curl.2010.vcxproj">
  809. <Name>mod_xml_curl</Name>
  810. <Project>{ab91a099-7690-4ecf-8994-e458f4ea1ed4}</Project>
  811. <Private>True</Private>
  812. <DoNotHarvest>
  813. </DoNotHarvest>
  814. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  815. <RefTargetDir>MODLOCATION</RefTargetDir>
  816. </ProjectReference>
  817. <ProjectReference Include="..\..\src\mod\xml_int\mod_xml_rpc\mod_xml_rpc.2010.vcxproj">
  818. <Name>mod_xml_rpc</Name>
  819. <Project>{cbec7225-0c21-4da8-978e-1f158f8ad950}</Project>
  820. <Private>True</Private>
  821. <DoNotHarvest>
  822. </DoNotHarvest>
  823. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  824. <RefTargetDir>MODLOCATION</RefTargetDir>
  825. </ProjectReference>
  826. <ProjectReference Include="..\..\w32\Console\FreeSwitchConsole.2010.vcxproj">
  827. <Name>FreeSwitchConsole</Name>
  828. <Project>{1af3a893-f7be-43dd-b697-8ab2397c0d67}</Project>
  829. <Private>True</Private>
  830. <DoNotHarvest>
  831. True
  832. </DoNotHarvest>
  833. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  834. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  835. </ProjectReference>
  836. <ProjectReference Include="..\..\w32\Library\FreeSwitchCore.2010.vcxproj">
  837. <Name>FreeSwitchCoreLib</Name>
  838. <Project>{202d7a4e-760d-4d0e-afa1-d7459ced30ff}</Project>
  839. <Private>True</Private>
  840. <DoNotHarvest>
  841. </DoNotHarvest>
  842. <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
  843. <RefTargetDir>INSTALLLOCATION</RefTargetDir>
  844. </ProjectReference>
  845. </ItemGroup>
  846. <ItemGroup>
  847. <WixExtension Include="WixUIExtension">
  848. <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
  849. <Name>WixUIExtension</Name>
  850. </WixExtension>
  851. </ItemGroup>
  852. <ItemGroup>
  853. <Folder Include="Fragments" />
  854. </ItemGroup>
  855. <Import Project="$(WixTargetsPath)" />
  856. <PropertyGroup>
  857. <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"
  858. "$(WixToolPath)\heat.exe" dir "$(ProjectDir)..\..\Win32\Release\sounds" -cg FreeSWITCHSoundFiles8 -gg -scom -sreg -sfrag -srd -dr SOUNDLOCATION -var var.FreeSWITCHSoundFilesDir -out "$(ProjectDir)Fragments\FreeSWITCHSoundFiles8.wxs"</PreBuildEvent>
  859. </PropertyGroup>
  860. <!--
  861. To modify your build process, add your task inside one of the targets below and uncomment it.
  862. Other similar extension points exist, see Wix.targets.
  863. <Target Name="BeforeBuild">
  864. </Target>
  865. <Target Name="AfterBuild">
  866. </Target>
  867. -->
  868. </Project>