升龙物业 老版本 ocx IPO, 加密狗 转值班电话

eHangCom.vcxproj 5.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.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>{0F315297-17CF-4C00-9B14-4C63A83CF74A}</ProjectGuid>
  15. <Keyword>Win32Proj</Keyword>
  16. <RootNamespace>eHangCom</RootNamespace>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  20. <ConfigurationType>DynamicLibrary</ConfigurationType>
  21. <UseDebugLibraries>true</UseDebugLibraries>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. <UseOfMfc>Static</UseOfMfc>
  24. </PropertyGroup>
  25. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  26. <ConfigurationType>DynamicLibrary</ConfigurationType>
  27. <UseDebugLibraries>false</UseDebugLibraries>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. <UseOfMfc>Static</UseOfMfc>
  31. </PropertyGroup>
  32. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  33. <ImportGroup Label="ExtensionSettings">
  34. </ImportGroup>
  35. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  36. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  37. </ImportGroup>
  38. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  39. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  40. </ImportGroup>
  41. <PropertyGroup Label="UserMacros" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  43. <LinkIncremental>true</LinkIncremental>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  46. <LinkIncremental>false</LinkIncremental>
  47. </PropertyGroup>
  48. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  49. <ClCompile>
  50. <PrecompiledHeader>Use</PrecompiledHeader>
  51. <WarningLevel>Level3</WarningLevel>
  52. <Optimization>Disabled</Optimization>
  53. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;EHANGCOM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  54. <AdditionalIncludeDirectories>../NetLib/;../Public/OTL/</AdditionalIncludeDirectories>
  55. </ClCompile>
  56. <Link>
  57. <SubSystem>Windows</SubSystem>
  58. <GenerateDebugInformation>true</GenerateDebugInformation>
  59. <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
  60. <AdditionalDependencies>ODBC32.lib</AdditionalDependencies>
  61. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  62. </Link>
  63. </ItemDefinitionGroup>
  64. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  65. <ClCompile>
  66. <WarningLevel>Level3</WarningLevel>
  67. <PrecompiledHeader>Use</PrecompiledHeader>
  68. <Optimization>MaxSpeed</Optimization>
  69. <FunctionLevelLinking>true</FunctionLevelLinking>
  70. <IntrinsicFunctions>true</IntrinsicFunctions>
  71. <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;EHANGCOM_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  72. <AdditionalIncludeDirectories>../NetLib/;../Public/OTL/</AdditionalIncludeDirectories>
  73. </ClCompile>
  74. <Link>
  75. <SubSystem>Windows</SubSystem>
  76. <GenerateDebugInformation>true</GenerateDebugInformation>
  77. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  78. <OptimizeReferences>true</OptimizeReferences>
  79. <AdditionalLibraryDirectories>$(OutDir)</AdditionalLibraryDirectories>
  80. <AdditionalDependencies>ODBC32.lib</AdditionalDependencies>
  81. <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
  82. </Link>
  83. </ItemDefinitionGroup>
  84. <ItemGroup>
  85. <None Include="ReadMe.txt" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ClInclude Include="..\Public\OTL\OtlConnHost.h" />
  89. <ClInclude Include="..\Public\OTL\OtlDB.h" />
  90. <ClInclude Include="eHangConfig.h" />
  91. <ClInclude Include="DevControl.h" />
  92. <ClInclude Include="DeviceLink.h" />
  93. <ClInclude Include="Resource.h" />
  94. <ClInclude Include="stdafx.h" />
  95. <ClInclude Include="targetver.h" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ClCompile Include="..\Public\OTL\OtlConnection.cpp" />
  99. <ClCompile Include="..\Public\OTL\OtlConnHost.cpp" />
  100. <ClCompile Include="..\Public\OTL\OtlRecordset.cpp" />
  101. <ClCompile Include="..\Public\OTL\OtlStoredProc.cpp" />
  102. <ClCompile Include="eHangConfig.cpp" />
  103. <ClCompile Include="DevControl.cpp" />
  104. <ClCompile Include="eHangCom.cpp" />
  105. <ClCompile Include="stdafx.cpp">
  106. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  107. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  108. </ClCompile>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ResourceCompile Include="eHangCom.rc" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\NetLib\NetLib.vcxproj">
  115. <Project>{2393d53b-07e9-4d90-9b10-0707e065c2d6}</Project>
  116. </ProjectReference>
  117. </ItemGroup>
  118. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  119. <ImportGroup Label="ExtensionTargets">
  120. </ImportGroup>
  121. </Project>