DWeChatRobot.vcxproj 21.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
    <ProjectConfiguration Include="SOCKET_Debug|Win32">
      <Configuration>SOCKET_Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="SOCKET_Debug|x64">
      <Configuration>SOCKET_Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="SOCKET_Release|Win32">
      <Configuration>SOCKET_Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="SOCKET_Release|x64">
      <Configuration>SOCKET_Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <VCProjectVersion>16.0</VCProjectVersion>
    <Keyword>Win32Proj</Keyword>
    <ProjectGuid>{C0FC8DAB-0590-46AC-9270-6FEA45D52390}</ProjectGuid>
    <RootNamespace>MyWeChatRobot</RootNamespace>
    <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
    <ProjectName>DWeChatRobot</ProjectName>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
52 53 54 55 56 57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
58 59 60 61 62 63 64
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
65 66 67 68 69 70 71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v142</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
72 73 74 75 76 77
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
78 79 80 81 82 83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>true</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
84 85 86 87 88 89 90
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
91 92 93 94 95 96 97
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <PlatformToolset>v143</PlatformToolset>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
98 99 100 101 102 103 104 105
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="Shared">
  </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>
106 107 108
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
109 110 111
  <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>
112 113 114
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
115 116 117
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
118 119 120
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
121 122 123
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
124 125 126
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  </ImportGroup>
127 128 129 130
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <LinkIncremental>true</LinkIncremental>
    <TargetName>$(ProjectName)</TargetName>
L
ljc545w 已提交
131 132
    <IncludePath>$(IncludePath);../3rdparty/include</IncludePath>
    <LibraryPath>../3rdparty/lib;$(LibraryPath)</LibraryPath>
133
  </PropertyGroup>
134 135 136
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'">
    <LinkIncremental>true</LinkIncremental>
    <TargetName>SWeChatRobot</TargetName>
L
ljc545w 已提交
137
    <IncludePath>$(IncludePath);../3rdparty/include</IncludePath>
138 139
    <IntDir>$(Configuration)\</IntDir>
    <OutDir>$(SolutionDir)Debug\socket\</OutDir>
L
ljc545w 已提交
140
    <LibraryPath>../3rdparty/lib;$(LibraryPath)</LibraryPath>
141
  </PropertyGroup>
142 143 144
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>$(ProjectName)</TargetName>
L
ljc545w 已提交
145
    <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
L
ljc545w 已提交
146 147
    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../3rdparty/include</IncludePath>
    <LibraryPath>../3rdparty/lib;$(LibraryPath)</LibraryPath>
148
  </PropertyGroup>
149 150 151 152 153
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>SWeChatRobot</TargetName>
    <IntDir>$(Configuration)\</IntDir>
    <OutDir>$(SolutionDir)Release\socket\</OutDir>
L
ljc545w 已提交
154
    <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
L
ljc545w 已提交
155 156
    <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);;../3rdparty/include</IncludePath>
    <LibraryPath>../3rdparty/lib;$(LibraryPath)</LibraryPath>
157
  </PropertyGroup>
158 159 160
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
161 162 163
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
164 165 166
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
167 168 169
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
170 171 172 173 174 175 176 177 178 179 180 181 182 183 184
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;_DEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
  </ItemDefinitionGroup>
185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;_DEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
      <AdditionalOptions>/D "USE_SOCKET" /D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
  </ItemDefinitionGroup>
201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;NDEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
L
ljc545w 已提交
219 220 221 222
    <PostBuildEvent>
      <Command>xcopy /y /d  "$(TargetPath)"  "$(SolutionDir)build\com\"
xcopy /y /d  "$(OutDir)..\Python\com\wxRobot.py"  "$(SolutionDir)build\com\"</Command>
    </PostBuildEvent>
223
  </ItemDefinitionGroup>
224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>WIN32;NDEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
      <AdditionalOptions>/D "USE_SOCKET" /D "_CRT_SECURE_NO_WARNINGS" %(AdditionalOptions)</AdditionalOptions>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
L
ljc545w 已提交
243 244 245 246
    <PostBuildEvent>
      <Command>xcopy /y /d  "$(TargetPath)"  "$(SolutionDir)build\http\"
xcopy /y /d  "$(OutDir)..\..\Python\http\wxDriver.py"  "$(SolutionDir)build\http\"</Command>
    </PostBuildEvent>
247
  </ItemDefinitionGroup>
