DWeChatRobot.vcxproj 20.6 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
    <IncludePath>$(IncludePath)</IncludePath>
132
  </PropertyGroup>
133 134 135 136 137 138 139
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'">
    <LinkIncremental>true</LinkIncremental>
    <TargetName>SWeChatRobot</TargetName>
    <IncludePath>$(IncludePath)</IncludePath>
    <IntDir>$(Configuration)\</IntDir>
    <OutDir>$(SolutionDir)Debug\socket\</OutDir>
  </PropertyGroup>
140 141 142
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>$(ProjectName)</TargetName>
L
ljc545w 已提交
143
    <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
144
  </PropertyGroup>
145 146 147 148 149
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>SWeChatRobot</TargetName>
    <IntDir>$(Configuration)\</IntDir>
    <OutDir>$(SolutionDir)Release\socket\</OutDir>
L
ljc545w 已提交
150
    <CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
151
  </PropertyGroup>
152 153 154
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
155 156 157
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'">
    <LinkIncremental>true</LinkIncremental>
  </PropertyGroup>
158 159 160
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
161 162 163
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'">
    <LinkIncremental>false</LinkIncremental>
  </PropertyGroup>
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
  <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>
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194
  <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>
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212
  <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 已提交
213 214 215 216
    <PostBuildEvent>
      <Command>xcopy /y /d  "$(TargetPath)"  "$(SolutionDir)build\com\"
xcopy /y /d  "$(OutDir)..\Python\com\wxRobot.py"  "$(SolutionDir)build\com\"</Command>
    </PostBuildEvent>
217
  </ItemDefinitionGroup>
218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
  <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 已提交
237 238 239 240
    <PostBuildEvent>
      <Command>xcopy /y /d  "$(TargetPath)"  "$(SolutionDir)build\http\"
xcopy /y /d  "$(OutDir)..\..\Python\http\wxDriver.py"  "$(SolutionDir)build\http\"</Command>
    </PostBuildEvent>
241
  </ItemDefinitionGroup>
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
  <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>
257 258 259 260 261 262 263 264 265 266 267 268 269 270 271
  <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>
272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290
  <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>
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
  <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>
310
  <ItemGroup>
L
ljc545w 已提交
311
    <ClInclude Include="AddChatRoomMember.h" />
L
ljc545w 已提交
312
    <ClInclude Include="AddFriend.h" />
L
ljc545w 已提交
313
    <ClInclude Include="comclient.h" />
314
    <ClInclude Include="CheckFriendStatus.h" />
L
ljc545w 已提交
315 316
    <ClInclude Include="DbBackup.h" />
    <ClInclude Include="DbExecuteSql.h" />
L
ljc545w 已提交
317
    <ClInclude Include="DelChatRoomMember.h" />
L
ljc545w 已提交
318
    <ClInclude Include="DeleteUser.h" />
L
ljc545w 已提交
319
    <ClInclude Include="EditRemark.h" />
320
    <ClInclude Include="ForwardMessage.h" />
321 322
    <ClInclude Include="framework.h" />
    <ClInclude Include="FriendList.h" />
L
ljc545w 已提交
323
    <ClInclude Include="GetA8Key.h" />
L
ljc545w 已提交
324
    <ClInclude Include="GetChatRoomMemberNickname.h" />
L
ljc545w 已提交
325
    <ClInclude Include="GetChatRoomMembers.h" />
L
ljc545w 已提交
326
    <ClInclude Include="GetDbHandles.h" />
L
ljc545w 已提交
327
    <ClInclude Include="GetHistoryPublicMsg.h" />
328
    <ClInclude Include="LogMsgInfo.h" />
L
ljc545w 已提交
329
    <ClInclude Include="http_overload.hpp" />
L
ljc545w 已提交
330
    <ClInclude Include="OpenBrowser.h" />
331
    <ClInclude Include="pch.h" />
332
    <ClInclude Include="GetQrcodeImage.h" />
333
    <ClInclude Include="ReceiveMessage.h" />
334
    <ClInclude Include="SelfInfo.h" />
L
ljc545w 已提交
335
    <ClInclude Include="SendAppMsg.h" />
336
    <ClInclude Include="SendArticle.h" />
L
ljc545w 已提交
337
    <ClInclude Include="SendAtText.h" />
338 339 340 341
    <ClInclude Include="SendCard.h" />
    <ClInclude Include="SendFile.h" />
    <ClInclude Include="SendImage.h" />
    <ClInclude Include="SendText.h" />
L
ljc545w 已提交
342
    <ClInclude Include="SearchContact.h" />
