2
0

FreeSwitchConsole.2008.vcproj 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="FreeSwitchConsole"
  6. ProjectGUID="{1AF3A893-F7BE-43DD-B697-8AB2397C0D67}"
  7. RootNamespace="FreeSwitchConsole"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="131072"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. <Platform
  16. Name="x64"
  17. />
  18. </Platforms>
  19. <ToolFiles>
  20. </ToolFiles>
  21. <Configurations>
  22. <Configuration
  23. Name="Debug|Win32"
  24. OutputDirectory="$(ConfigurationName)"
  25. IntermediateDirectory="$(ConfigurationName)"
  26. ConfigurationType="1"
  27. InheritedPropertySheets="..\winlibs.vsprops"
  28. CharacterSet="2"
  29. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  30. >
  31. <Tool
  32. Name="VCPreBuildEventTool"
  33. />
  34. <Tool
  35. Name="VCCustomBuildTool"
  36. />
  37. <Tool
  38. Name="VCXMLDataGeneratorTool"
  39. />
  40. <Tool
  41. Name="VCWebServiceProxyGeneratorTool"
  42. />
  43. <Tool
  44. Name="VCMIDLTool"
  45. />
  46. <Tool
  47. Name="VCCLCompilerTool"
  48. Optimization="0"
  49. AdditionalIncludeDirectories="&quot;$(InputDir)include&quot;;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;&quot;$(InputDir)..\libs\include&quot;"
  50. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  51. MinimalRebuild="true"
  52. BasicRuntimeChecks="3"
  53. RuntimeLibrary="3"
  54. UsePrecompiledHeader="0"
  55. WarningLevel="4"
  56. WarnAsError="true"
  57. DebugInformationFormat="3"
  58. EnablePREfast="true"
  59. />
  60. <Tool
  61. Name="VCManagedResourceCompilerTool"
  62. />
  63. <Tool
  64. Name="VCResourceCompilerTool"
  65. />
  66. <Tool
  67. Name="VCPreLinkEventTool"
  68. />
  69. <Tool
  70. Name="VCLinkerTool"
  71. OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.exe"
  72. LinkIncremental="1"
  73. AdditionalLibraryDirectories="$(OutDir)"
  74. GenerateDebugInformation="true"
  75. ProgramDatabaseFile="$(OutDir)/FreeSwitchConsole.pdb"
  76. SubSystem="1"
  77. RandomizedBaseAddress="2"
  78. DataExecutionPrevention="0"
  79. TargetMachine="1"
  80. />
  81. <Tool
  82. Name="VCALinkTool"
  83. />
  84. <Tool
  85. Name="VCManifestTool"
  86. />
  87. <Tool
  88. Name="VCXDCMakeTool"
  89. />
  90. <Tool
  91. Name="VCBscMakeTool"
  92. />
  93. <Tool
  94. Name="VCFxCopTool"
  95. />
  96. <Tool
  97. Name="VCAppVerifierTool"
  98. />
  99. <Tool
  100. Name="VCPostBuildEventTool"
  101. />
  102. </Configuration>
  103. <Configuration
  104. Name="Debug|x64"
  105. OutputDirectory="$(PlatformName)\$(ConfigurationName)"
  106. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  107. ConfigurationType="1"
  108. InheritedPropertySheets="..\winlibs.vsprops"
  109. CharacterSet="2"
  110. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  111. >
  112. <Tool
  113. Name="VCPreBuildEventTool"
  114. />
  115. <Tool
  116. Name="VCCustomBuildTool"
  117. />
  118. <Tool
  119. Name="VCXMLDataGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCWebServiceProxyGeneratorTool"
  123. />
  124. <Tool
  125. Name="VCMIDLTool"
  126. TargetEnvironment="3"
  127. />
  128. <Tool
  129. Name="VCCLCompilerTool"
  130. Optimization="0"
  131. AdditionalIncludeDirectories="&quot;$(InputDir)include&quot;;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;&quot;$(InputDir)..\libs\include&quot;"
  132. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  133. MinimalRebuild="true"
  134. BasicRuntimeChecks="3"
  135. RuntimeLibrary="3"
  136. UsePrecompiledHeader="0"
  137. WarningLevel="4"
  138. WarnAsError="true"
  139. DebugInformationFormat="3"
  140. EnablePREfast="true"
  141. />
  142. <Tool
  143. Name="VCManagedResourceCompilerTool"
  144. />
  145. <Tool
  146. Name="VCResourceCompilerTool"
  147. />
  148. <Tool
  149. Name="VCPreLinkEventTool"
  150. />
  151. <Tool
  152. Name="VCLinkerTool"
  153. OutputFile="$(SolutionDir)$(PlatformName)\$(ConfigurationName)/FreeSwitch.exe"
  154. LinkIncremental="1"
  155. AdditionalLibraryDirectories="$(OutDir)"
  156. GenerateDebugInformation="true"
  157. ProgramDatabaseFile="$(OutDir)/FreeSwitchConsole.pdb"
  158. SubSystem="1"
  159. RandomizedBaseAddress="2"
  160. DataExecutionPrevention="0"
  161. TargetMachine="17"
  162. />
  163. <Tool
  164. Name="VCALinkTool"
  165. />
  166. <Tool
  167. Name="VCManifestTool"
  168. />
  169. <Tool
  170. Name="VCXDCMakeTool"
  171. />
  172. <Tool
  173. Name="VCBscMakeTool"
  174. />
  175. <Tool
  176. Name="VCFxCopTool"
  177. />
  178. <Tool
  179. Name="VCAppVerifierTool"
  180. />
  181. <Tool
  182. Name="VCPostBuildEventTool"
  183. />
  184. </Configuration>
  185. <Configuration
  186. Name="Release|Win32"
  187. OutputDirectory="$(ConfigurationName)"
  188. IntermediateDirectory="$(ConfigurationName)"
  189. ConfigurationType="1"
  190. InheritedPropertySheets="..\winlibs.vsprops"
  191. CharacterSet="2"
  192. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  193. >
  194. <Tool
  195. Name="VCPreBuildEventTool"
  196. />
  197. <Tool
  198. Name="VCCustomBuildTool"
  199. />
  200. <Tool
  201. Name="VCXMLDataGeneratorTool"
  202. />
  203. <Tool
  204. Name="VCWebServiceProxyGeneratorTool"
  205. />
  206. <Tool
  207. Name="VCMIDLTool"
  208. />
  209. <Tool
  210. Name="VCCLCompilerTool"
  211. AdditionalIncludeDirectories="&quot;$(InputDir)include&quot;;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;&quot;$(InputDir)..\libs\include&quot;"
  212. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  213. RuntimeLibrary="2"
  214. UsePrecompiledHeader="0"
  215. WarningLevel="4"
  216. WarnAsError="true"
  217. DebugInformationFormat="3"
  218. />
  219. <Tool
  220. Name="VCManagedResourceCompilerTool"
  221. />
  222. <Tool
  223. Name="VCResourceCompilerTool"
  224. />
  225. <Tool
  226. Name="VCPreLinkEventTool"
  227. />
  228. <Tool
  229. Name="VCLinkerTool"
  230. OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.exe"
  231. LinkIncremental="1"
  232. AdditionalLibraryDirectories="$(OutDir)"
  233. GenerateDebugInformation="true"
  234. ProgramDatabaseFile="$(OutDir)/FreeSwitchConsole.pdb"
  235. SubSystem="1"
  236. OptimizeReferences="2"
  237. EnableCOMDATFolding="2"
  238. RandomizedBaseAddress="2"
  239. DataExecutionPrevention="0"
  240. TargetMachine="1"
  241. />
  242. <Tool
  243. Name="VCALinkTool"
  244. />
  245. <Tool
  246. Name="VCManifestTool"
  247. />
  248. <Tool
  249. Name="VCXDCMakeTool"
  250. />
  251. <Tool
  252. Name="VCBscMakeTool"
  253. />
  254. <Tool
  255. Name="VCFxCopTool"
  256. />
  257. <Tool
  258. Name="VCAppVerifierTool"
  259. />
  260. <Tool
  261. Name="VCPostBuildEventTool"
  262. />
  263. </Configuration>
  264. <Configuration
  265. Name="Release|x64"
  266. OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
  267. IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
  268. ConfigurationType="1"
  269. InheritedPropertySheets="..\winlibs.vsprops"
  270. CharacterSet="2"
  271. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  272. >
  273. <Tool
  274. Name="VCPreBuildEventTool"
  275. />
  276. <Tool
  277. Name="VCCustomBuildTool"
  278. />
  279. <Tool
  280. Name="VCXMLDataGeneratorTool"
  281. />
  282. <Tool
  283. Name="VCWebServiceProxyGeneratorTool"
  284. />
  285. <Tool
  286. Name="VCMIDLTool"
  287. TargetEnvironment="3"
  288. />
  289. <Tool
  290. Name="VCCLCompilerTool"
  291. AdditionalIncludeDirectories="&quot;$(InputDir)include&quot;;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;&quot;$(InputDir)..\libs\include&quot;"
  292. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  293. RuntimeLibrary="2"
  294. UsePrecompiledHeader="0"
  295. WarningLevel="4"
  296. WarnAsError="true"
  297. DebugInformationFormat="3"
  298. />
  299. <Tool
  300. Name="VCManagedResourceCompilerTool"
  301. />
  302. <Tool
  303. Name="VCResourceCompilerTool"
  304. />
  305. <Tool
  306. Name="VCPreLinkEventTool"
  307. />
  308. <Tool
  309. Name="VCLinkerTool"
  310. OutputFile="$(SolutionDir)$(PlatformName)\$(ConfigurationName)/FreeSwitch.exe"
  311. LinkIncremental="1"
  312. AdditionalLibraryDirectories="$(OutDir)"
  313. GenerateDebugInformation="true"
  314. ProgramDatabaseFile="$(OutDir)/FreeSwitchConsole.pdb"
  315. SubSystem="1"
  316. OptimizeReferences="2"
  317. EnableCOMDATFolding="2"
  318. RandomizedBaseAddress="2"
  319. DataExecutionPrevention="0"
  320. TargetMachine="17"
  321. />
  322. <Tool
  323. Name="VCALinkTool"
  324. />
  325. <Tool
  326. Name="VCManifestTool"
  327. />
  328. <Tool
  329. Name="VCXDCMakeTool"
  330. />
  331. <Tool
  332. Name="VCBscMakeTool"
  333. />
  334. <Tool
  335. Name="VCFxCopTool"
  336. />
  337. <Tool
  338. Name="VCAppVerifierTool"
  339. />
  340. <Tool
  341. Name="VCPostBuildEventTool"
  342. />
  343. </Configuration>
  344. </Configurations>
  345. <References>
  346. </References>
  347. <Files>
  348. <Filter
  349. Name="Source Files"
  350. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  351. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  352. >
  353. <File
  354. RelativePath="..\..\src\switch.c"
  355. >
  356. </File>
  357. </Filter>
  358. <Filter
  359. Name="Header Files"
  360. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  361. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  362. >
  363. <File
  364. RelativePath="..\..\src\include\switch.h"
  365. >
  366. </File>
  367. <File
  368. RelativePath="..\..\src\include\switch_buffer.h"
  369. >
  370. </File>
  371. <File
  372. RelativePath="..\..\src\include\switch_caller.h"
  373. >
  374. </File>
  375. <File
  376. RelativePath="..\..\src\include\switch_channel.h"
  377. >
  378. </File>
  379. <File
  380. RelativePath="..\..\src\include\switch_config.h"
  381. >
  382. </File>
  383. <File
  384. RelativePath="..\..\src\include\switch_console.h"
  385. >
  386. </File>
  387. <File
  388. RelativePath="..\..\src\include\switch_core.h"
  389. >
  390. </File>
  391. <File
  392. RelativePath="..\..\src\include\switch_frame.h"
  393. >
  394. </File>
  395. <File
  396. RelativePath="..\..\src\include\switch_loadable_module.h"
  397. >
  398. </File>
  399. <File
  400. RelativePath="..\..\src\include\switch_module_interfaces.h"
  401. >
  402. </File>
  403. <File
  404. RelativePath="..\..\src\include\switch_types.h"
  405. >
  406. </File>
  407. <File
  408. RelativePath="..\..\src\include\switch_utils.h"
  409. >
  410. </File>
  411. </Filter>
  412. <Filter
  413. Name="Resource Files"
  414. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  415. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  416. >
  417. </Filter>
  418. </Files>
  419. <Globals>
  420. </Globals>
  421. </VisualStudioProject>