| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <?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|ARM">
- <Configuration>Debug</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM">
- <Configuration>Release</Configuration>
- <Platform>ARM</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|ARM64">
- <Configuration>Debug</Configuration>
- <Platform>ARM64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ARM64">
- <Configuration>Release</Configuration>
- <Platform>ARM64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x86">
- <Configuration>Debug</Configuration>
- <Platform>x86</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x86">
- <Configuration>Release</Configuration>
- <Platform>x86</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{74599c58-be8f-4855-a847-766b604b1cb3}</ProjectGuid>
- <Keyword>Linux</Keyword>
- <RootNamespace>CallOut</RootNamespace>
- <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
- <ApplicationType>Linux</ApplicationType>
- <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
- <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
- <LinuxProjectType>{2238F9CD-F817-4ECC-BD14-2524D2669B35}</LinuxProjectType>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- <UseOfStl>libstdc++_static</UseOfStl>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
- <UseDebugLibraries>false</UseDebugLibraries>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
- <UseDebugLibraries>true</UseDebugLibraries>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
- <ImportGroup Label="ExtensionSettings" />
- <ImportGroup Label="Shared" />
- <ImportGroup Label="PropertySheets" />
- <PropertyGroup Label="UserMacros" />
- <ItemGroup>
- <ClCompile Include="CallTask.cpp" />
- <ClCompile Include="Config.cpp" />
- <ClCompile Include="CRedis.cpp" />
- <ClCompile Include="EslGateway.cpp" />
- <ClCompile Include="EslMgr.cpp" />
- <ClCompile Include="ExecTask.cpp" />
- <ClCompile Include="JdbcHelper.cpp" />
- <ClCompile Include="Log.cpp" />
- <ClCompile Include="main.cpp" />
- <ClCompile Include="MQTTAsyncPublish.cpp" />
- <ClCompile Include="MqttTask.cpp" />
- <ClCompile Include="RabbitmqClient.cpp" />
- <ClCompile Include="RabbitmqTask.cpp" />
- <ClCompile Include="SqlWrite.cpp" />
- <ClCompile Include="Util.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="CallTask.h" />
- <ClInclude Include="Config.h" />
- <ClInclude Include="CRedis.h" />
- <ClInclude Include="EslGateway.h" />
- <ClInclude Include="EslMgr.h" />
- <ClInclude Include="ExecTask.h" />
- <ClInclude Include="JdbcHelper.h" />
- <ClInclude Include="Log.h" />
- <ClInclude Include="MQTTAsyncPublish.h" />
- <ClInclude Include="MqttTask.h" />
- <ClInclude Include="pubdef.h" />
- <ClInclude Include="RabbitmqClient.h" />
- <ClInclude Include="RabbitmqTask.h" />
- <ClInclude Include="SqlWrite.h" />
- <ClInclude Include="Util.h" />
- </ItemGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <ClCompile>
- <CppLanguageStandard>c++14</CppLanguageStandard>
- </ClCompile>
- <Link>
- <LibraryDependencies>pthread;esl;log4cpp;jsoncpp;hiredis;rabbitmq;paho-mqtt3a;mysqlcppconn;curl;boost_filesystem;boost_date_time;boost_thread;boost_regex;%(LibraryDependencies)</LibraryDependencies>
- </Link>
- </ItemDefinitionGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets" />
- </Project>
|