L
ljc545w 已提交
343 344 345
    <ClInclude Include="SetChatRoomAnnouncement.h" />
    <ClInclude Include="SetChatRoomName.h" />
    <ClInclude Include="SetChatRoomSelfNickname.h" />
L
ljc545w 已提交
346
    <ClInclude Include="sqlite3.h" />
L
ljc545w 已提交
347
    <ClInclude Include="VerifyFriendApply.h" />
L
ljc545w 已提交
348
    <ClInclude Include="wechatver.h" />
349 350
    <ClInclude Include="wxapi.h" />
    <ClInclude Include="wxdata.h" />
351
    <ClInclude Include="wxsignal.h" />
L
ljc545w 已提交
352
    <ClInclude Include="wxsocketapi.h" />
353 354
  </ItemGroup>
  <ItemGroup>
L
ljc545w 已提交
355
    <ClCompile Include="AddChatRoomMember.cpp" />
L
ljc545w 已提交
356 357
    <ClCompile Include="AddFriendByV3.cpp" />
    <ClCompile Include="AddFriendByWxid.cpp" />
L
ljc545w 已提交
358
    <ClCompile Include="AddBrandContact.cpp" />
L
ljc545w 已提交
359
    <ClCompile Include="base64\base64.cpp" />
360
    <ClCompile Include="CheckFriendStatus.cpp" />
L
ljc545w 已提交
361
    <ClCompile Include="comclient.cpp" />
L
ljc545w 已提交
362 363
    <ClCompile Include="DbBackup.cpp" />
    <ClCompile Include="DbExecuteSql.cpp" />
L
ljc545w 已提交
364
    <ClCompile Include="DelChatRoomMember.cpp" />
L
ljc545w 已提交
365
    <ClCompile Include="DeleteUser.cpp" />
366
    <ClCompile Include="dllmain.cpp" />
L
ljc545w 已提交
367
    <ClCompile Include="EditRemark.cpp" />
368
    <ClCompile Include="ForwardMessage.cpp" />
369
    <ClCompile Include="FriendList.cpp" />
L
ljc545w 已提交
370
    <ClCompile Include="GetA8Key.cpp" />
L
ljc545w 已提交
371
    <ClCompile Include="GetChatRoomMemberNickname.cpp" />
L
ljc545w 已提交
372
    <ClCompile Include="GetChatRoomMemebers.cpp" />
L
ljc545w 已提交
373
    <ClCompile Include="GetDbHandles.cpp" />
L
ljc545w 已提交
374
    <ClCompile Include="GetHistoryPublicMsg.cpp" />
L
ljc545w 已提交
375 376
    <ClCompile Include="HookImageMessage.cpp" />
    <ClCompile Include="HookVoiceMessage.cpp" />
L
ljc545w 已提交
377
    <ClCompile Include="OpenBrowser.cpp" />
378 379
    <ClCompile Include="pch.cpp">
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
380
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|Win32'">Create</PrecompiledHeader>
381
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
382
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Debug|x64'">Create</PrecompiledHeader>
383
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
384
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|Win32'">Create</PrecompiledHeader>
385
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
386
      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='SOCKET_Release|x64'">Create</PrecompiledHeader>
387
    </ClCompile>
388
    <ClCompile Include="GetQrcodeImage.cpp" />
389
    <ClCompile Include="ReceiveMessage.cpp" />
L
ljc545w 已提交
390
    <ClCompile Include="SearchContactByNet.cpp" />
391
    <ClCompile Include="SelfInfo.cpp" />
L
ljc545w 已提交
392
    <ClCompile Include="SendAppMsg.cpp" />
393
    <ClCompile Include="SendArticle.cpp" />
L
ljc545w 已提交
394
    <ClCompile Include="SendAtText.cpp" />
395 396 397 398
    <ClCompile Include="SendCard.cpp" />
    <ClCompile Include="SendFile.cpp" />
    <ClCompile Include="SendImage.cpp" />
    <ClCompile Include="SendText.cpp" />
L
ljc545w 已提交
399
    <ClCompile Include="SearchContactByCache.cpp" />
400
    <ClCompile Include="LogMsgInfo.cpp" />
L
ljc545w 已提交
401 402 403
    <ClCompile Include="SetChatRoomAnnouncement.cpp" />
    <ClCompile Include="SetChatRoomName.cpp" />
    <ClCompile Include="SetChatRoomSelfNickname.cpp" />
L
ljc545w 已提交
404
    <ClCompile Include="VerifyFriendApply.cpp" />
L
ljc545w 已提交
405
    <ClCompile Include="wechatver.cpp" />
L
ljc545w 已提交
406
    <ClCompile Include="wxsocket.cpp" />
407 408 409 410
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
L
ljc545w 已提交
411
</Project>