MiddleWares_YiHe 郑州颐和医院随访系统中间件

IVR.vcxproj 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{659DD2EA-18D9-4086-BE31-7BE92657EAA1}</ProjectGuid>
  15. <RootNamespace>IVR</RootNamespace>
  16. <Keyword>MFCProj</Keyword>
  17. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  18. </PropertyGroup>
  19. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  20. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  21. <ConfigurationType>Application</ConfigurationType>
  22. <UseDebugLibraries>true</UseDebugLibraries>
  23. <CharacterSet>MultiByte</CharacterSet>
  24. <UseOfMfc>Static</UseOfMfc>
  25. <PlatformToolset>v141</PlatformToolset>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <UseDebugLibraries>false</UseDebugLibraries>
  30. <WholeProgramOptimization>true</WholeProgramOptimization>
  31. <CharacterSet>MultiByte</CharacterSet>
  32. <UseOfMfc>Static</UseOfMfc>
  33. <PlatformToolset>v141</PlatformToolset>
  34. </PropertyGroup>
  35. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  36. <ImportGroup Label="ExtensionSettings">
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  43. </ImportGroup>
  44. <PropertyGroup Label="UserMacros" />
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  46. <LinkIncremental>true</LinkIncremental>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  49. <LinkIncremental>false</LinkIncremental>
  50. <TargetName>$(ProjectName)</TargetName>
  51. </PropertyGroup>
  52. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  53. <ClCompile>
  54. <PrecompiledHeader>Use</PrecompiledHeader>
  55. <WarningLevel>Level3</WarningLevel>
  56. <Optimization>Disabled</Optimization>
  57. <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  58. <AdditionalIncludeDirectories>../Public/GlobalDef/;../NetLib/;../DbCtrl/;../Logger/;../CrashDump/</AdditionalIncludeDirectories>
  59. </ClCompile>
  60. <Link>
  61. <SubSystem>Windows</SubSystem>
  62. <GenerateDebugInformation>true</GenerateDebugInformation>
  63. <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
  64. <AdditionalDependencies>AppReg32.lib;dbghelp.lib;CrashDump.lib</AdditionalDependencies>
  65. </Link>
  66. <Midl>
  67. <MkTypLibCompatible>false</MkTypLibCompatible>
  68. <ValidateAllParameters>true</ValidateAllParameters>
  69. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70. </Midl>
  71. <ResourceCompile>
  72. <Culture>0x0804</Culture>
  73. <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  74. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  75. </ResourceCompile>
  76. </ItemDefinitionGroup>
  77. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  78. <ClCompile>
  79. <WarningLevel>Level3</WarningLevel>
  80. <PrecompiledHeader>Use</PrecompiledHeader>
  81. <Optimization>Disabled</Optimization>
  82. <FunctionLevelLinking>true</FunctionLevelLinking>
  83. <IntrinsicFunctions>true</IntrinsicFunctions>
  84. <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  85. <AdditionalIncludeDirectories>../Public/GlobalDef/;../3rd/hybase/;../3rd/json/include</AdditionalIncludeDirectories>
  86. <WholeProgramOptimization>true</WholeProgramOptimization>
  87. <LanguageStandard>stdcpp17</LanguageStandard>
  88. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  89. </ClCompile>
  90. <Link>
  91. <SubSystem>Windows</SubSystem>
  92. <GenerateDebugInformation>true</GenerateDebugInformation>
  93. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  94. <OptimizeReferences>true</OptimizeReferences>
  95. <AdditionalLibraryDirectories>$(OutDir);../3rd/hybase/;../3rd/json/Lib/</AdditionalLibraryDirectories>
  96. <AdditionalDependencies>AppReg32.lib;dbghelp.lib;CrashDump.lib;DBCtrl.lib;NetLib.lib;Logger.lib;lib_json.lib</AdditionalDependencies>
  97. </Link>
  98. <Midl>
  99. <MkTypLibCompatible>false</MkTypLibCompatible>
  100. <ValidateAllParameters>true</ValidateAllParameters>
  101. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  102. </Midl>
  103. <ResourceCompile>
  104. <Culture>0x0804</Culture>
  105. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  106. <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  107. </ResourceCompile>
  108. </ItemDefinitionGroup>
  109. <ItemGroup>
  110. <None Include="IvrFlowFileFormat.xml">
  111. <SubType>Designer</SubType>
  112. </None>
  113. <None Include="ReadMe.txt" />
  114. <None Include="res\ehangLogo.bmp" />
  115. <None Include="res\IVR.ico" />
  116. <None Include="res\IVR.rc2" />
  117. <None Include="res\sys.ico" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ClInclude Include="..\Public\Auth\AuthMgr.h" />
  121. <ClInclude Include="..\Public\DaemonClient\DaemonClient.h" />
  122. <ClInclude Include="..\Public\DaemonClient\DaemonClientInc.h" />
  123. <ClInclude Include="CellHttpClient.h" />
  124. <ClInclude Include="CellAUTOCREATE.h" />
  125. <ClInclude Include="CellBegin.h" />
  126. <ClInclude Include="CellBranch.h" />
  127. <ClInclude Include="CellCalculate.h" />
  128. <ClInclude Include="CellCallOut.h" />
  129. <ClInclude Include="CellCancelQueue.h" />
  130. <ClInclude Include="CellContinueQueue.h" />
  131. <ClInclude Include="CellDataCompare.h" />
  132. <ClInclude Include="CellDefineVar.h" />
  133. <ClInclude Include="CellEnd.h" />
  134. <ClInclude Include="CellExecSql.h" />
  135. <ClInclude Include="CellFaxReceive.h" />
  136. <ClInclude Include="CellFaxSend.h" />
  137. <ClInclude Include="CellHangUp.h" />
  138. <ClInclude Include="CellHttp.h" />
  139. <ClInclude Include="CellLeaveWord.h" />
  140. <ClInclude Include="CellMapRecord2Var.h" />
  141. <ClInclude Include="CellAudioAndDtmf.h" />
  142. <ClInclude Include="CellQueue.h" />
  143. <ClInclude Include="CellSocket.h" />
  144. <ClInclude Include="CellStringOp.h" />
  145. <ClInclude Include="CellSubFlow.h" />
  146. <ClInclude Include="CellTimer.h" />
  147. <ClInclude Include="CellTransferOut.h" />
  148. <ClInclude Include="CellTurnAgent.h" />
  149. <ClInclude Include="CHttpUtil.h" />
  150. <ClInclude Include="Config.h" />
  151. <ClInclude Include="DBInterface.h" />
  152. <ClInclude Include="FlowDataProvider.h" />
  153. <ClInclude Include="FLowFileReader.h" />
  154. <ClInclude Include="FlowTemplate.h" />
  155. <ClInclude Include="FlowTemplateMgr.h" />
  156. <ClInclude Include="IFlowDataProvider.h" />
  157. <ClInclude Include="IMsgObserver.h" />
  158. <ClInclude Include="InfoList.h" />
  159. <ClInclude Include="IvrCore.h" />
  160. <ClInclude Include="IvrFlow.h" />
  161. <ClInclude Include="CellBase.h" />
  162. <ClInclude Include="IVR.h" />
  163. <ClInclude Include="IVRDlg.h" />
  164. <ClInclude Include="IvrFlowMgr.h" />
  165. <ClInclude Include="IvrSysInc.h" />
  166. <ClInclude Include="MarkupSTL.h" />
  167. <ClInclude Include="MsgCenter.h" />
  168. <ClInclude Include="NetworkIvr.h" />
  169. <ClInclude Include="PlayCRBTVoice.h" />
  170. <ClInclude Include="Resource.h" />
  171. <ClInclude Include="SoftAuther.h" />
  172. <ClInclude Include="stdafx.h" />
  173. <ClInclude Include="targetver.h" />
  174. <ClInclude Include="CellHoldOn.h" />
  175. </ItemGroup>
  176. <ItemGroup>
  177. <ClCompile Include="..\Public\Auth\AuthMgr.cpp" />
  178. <ClCompile Include="..\Public\DaemonClient\DaemonClient.cpp" />
  179. <ClCompile Include="CellHttpClient.cpp" />
  180. <ClCompile Include="CellAUTOCREATE.cpp" />
  181. <ClCompile Include="CellBegin.cpp" />
  182. <ClCompile Include="CellBranch.cpp" />
  183. <ClCompile Include="CellCalculate.cpp" />
  184. <ClCompile Include="CellCallOut.cpp" />
  185. <ClCompile Include="CellCancelQueue.cpp" />
  186. <ClCompile Include="CellContinueQueue.cpp" />
  187. <ClCompile Include="CellDataCompare.cpp" />
  188. <ClCompile Include="CellDefineVar.cpp" />
  189. <ClCompile Include="CellEnd.cpp" />
  190. <ClCompile Include="CellExecSql.cpp" />
  191. <ClCompile Include="CellFaxReceive.cpp" />
  192. <ClCompile Include="CellFaxSend.cpp" />
  193. <ClCompile Include="CellHangUp.cpp" />
  194. <ClCompile Include="CellHttp.cpp" />
  195. <ClCompile Include="CellLeaveWord.cpp" />
  196. <ClCompile Include="CellMapRecord2Var.cpp" />
  197. <ClCompile Include="CellAudioAndDtmf.cpp" />
  198. <ClCompile Include="CellQueue.cpp" />
  199. <ClCompile Include="CellSocket.cpp" />
  200. <ClCompile Include="CellStringOp.cpp" />
  201. <ClCompile Include="CellSubFlow.cpp" />
  202. <ClCompile Include="CellTimer.cpp" />
  203. <ClCompile Include="CellTransferOut.cpp" />
  204. <ClCompile Include="CellTurnAgent.cpp" />
  205. <ClCompile Include="CHttpUtil.cpp" />
  206. <ClCompile Include="Config.cpp" />
  207. <ClCompile Include="DBInterface.cpp" />
  208. <ClCompile Include="FlowDataProvider.cpp" />
  209. <ClCompile Include="FLowFileReader.cpp" />
  210. <ClCompile Include="FlowTemplate.cpp" />
  211. <ClCompile Include="FlowTemplateMgr.cpp" />
  212. <ClCompile Include="InfoList.cpp" />
  213. <ClCompile Include="IvrCore.cpp" />
  214. <ClCompile Include="IvrFlow.cpp" />
  215. <ClCompile Include="CellBase.cpp" />
  216. <ClCompile Include="IVR.cpp" />
  217. <ClCompile Include="IVRDlg.cpp" />
  218. <ClCompile Include="IvrFlowMgr.cpp" />
  219. <ClCompile Include="MarkupSTL.cpp" />
  220. <ClCompile Include="MsgCenter.cpp" />
  221. <ClCompile Include="NetworkIvr.cpp" />
  222. <ClCompile Include="PlayCRTBVoice.cpp" />
  223. <ClCompile Include="SoftAuther.cpp" />
  224. <ClCompile Include="stdafx.cpp">
  225. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  226. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  227. </ClCompile>
  228. <ClCompile Include="CellHoldOn.cpp" />
  229. </ItemGroup>
  230. <ItemGroup>
  231. <ResourceCompile Include="IVR.rc" />
  232. </ItemGroup>
  233. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  234. <ImportGroup Label="ExtensionTargets">
  235. </ImportGroup>
  236. <ProjectExtensions>
  237. <VisualStudio>
  238. <UserProperties RESOURCE_FILE="IVR.rc" />
  239. </VisualStudio>
  240. </ProjectExtensions>
  241. </Project>