248 249 250 251 252 253 254 255 256 257 258 259 260 261 262
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>_DEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
  </ItemDefinitionGroup>
263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>_DEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
  </ItemDefinitionGroup>
278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>NDEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
  </ItemDefinitionGroup>
297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'">
    <ClCompile>
      <WarningLevel>Level3</WarningLevel>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <SDLCheck>true</SDLCheck>
      <PreprocessorDefinitions>NDEBUG;MYWECHATROBOT_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <ConformanceMode>true</ConformanceMode>
      <PrecompiledHeader>Use</PrecompiledHeader>
      <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableUAC>false</EnableUAC>
    </Link>
  </ItemDefinitionGroup>
316
  <ItemGroup>
L
ljc545w 已提交
317
    <ClInclude Include="AddChatRoomMember.h" />
L
ljc545w 已提交
318
    <ClInclude Include="AddFriend.h" />
L
ljc545w 已提交
319
    <ClInclude Include="comclient.h" />
320
    <ClInclude Include="CheckFriendStatus.h" />
L
ljc545w 已提交
321 322
    <ClInclude Include="DbBackup.h" />
    <ClInclude Include="DbExecuteSql.h" />
L
ljc545w 已提交
323
    <ClInclude Include="DelChatRoomMember.h" />
L
ljc545w 已提交
324
    <ClInclude Include="DeleteUser.h" />
L
ljc545w 已提交
325
    <ClInclude Include="EditRemark.h" />
326
    <ClInclude Include="ForwardMessage.h" />
327 328
    <ClInclude Include="framework.h" />
    <ClInclude Include="FriendList.h" />
L
ljc545w 已提交
329
    <ClInclude Include="GetA8Key.h" />
L
ljc545w 已提交
330
    <ClInclude Include="GetChatRoomMemberNickname.h" />
L
ljc545w 已提交
331
    <ClInclude Include="GetChatRoomMembers.h" />
L
ljc545w 已提交
332
    <ClInclude Include="GetDbHandles.h" />
L
ljc545w 已提交
333
    <ClInclude Include="GetHistoryPublicMsg.h" />
L
ljc545w 已提交
334
    <ClInclude Include="GetTransfer.h" />
335
    <ClInclude Include="LogMsgInfo.h" />
L
ljc545w 已提交
336
    <ClInclude Include="http_overload.hpp" />
L
ljc545w 已提交
337
    <ClInclude Include="Logout.h" />
L
ljc545w 已提交
338
    <ClInclude Include="OpenBrowser.h" />
339
    <ClInclude Include="pch.h" />
340
    <ClInclude Include="GetQrcodeImage.h" />
341
    <ClInclude Include="ReceiveMessage.h" />
342
    <ClInclude Include="SelfInfo.h" />
L
ljc545w 已提交
343
    <ClInclude Include="SendAppMsg.h" />
344
    <ClInclude Include="SendArticle.h" />
L
ljc545w 已提交
345
    <ClInclude Include="SendAtText.h" />
346
    <ClInclude Include="SendCard.h" />
L
ljc545w 已提交
347
    <ClInclude Include="SendEmotion.h" />
348 349 350
    <ClInclude Include="SendFile.h" />
    <ClInclude Include="SendImage.h" />
    <ClInclude Include="SendText.h" />
L
ljc545w 已提交
351
    <ClInclude Include="SearchContact.h" />
L
ljc545w 已提交
352
    <ClInclude Include="SendXmlMsg.h" />
L
ljc545w 已提交
353 354 355
    <ClInclude Include="SetChatRoomAnnouncement.h" />
    <ClInclude Include="SetChatRoomName.h" />
    <ClInclude Include="SetChatRoomSelfNickname.h" />
L
ljc545w 已提交
356
    <ClInclude Include="sqlite3.h" />
L
ljc545w 已提交
357
    <ClInclude Include="VerifyFriendApply.h" />
L
ljc545w 已提交
358
    <ClInclude Include="wechatver.h" />
359 360
    <ClInclude Include="wxapi.h" />
    <ClInclude Include="wxdata.h" />
361
    <ClInclude Include="wxsignal.h" />
L
ljc545w 已提交
362
    <ClInclude Include="wxsocketapi.h" />
363 364
  </ItemGroup>
  <ItemGroup>
L
ljc545w 已提交
365
    <ClCompile Include="..\3rdparty\include\base64\base64.cpp" />
