| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{659DD2EA-18D9-4086-BE31-7BE92657EAA1}</ProjectGuid>
- <RootNamespace>IVR</RootNamespace>
- <Keyword>MFCProj</Keyword>
- <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>MultiByte</CharacterSet>
- <UseOfMfc>Static</UseOfMfc>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>Application</ConfigurationType>
- <UseDebugLibraries>false</UseDebugLibraries>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <CharacterSet>MultiByte</CharacterSet>
- <UseOfMfc>Static</UseOfMfc>
- <PlatformToolset>v141</PlatformToolset>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings">
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LinkIncremental>true</LinkIncremental>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <TargetName>$(ProjectName)</TargetName>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <WarningLevel>Level3</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>../Public/GlobalDef/;../NetLib/;../DbCtrl/;../Logger/;../CrashDump/</AdditionalIncludeDirectories>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
- <AdditionalDependencies>AppReg32.lib;dbghelp.lib;CrashDump.lib</AdditionalDependencies>
- </Link>
- <Midl>
- <MkTypLibCompatible>false</MkTypLibCompatible>
- <ValidateAllParameters>true</ValidateAllParameters>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </Midl>
- <ResourceCompile>
- <Culture>0x0804</Culture>
- <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ResourceCompile>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>Use</PrecompiledHeader>
- <Optimization>Disabled</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>../Public/GlobalDef/;../3rd/hybase/;../3rd/json/include</AdditionalIncludeDirectories>
- <WholeProgramOptimization>true</WholeProgramOptimization>
- <LanguageStandard>stdcpp17</LanguageStandard>
- <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalLibraryDirectories>$(OutDir);../3rd/hybase/;../3rd/json/Lib/</AdditionalLibraryDirectories>
- <AdditionalDependencies>AppReg32.lib;dbghelp.lib;CrashDump.lib;DBCtrl.lib;NetLib.lib;Logger.lib;lib_json.lib</AdditionalDependencies>
- </Link>
- <Midl>
- <MkTypLibCompatible>false</MkTypLibCompatible>
- <ValidateAllParameters>true</ValidateAllParameters>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </Midl>
- <ResourceCompile>
- <Culture>0x0804</Culture>
- <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- </ResourceCompile>
- </ItemDefinitionGroup>
- <ItemGroup>
- <None Include="IvrFlowFileFormat.xml">
- <SubType>Designer</SubType>
- </None>
- <None Include="ReadMe.txt" />
- <None Include="res\ehangLogo.bmp" />
- <None Include="res\IVR.ico" />
- <None Include="res\IVR.rc2" />
- <None Include="res\sys.ico" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\Public\Auth\AuthMgr.h" />
- <ClInclude Include="..\Public\DaemonClient\DaemonClient.h" />
- <ClInclude Include="..\Public\DaemonClient\DaemonClientInc.h" />
- <ClInclude Include="CellHttpClient.h" />
- <ClInclude Include="CellAUTOCREATE.h" />
- <ClInclude Include="CellBegin.h" />
- <ClInclude Include="CellBranch.h" />
- <ClInclude Include="CellCalculate.h" />
- <ClInclude Include="CellCallOut.h" />
- <ClInclude Include="CellCancelQueue.h" />
- <ClInclude Include="CellContinueQueue.h" />
- <ClInclude Include="CellDataCompare.h" />
- <ClInclude Include="CellDefineVar.h" />
- <ClInclude Include="CellEnd.h" />
- <ClInclude Include="CellExecSql.h" />
- <ClInclude Include="CellFaxReceive.h" />
- <ClInclude Include="CellFaxSend.h" />
- <ClInclude Include="CellHangUp.h" />
- <ClInclude Include="CellHttp.h" />
- <ClInclude Include="CellLeaveWord.h" />
- <ClInclude Include="CellMapRecord2Var.h" />
- <ClInclude Include="CellAudioAndDtmf.h" />
- <ClInclude Include="CellQueue.h" />
- <ClInclude Include="CellSocket.h" />
- <ClInclude Include="CellStringOp.h" />
- <ClInclude Include="CellSubFlow.h" />
- <ClInclude Include="CellTimer.h" />
- <ClInclude Include="CellTransferOut.h" />
- <ClInclude Include="CellTurnAgent.h" />
- <ClInclude Include="CHttpUtil.h" />
- <ClInclude Include="Config.h" />
- <ClInclude Include="DBInterface.h" />
- <ClInclude Include="FlowDataProvider.h" />
- <ClInclude Include="FLowFileReader.h" />
- <ClInclude Include="FlowTemplate.h" />
- <ClInclude Include="FlowTemplateMgr.h" />
- <ClInclude Include="IFlowDataProvider.h" />
- <ClInclude Include="IMsgObserver.h" />
- <ClInclude Include="InfoList.h" />
- <ClInclude Include="IvrCore.h" />
- <ClInclude Include="IvrFlow.h" />
- <ClInclude Include="CellBase.h" />
- <ClInclude Include="IVR.h" />
- <ClInclude Include="IVRDlg.h" />
- <ClInclude Include="IvrFlowMgr.h" />
- <ClInclude Include="IvrSysInc.h" />
- <ClInclude Include="MarkupSTL.h" />
- <ClInclude Include="MsgCenter.h" />
- <ClInclude Include="NetworkIvr.h" />
- <ClInclude Include="PlayCRBTVoice.h" />
- <ClInclude Include="Resource.h" />
- <ClInclude Include="SoftAuther.h" />
- <ClInclude Include="stdafx.h" />
- <ClInclude Include="targetver.h" />
- <ClInclude Include="CellHoldOn.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\Public\Auth\AuthMgr.cpp" />
- <ClCompile Include="..\Public\DaemonClient\DaemonClient.cpp" />
- <ClCompile Include="CellHttpClient.cpp" />
- <ClCompile Include="CellAUTOCREATE.cpp" />
- <ClCompile Include="CellBegin.cpp" />
- <ClCompile Include="CellBranch.cpp" />
- <ClCompile Include="CellCalculate.cpp" />
- <ClCompile Include="CellCallOut.cpp" />
- <ClCompile Include="CellCancelQueue.cpp" />
- <ClCompile Include="CellContinueQueue.cpp" />
- <ClCompile Include="CellDataCompare.cpp" />
- <ClCompile Include="CellDefineVar.cpp" />
- <ClCompile Include="CellEnd.cpp" />
- <ClCompile Include="CellExecSql.cpp" />
- <ClCompile Include="CellFaxReceive.cpp" />
- <ClCompile Include="CellFaxSend.cpp" />
- <ClCompile Include="CellHangUp.cpp" />
- <ClCompile Include="CellHttp.cpp" />
- <ClCompile Include="CellLeaveWord.cpp" />
- <ClCompile Include="CellMapRecord2Var.cpp" />
- <ClCompile Include="CellAudioAndDtmf.cpp" />
- <ClCompile Include="CellQueue.cpp" />
- <ClCompile Include="CellSocket.cpp" />
- <ClCompile Include="CellStringOp.cpp" />
- <ClCompile Include="CellSubFlow.cpp" />
- <ClCompile Include="CellTimer.cpp" />
- <ClCompile Include="CellTransferOut.cpp" />
- <ClCompile Include="CellTurnAgent.cpp" />
- <ClCompile Include="CHttpUtil.cpp" />
- <ClCompile Include="Config.cpp" />
- <ClCompile Include="DBInterface.cpp" />
- <ClCompile Include="FlowDataProvider.cpp" />
- <ClCompile Include="FLowFileReader.cpp" />
- <ClCompile Include="FlowTemplate.cpp" />
- <ClCompile Include="FlowTemplateMgr.cpp" />
- <ClCompile Include="InfoList.cpp" />
- <ClCompile Include="IvrCore.cpp" />
- <ClCompile Include="IvrFlow.cpp" />
- <ClCompile Include="CellBase.cpp" />
- <ClCompile Include="IVR.cpp" />
- <ClCompile Include="IVRDlg.cpp" />
- <ClCompile Include="IvrFlowMgr.cpp" />
- <ClCompile Include="MarkupSTL.cpp" />
- <ClCompile Include="MsgCenter.cpp" />
- <ClCompile Include="NetworkIvr.cpp" />
- <ClCompile Include="PlayCRTBVoice.cpp" />
- <ClCompile Include="SoftAuther.cpp" />
- <ClCompile Include="stdafx.cpp">
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
- <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
- </ClCompile>
- <ClCompile Include="CellHoldOn.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ResourceCompile Include="IVR.rc" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties RESOURCE_FILE="IVR.rc" />
- </VisualStudio>
- </ProjectExtensions>
- </Project>
|