FreeSwitchConsole.vcproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="8.00"
  5. Name="FreeSwitchConsole"
  6. ProjectGUID="{1AF3A893-F7BE-43DD-B697-8AB2397C0D67}"
  7. RootNamespace="FreeSwitchConsole"
  8. Keyword="Win32Proj"
  9. >
  10. <Platforms>
  11. <Platform
  12. Name="Win32"
  13. />
  14. </Platforms>
  15. <ToolFiles>
  16. </ToolFiles>
  17. <Configurations>
  18. <Configuration
  19. Name="Debug|Win32"
  20. OutputDirectory="$(ConfigurationName)"
  21. IntermediateDirectory="$(ConfigurationName)"
  22. ConfigurationType="1"
  23. InheritedPropertySheets="..\winlibs.vsprops"
  24. CharacterSet="2"
  25. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  26. >
  27. <Tool
  28. Name="VCPreBuildEventTool"
  29. />
  30. <Tool
  31. Name="VCCustomBuildTool"
  32. />
  33. <Tool
  34. Name="VCXMLDataGeneratorTool"
  35. />
  36. <Tool
  37. Name="VCWebServiceProxyGeneratorTool"
  38. />
  39. <Tool
  40. Name="VCMIDLTool"
  41. />
  42. <Tool
  43. Name="VCCLCompilerTool"
  44. Optimization="0"
  45. AdditionalIncludeDirectories="&quot;$(InputDir)include&quot;;&quot;$(InputDir)..\libs\include&quot;"
  46. PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
  47. MinimalRebuild="true"
  48. BasicRuntimeChecks="3"
  49. RuntimeLibrary="3"
  50. UsePrecompiledHeader="0"
  51. WarningLevel="4"
  52. WarnAsError="true"
  53. Detect64BitPortabilityProblems="true"
  54. DebugInformationFormat="3"
  55. />
  56. <Tool
  57. Name="VCManagedResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCResourceCompilerTool"
  61. />
  62. <Tool
  63. Name="VCPreLinkEventTool"
  64. />
  65. <Tool
  66. Name="VCLinkerTool"
  67. OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.exe"
  68. LinkIncremental="1"
  69. AdditionalLibraryDirectories="$(OutDir)"
  70. GenerateDebugInformation="true"
  71. ProgramDatabaseFile="$(OutDir)/FreeSwitchConsole.pdb"
  72. SubSystem="1"
  73. TargetMachine="1"
  74. />
  75. <Tool
  76. Name="VCALinkTool"
  77. />
  78. <Tool
  79. Name="VCManifestTool"
  80. />
  81. <Tool
  82. Name="VCXDCMakeTool"
  83. />
  84. <Tool
  85. Name="VCBscMakeTool"
  86. />
  87. <Tool
  88. Name="VCFxCopTool"
  89. />
  90. <Tool
  91. Name="VCAppVerifierTool"
  92. />
  93. <Tool
  94. Name="VCWebDeploymentTool"
  95. />
  96. <Tool
  97. Name="VCPostBuildEventTool"
  98. />
  99. </Configuration>
  100. <Configuration
  101. Name="Release|Win32"
  102. OutputDirectory="$(ConfigurationName)"
  103. IntermediateDirectory="$(ConfigurationName)"
  104. ConfigurationType="1"
  105. InheritedPropertySheets="..\winlibs.vsprops"
  106. CharacterSet="2"
  107. BuildLogFile="$(IntDir)\BuildLog $(ProjectName).htm"
  108. >
  109. <Tool
  110. Name="VCPreBuildEventTool"
  111. />
  112. <Tool
  113. Name="VCCustomBuildTool"
  114. />
  115. <Tool
  116. Name="VCXMLDataGeneratorTool"
  117. />
  118. <Tool
  119. Name="VCWebServiceProxyGeneratorTool"
  120. />
  121. <Tool
  122. Name="VCMIDLTool"
  123. />
  124. <Tool
  125. Name="VCCLCompilerTool"
  126. AdditionalIncludeDirectories="&quot;$(InputDir)include&quot;;&quot;$(InputDir)..\libs\include&quot;"
  127. PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
  128. RuntimeLibrary="2"
  129. UsePrecompiledHeader="0"
  130. WarningLevel="4"
  131. WarnAsError="true"
  132. Detect64BitPortabilityProblems="true"
  133. DebugInformationFormat="3"
  134. />
  135. <Tool
  136. Name="VCManagedResourceCompilerTool"
  137. />
  138. <Tool
  139. Name="VCResourceCompilerTool"
  140. />
  141. <Tool
  142. Name="VCPreLinkEventTool"
  143. />
  144. <Tool
  145. Name="VCLinkerTool"
  146. OutputFile="$(SolutionDir)$(ConfigurationName)/FreeSwitch.exe"
  147. LinkIncremental="1"
  148. AdditionalLibraryDirectories="$(OutDir)"
  149. GenerateDebugInformation="true"
  150. ProgramDatabaseFile="$(OutDir)/FreeSwitchConsole.pdb"
  151. SubSystem="1"
  152. OptimizeReferences="2"
  153. EnableCOMDATFolding="2"
  154. TargetMachine="1"
  155. />
  156. <Tool
  157. Name="VCALinkTool"
  158. />
  159. <Tool
  160. Name="VCManifestTool"
  161. />
  162. <Tool
  163. Name="VCXDCMakeTool"
  164. />
  165. <Tool
  166. Name="VCBscMakeTool"
  167. />
  168. <Tool
  169. Name="VCFxCopTool"
  170. />
  171. <Tool
  172. Name="VCAppVerifierTool"
  173. />
  174. <Tool
  175. Name="VCWebDeploymentTool"
  176. />
  177. <Tool
  178. Name="VCPostBuildEventTool"
  179. />
  180. </Configuration>
  181. </Configurations>
  182. <References>
  183. </References>
  184. <Files>
  185. <Filter
  186. Name="Source Files"
  187. Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  188. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  189. >
  190. <File
  191. RelativePath="..\..\src\switch.c"
  192. >
  193. </File>
  194. </Filter>
  195. <Filter
  196. Name="Header Files"
  197. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  198. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  199. >
  200. <File
  201. RelativePath="..\..\src\include\switch.h"
  202. >
  203. </File>
  204. <File
  205. RelativePath="..\..\src\include\switch_buffer.h"
  206. >
  207. </File>
  208. <File
  209. RelativePath="..\..\src\include\switch_caller.h"
  210. >
  211. </File>
  212. <File
  213. RelativePath="..\..\src\include\switch_channel.h"
  214. >
  215. </File>
  216. <File
  217. RelativePath="..\..\src\include\switch_config.h"
  218. >
  219. </File>
  220. <File
  221. RelativePath="..\..\src\include\switch_console.h"
  222. >
  223. </File>
  224. <File
  225. RelativePath="..\..\src\include\switch_core.h"
  226. >
  227. </File>
  228. <File
  229. RelativePath="..\..\src\include\switch_frame.h"
  230. >
  231. </File>
  232. <File
  233. RelativePath="..\..\src\include\switch_loadable_module.h"
  234. >
  235. </File>
  236. <File
  237. RelativePath="..\..\src\include\switch_module_interfaces.h"
  238. >
  239. </File>
  240. <File
  241. RelativePath="..\..\src\include\switch_types.h"
  242. >
  243. </File>
  244. <File
  245. RelativePath="..\..\src\include\switch_utils.h"
  246. >
  247. </File>
  248. </Filter>
  249. <Filter
  250. Name="Resource Files"
  251. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  252. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  253. >
  254. </Filter>
  255. </Files>
  256. <Globals>
  257. </Globals>
  258. </VisualStudioProject>