linux版本中间件

FreeSWITCH-linux.vcxproj 9.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|ARM">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ARM</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|ARM">
  9. <Configuration>Release</Configuration>
  10. <Platform>ARM</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|ARM64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>ARM64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ARM64">
  17. <Configuration>Release</Configuration>
  18. <Platform>ARM64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|x86">
  21. <Configuration>Debug</Configuration>
  22. <Platform>x86</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x86">
  25. <Configuration>Release</Configuration>
  26. <Platform>x86</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Debug|x64">
  29. <Configuration>Debug</Configuration>
  30. <Platform>x64</Platform>
  31. </ProjectConfiguration>
  32. <ProjectConfiguration Include="Release|x64">
  33. <Configuration>Release</Configuration>
  34. <Platform>x64</Platform>
  35. </ProjectConfiguration>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{51066237-b59a-4197-9794-1e7fa2579d4e}</ProjectGuid>
  39. <Keyword>Linux</Keyword>
  40. <RootNamespace>FreeSWITCH_linux</RootNamespace>
  41. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  42. <ApplicationType>Linux</ApplicationType>
  43. <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
  44. <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
  45. <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
  46. </PropertyGroup>
  47. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. </PropertyGroup>
  51. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
  52. <UseDebugLibraries>false</UseDebugLibraries>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
  55. <UseDebugLibraries>true</UseDebugLibraries>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  61. <UseDebugLibraries>true</UseDebugLibraries>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  64. <UseDebugLibraries>false</UseDebugLibraries>
  65. <UseOfStl>libstdc++_static</UseOfStl>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
  68. <UseDebugLibraries>false</UseDebugLibraries>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
  71. <UseDebugLibraries>true</UseDebugLibraries>
  72. </PropertyGroup>
  73. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  74. <ImportGroup Label="ExtensionSettings" />
  75. <ImportGroup Label="Shared" />
  76. <ImportGroup Label="PropertySheets" />
  77. <PropertyGroup Label="UserMacros" />
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  79. <IncludePath>$(IncludePath)</IncludePath>
  80. <LibraryPath>
  81. </LibraryPath>
  82. <TargetName>middleware</TargetName>
  83. <TargetExt />
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <ClCompile Include="Agent.cpp" />
  87. <ClCompile Include="AgentDetail.cpp" />
  88. <ClCompile Include="AutoCall.cpp" />
  89. <ClCompile Include="CallStringMaker.cpp" />
  90. <ClCompile Include="ChanExten.cpp" />
  91. <ClCompile Include="Config.cpp" />
  92. <ClCompile Include="DepttelextOffice.cpp" />
  93. <ClCompile Include="JsonStringMaker.cpp" />
  94. <ClCompile Include="OpAutoCall.cpp" />
  95. <ClCompile Include="OpForceAgentState.cpp" />
  96. <ClCompile Include="OpHangup.cpp" />
  97. <ClCompile Include="OpHoldon.cpp" />
  98. <ClCompile Include="EslGateway.cpp" />
  99. <ClCompile Include="FsProxy.cpp" />
  100. <ClCompile Include="ChanTrunk.cpp" />
  101. <ClCompile Include="JdbcHelper.cpp" />
  102. <ClCompile Include="Log.cpp" />
  103. <ClCompile Include="main.cpp" />
  104. <ClCompile Include="Md5.cpp" />
  105. <ClCompile Include="Operation.cpp" />
  106. <ClCompile Include="OperationReactor.cpp" />
  107. <ClCompile Include="OpInsert.cpp" />
  108. <ClCompile Include="OpInstead.cpp" />
  109. <ClCompile Include="OpIntercept.cpp" />
  110. <ClCompile Include="OpListen.cpp" />
  111. <ClCompile Include="OpMakeCall.cpp" />
  112. <ClCompile Include="OpMeeting.cpp" />
  113. <ClCompile Include="OpMultiMeeting.cpp" />
  114. <ClCompile Include="OpMute.cpp" />
  115. <ClCompile Include="OpMyd.cpp" />
  116. <ClCompile Include="OpRecord.cpp" />
  117. <ClCompile Include="OpSendDtmf.cpp" />
  118. <ClCompile Include="OpTransfer.cpp" />
  119. <ClCompile Include="Session.cpp" />
  120. <ClCompile Include="SoftAuth.cpp" />
  121. <ClCompile Include="SqlWrite.cpp" />
  122. <ClCompile Include="TimeScheduler.cpp" />
  123. <ClCompile Include="TokenList.cpp" />
  124. <ClCompile Include="TtsBaidu.cpp" />
  125. <ClCompile Include="Util.cpp" />
  126. <ClCompile Include="VideoExten.cpp" />
  127. <ClCompile Include="VideoExtenHdl.cpp" />
  128. <ClCompile Include="VideoOffice.cpp" />
  129. <ClCompile Include="VirtualChan.cpp" />
  130. <ClCompile Include="WebSocketServer.cpp" />
  131. </ItemGroup>
  132. <ItemGroup>
  133. <ClInclude Include="Agent.h" />
  134. <ClInclude Include="AgentDetail.h" />
  135. <ClInclude Include="AutoCall.h" />
  136. <ClInclude Include="CalllDetaillnc.h" />
  137. <ClInclude Include="CallStringMaker.h" />
  138. <ClInclude Include="ChanExten.h" />
  139. <ClInclude Include="Config.h" />
  140. <ClInclude Include="DepttelextOffice.h" />
  141. <ClInclude Include="ICdr.h" />
  142. <ClInclude Include="JsonStringMaker.h" />
  143. <ClInclude Include="OpAutoCall.h" />
  144. <ClInclude Include="OpForceAgentState.h" />
  145. <ClInclude Include="OpHangup.h" />
  146. <ClInclude Include="OpHoldon.h" />
  147. <ClInclude Include="DevInfoInc.h" />
  148. <ClInclude Include="EslGateway.h" />
  149. <ClInclude Include="FsLinkInc.h" />
  150. <ClInclude Include="FsProxy.h" />
  151. <ClInclude Include="ChanTrunk.h" />
  152. <ClInclude Include="ITimer.h" />
  153. <ClInclude Include="JdbcHelper.h" />
  154. <ClInclude Include="Log.h" />
  155. <ClInclude Include="Md5.h" />
  156. <ClInclude Include="Operation.h" />
  157. <ClInclude Include="OperationReactor.h" />
  158. <ClInclude Include="OpInsert.h" />
  159. <ClInclude Include="OpInstead.h" />
  160. <ClInclude Include="OpIntercept.h" />
  161. <ClInclude Include="OpListen.h" />
  162. <ClInclude Include="OpMakeCall.h" />
  163. <ClInclude Include="OpMeeting.h" />
  164. <ClInclude Include="OpMultiMeeting.h" />
  165. <ClInclude Include="OpMute.h" />
  166. <ClInclude Include="OpMyd.h" />
  167. <ClInclude Include="OpRecord.h" />
  168. <ClInclude Include="OpSendDtmf.h" />
  169. <ClInclude Include="OpTransfer.h" />
  170. <ClInclude Include="Session.h" />
  171. <ClInclude Include="SoftAuth.h" />
  172. <ClInclude Include="SqlWrite.h" />
  173. <ClInclude Include="TimeScheduler.h" />
  174. <ClInclude Include="TokenList.h" />
  175. <ClInclude Include="ttsapi\base\base.h" />
  176. <ClInclude Include="ttsapi\base\base64.h" />
  177. <ClInclude Include="ttsapi\base\http.h" />
  178. <ClInclude Include="ttsapi\base\utils.h" />
  179. <ClInclude Include="ttsapi\face.h" />
  180. <ClInclude Include="ttsapi\image_censor.h" />
  181. <ClInclude Include="ttsapi\image_classify.h" />
  182. <ClInclude Include="ttsapi\image_search.h" />
  183. <ClInclude Include="ttsapi\kg.h" />
  184. <ClInclude Include="ttsapi\nlp.h" />
  185. <ClInclude Include="ttsapi\ocr.h" />
  186. <ClInclude Include="ttsapi\speech.h" />
  187. <ClInclude Include="TtsBaidu.h" />
  188. <ClInclude Include="Util.h" />
  189. <ClInclude Include="VideoExten.h" />
  190. <ClInclude Include="VideoExtenHdl.h" />
  191. <ClInclude Include="VideoOffice.h" />
  192. <ClInclude Include="VirtualChan.h" />
  193. <ClInclude Include="WebSocketServer.h" />
  194. </ItemGroup>
  195. <ItemGroup>
  196. <None Include="log4cpp.conf" />
  197. <None Include="ttsapi\README.md" />
  198. </ItemGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  200. <ClCompile>
  201. <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  202. <PreprocessorDefinitions>USE_LOG4CPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  203. <AdditionalOptions>-D _WEBSOCKETPP_CPP11_STL_ %(AdditionalOptions)</AdditionalOptions>
  204. <Optimization>Disabled</Optimization>
  205. <DebugInformationFormat>FullDebug</DebugInformationFormat>
  206. <CppLanguageStandard>c++17</CppLanguageStandard>
  207. </ClCompile>
  208. <Link>
  209. <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  210. <LibraryDependencies>pthread;esl;log4cpp;jsoncpp;mysqlcppconn;curl;crypto;ssl;boost_filesystem;boost_date_time;cryptopp</LibraryDependencies>
  211. <AdditionalOptions>-lm %(AdditionalOptions)</AdditionalOptions>
  212. </Link>
  213. <PreBuildEvent>
  214. <Command>
  215. </Command>
  216. </PreBuildEvent>
  217. <PreLinkEvent>
  218. <Command>
  219. </Command>
  220. </PreLinkEvent>
  221. </ItemDefinitionGroup>
  222. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  223. <Link>
  224. <LibraryDependencies>pthread;esl;log4cpp;jsoncpp;mysqlcppconn;curl;crypto;boost_filesystem;boost_date_time</LibraryDependencies>
  225. </Link>
  226. <ClCompile>
  227. <PreprocessorDefinitions>USE_LOG4CPP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  228. </ClCompile>
  229. </ItemDefinitionGroup>
  230. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  231. <ImportGroup Label="ExtensionTargets" />
  232. </Project>