中间件底层,websocket

DingDing.vcxproj 9.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>15.0</VCProjectVersion>
  23. <ProjectGuid>{D04183DD-1972-4E50-9219-D4DD65E11004}</ProjectGuid>
  24. <Keyword>Win32Proj</Keyword>
  25. <RootNamespace>DingDing</RootNamespace>
  26. <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
  27. </PropertyGroup>
  28. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  29. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  30. <ConfigurationType>DynamicLibrary</ConfigurationType>
  31. <UseDebugLibraries>true</UseDebugLibraries>
  32. <PlatformToolset>v141</PlatformToolset>
  33. <CharacterSet>Unicode</CharacterSet>
  34. </PropertyGroup>
  35. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  36. <ConfigurationType>DynamicLibrary</ConfigurationType>
  37. <UseDebugLibraries>false</UseDebugLibraries>
  38. <PlatformToolset>v141</PlatformToolset>
  39. <WholeProgramOptimization>true</WholeProgramOptimization>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v141</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v141</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  67. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  68. </ImportGroup>
  69. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  70. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  74. <LinkIncremental>false</LinkIncremental>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  77. <LinkIncremental>true</LinkIncremental>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  80. <LinkIncremental>true</LinkIncremental>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <LinkIncremental>false</LinkIncremental>
  84. </PropertyGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  86. <ClCompile>
  87. <PrecompiledHeader>Use</PrecompiledHeader>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>MaxSpeed</Optimization>
  90. <FunctionLevelLinking>true</FunctionLevelLinking>
  91. <IntrinsicFunctions>true</IntrinsicFunctions>
  92. <SDLCheck>true</SDLCheck>
  93. <PreprocessorDefinitions>WIN32;NDEBUG;DINGDING_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  94. <ConformanceMode>true</ConformanceMode>
  95. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  96. <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  97. <CallingConvention>Cdecl</CallingConvention>
  98. <AdditionalIncludeDirectories>..\public\DingDing;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  99. </ClCompile>
  100. <Link>
  101. <SubSystem>Windows</SubSystem>
  102. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  103. <OptimizeReferences>true</OptimizeReferences>
  104. <GenerateDebugInformation>true</GenerateDebugInformation>
  105. <EnableUAC>false</EnableUAC>
  106. <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
  107. </Link>
  108. <PostBuildEvent>
  109. <Command>xcopy /y /d "$(OutDir)$(TargetName)$(TargetExt)" "$(SolutionDir)中间件发布\"
  110. xcopy /y /d "$(OutDir)$(TargetName).pdb" "$(SolutionDir)中间件发布\"</Command>
  111. </PostBuildEvent>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  114. <ClCompile>
  115. <PrecompiledHeader>Use</PrecompiledHeader>
  116. <WarningLevel>Level3</WarningLevel>
  117. <Optimization>Disabled</Optimization>
  118. <SDLCheck>true</SDLCheck>
  119. <PreprocessorDefinitions>WIN32;_DEBUG;DINGDING_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <ConformanceMode>true</ConformanceMode>
  121. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  122. </ClCompile>
  123. <Link>
  124. <SubSystem>Windows</SubSystem>
  125. <GenerateDebugInformation>true</GenerateDebugInformation>
  126. <EnableUAC>false</EnableUAC>
  127. </Link>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  130. <ClCompile>
  131. <PrecompiledHeader>Use</PrecompiledHeader>
  132. <WarningLevel>Level3</WarningLevel>
  133. <Optimization>Disabled</Optimization>
  134. <SDLCheck>true</SDLCheck>
  135. <PreprocessorDefinitions>_DEBUG;DINGDING_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <ConformanceMode>true</ConformanceMode>
  137. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  138. </ClCompile>
  139. <Link>
  140. <SubSystem>Windows</SubSystem>
  141. <GenerateDebugInformation>true</GenerateDebugInformation>
  142. <EnableUAC>false</EnableUAC>
  143. </Link>
  144. </ItemDefinitionGroup>
  145. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  146. <ClCompile>
  147. <PrecompiledHeader>Use</PrecompiledHeader>
  148. <WarningLevel>Level3</WarningLevel>
  149. <Optimization>MaxSpeed</Optimization>
  150. <FunctionLevelLinking>true</FunctionLevelLinking>
  151. <IntrinsicFunctions>true</IntrinsicFunctions>
  152. <SDLCheck>true</SDLCheck>
  153. <PreprocessorDefinitions>NDEBUG;DINGDING_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  154. <ConformanceMode>true</ConformanceMode>
  155. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  156. </ClCompile>
  157. <Link>
  158. <SubSystem>Windows</SubSystem>
  159. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  160. <OptimizeReferences>true</OptimizeReferences>
  161. <GenerateDebugInformation>true</GenerateDebugInformation>
  162. <EnableUAC>false</EnableUAC>
  163. </Link>
  164. </ItemDefinitionGroup>
  165. <ItemGroup>
  166. <ClInclude Include="..\Public\DingDing\IDingDing.h" />
  167. <ClInclude Include="ConfigFile.h" />
  168. <ClInclude Include="DingDing.h" />
  169. <ClInclude Include="framework.h" />
  170. <ClInclude Include="HttpClient.h" />
  171. <ClInclude Include="pch.h" />
  172. </ItemGroup>
  173. <ItemGroup>
  174. <ClCompile Include="ConfigFile.cpp" />
  175. <ClCompile Include="DingDing.cpp" />
  176. <ClCompile Include="dllmain.cpp" />
  177. <ClCompile Include="HttpClient.cpp" />
  178. <ClCompile Include="pch.cpp">
  179. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  180. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  181. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
  182. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
  183. </ClCompile>
  184. </ItemGroup>
  185. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  186. <ImportGroup Label="ExtensionTargets">
  187. </ImportGroup>
  188. </Project>