119 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			XML
		
	
	
			
		
		
	
	
			119 lines
		
	
	
		
			5.3 KiB
		
	
	
	
		
			XML
		
	
	
<?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>{e1b36564-b73f-4161-a72d-f6a44b1ce8fd}</ProjectGuid>
 | 
						|
    <Keyword>Linux</Keyword>
 | 
						|
    <RootNamespace>datahubs</RootNamespace>
 | 
						|
    <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
 | 
						|
    <ApplicationType>Linux</ApplicationType>
 | 
						|
    <ApplicationTypeRevision>1.0</ApplicationTypeRevision>
 | 
						|
    <TargetLinuxPlatform>Generic</TargetLinuxPlatform>
 | 
						|
    <LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</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>
 | 
						|
    <ConfigurationType>Application</ConfigurationType>
 | 
						|
  </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" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <IncludePath>D:\My Documents\汇珏网络\15. EMS\projects\sdk\include;$(IncludePath)</IncludePath>
 | 
						|
    <ProjectPublicIncludePath>-I/usr/local/include</ProjectPublicIncludePath>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 | 
						|
    <IncludePath>..\..\..\emsApplication\sdk\include;$(IncludePath)</IncludePath>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="iconv-utils.cpp" />
 | 
						|
    <ClCompile Include="kutilities.cpp" />
 | 
						|
    <ClCompile Include="main.cpp" />
 | 
						|
    <ClCompile Include="openjson.cpp" />
 | 
						|
    <ClCompile Include="opmysql.cpp" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="frame_define.h" />
 | 
						|
    <ClInclude Include="iconv-utils.h" />
 | 
						|
    <ClInclude Include="kdefine.h" />
 | 
						|
    <ClInclude Include="kutilities.h" />
 | 
						|
    <ClInclude Include="mqtt_msg.h" />
 | 
						|
    <ClInclude Include="openjson.h" />
 | 
						|
    <ClInclude Include="opmysql.h" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <None Include="datahubs.conf" />
 | 
						|
    <None Include="Makefile" />
 | 
						|
    <None Include="Makefile.arm" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
						|
    <Link>
 | 
						|
      <AdditionalOptions>-L/usr/local/lib</AdditionalOptions>
 | 
						|
      <LibraryDependencies>hv;sqlite3;dl</LibraryDependencies>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
 | 
						|
    <ClCompile>
 | 
						|
      <AdditionalIncludeDirectories>D:\My Documents\汇珏网络\15. EMS\projects\emsApplication\sdk\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
						|
    </ClCompile>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets" />
 | 
						|
</Project> |