L
ljc545w 已提交
366
    <ClCompile Include="AddChatRoomMember.cpp" />
L
ljc545w 已提交
367 368
    <ClCompile Include="AddFriendByV3.cpp" />
    <ClCompile Include="AddFriendByWxid.cpp" />
L
ljc545w 已提交
369
    <ClCompile Include="AddBrandContact.cpp" />
L
ljc545w 已提交
370
    <ClCompile Include="ChatMsg.cpp" />
371
    <ClCompile Include="CheckFriendStatus.cpp" />
L
ljc545w 已提交
372
    <ClCompile Include="comclient.cpp" />
L
ljc545w 已提交
373 374
    <ClCompile Include="DbBackup.cpp" />
    <ClCompile Include="DbExecuteSql.cpp" />
L
ljc545w 已提交
375
    <ClCompile Include="DelChatRoomMember.cpp" />
L
ljc545w 已提交
376
    <ClCompile Include="DeleteUser.cpp" />
377
    <ClCompile Include="dllmain.cpp" />
L
ljc545w 已提交
378
    <ClCompile Include="GetMsgCDN.cpp" />
L
ljc545w 已提交
379
    <ClCompile Include="EditRemark.cpp" />
380
    <ClCompile Include="ForwardMessage.cpp" />
381
    <ClCompile Include="FriendList.cpp" />
L
ljc545w 已提交
382
    <ClCompile Include="GetA8Key.cpp" />
L
ljc545w 已提交
383
    <ClCompile Include="GetChatRoomMemberNickname.cpp" />
L
ljc545w 已提交
384
    <ClCompile Include="GetChatRoomMemebers.cpp" />
L
ljc545w 已提交
385
    <ClCompile Include="GetDbHandles.cpp" />
L
ljc545w 已提交
386
    <ClCompile Include="GetHistoryPublicMsg.cpp" />
L
ljc545w 已提交
387
    <ClCompile Include="GetTransfer.cpp" />
L
ljc545w 已提交
388 389
    <ClCompile Include="HookImageMessage.cpp" />
    <ClCompile Include="HookVoiceMessage.cpp" />
L
ljc545w 已提交
390
    <ClCompile Include="Logout.cpp" />
L
ljc545w 已提交
391
    <ClCompile Include="OpenBrowser.cpp" />
392 393
    <ClCompile Include="pch.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
394
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'">Create</PrecompiledHeader>
395
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
396
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'">Create</PrecompiledHeader>
397
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
398
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'">Create</PrecompiledHeader>
399
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
400
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'">Create</PrecompiledHeader>
401
    </ClCompile>
402
    <ClCompile Include="GetQrcodeImage.cpp" />
403
    <ClCompile Include="ReceiveMessage.cpp" />
L
ljc545w 已提交
404
    <ClCompile Include="SearchContactByNet.cpp" />
405
    <ClCompile Include="SelfInfo.cpp" />
L
ljc545w 已提交
406
    <ClCompile Include="SendAppMsg.cpp" />
407
    <ClCompile Include="SendArticle.cpp" />
L
ljc545w 已提交
408
    <ClCompile Include="SendAtText.cpp" />
409
    <ClCompile Include="SendCard.cpp" />
L
ljc545w 已提交
410
    <ClCompile Include="SendEmotion.cpp" />
411 412 413
    <ClCompile Include="SendFile.cpp" />
    <ClCompile Include="SendImage.cpp" />
    <ClCompile Include="SendText.cpp" />
L
ljc545w 已提交
414
    <ClCompile Include="SearchContactByCache.cpp" />
415
    <ClCompile Include="LogMsgInfo.cpp" />
L
ljc545w 已提交
416
    <ClCompile Include="SendXmlMsg.cpp" />
L
ljc545w 已提交
417 418 419
    <ClCompile Include="SetChatRoomAnnouncement.cpp" />
    <ClCompile Include="SetChatRoomName.cpp" />
    <ClCompile Include="SetChatRoomSelfNickname.cpp" />
L
ljc545w 已提交
420
    <ClCompile Include="VerifyFriendApply.cpp" />
L
ljc545w 已提交
421
    <ClCompile Include="wechatver.cpp" />
L
ljc545w 已提交
422
    <ClCompile Include="wxsocket.cpp" />
423 424 425 426
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
L
ljc545w 已提交
427
</Project>