WeChatRobotCOM.vcxproj.filters 5.4 KB
Newer Older
L
ljc545w 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="源文件">
      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
    </Filter>
    <Filter Include="头文件">
      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
      <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions>
    </Filter>
    <Filter Include="资源文件">
      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
    </Filter>
    <Filter Include="生成的文件">
      <UniqueIdentifier>{bbe1ba5c-e2d6-4aad-b97a-18ad64a9f157}</UniqueIdentifier>
      <SourceControlFiles>False</SourceControlFiles>
    </Filter>
    <Filter Include="注入工具">
      <UniqueIdentifier>{2a494b07-1ec6-45c4-960c-09875429c485}</UniqueIdentifier>
    </Filter>
    <Filter Include="发送消息">
      <UniqueIdentifier>{9e0389a0-4ff4-40a5-8d6a-2c446d7c10b9}</UniqueIdentifier>
    </Filter>
    <Filter Include="发送消息\发送文本">
      <UniqueIdentifier>{2f5b934c-6123-4271-880a-7e185fde0fee}</UniqueIdentifier>
    </Filter>
    <Filter Include="发送消息\发送图片">
      <UniqueIdentifier>{99158de3-8221-42df-8b1f-eb3c7c383e20}</UniqueIdentifier>
    </Filter>
    <Filter Include="发送消息\发送文件">
      <UniqueIdentifier>{eb0eba18-3b38-466c-8978-f7d0f2bb756e}</UniqueIdentifier>
    </Filter>
L
ljc545w 已提交
35 36 37 38
    <Filter Include="好友相关">
      <UniqueIdentifier>{19933e02-50d4-489c-823e-4e7fe6539792}</UniqueIdentifier>
    </Filter>
    <Filter Include="好友相关\好友列表">
L
ljc545w 已提交
39 40
      <UniqueIdentifier>{be3e55a9-dd57-4e92-a340-cb558f3cd4f7}</UniqueIdentifier>
    </Filter>
L
ljc545w 已提交
41 42 43
    <Filter Include="好友相关\好友信息">
      <UniqueIdentifier>{cdd9e8b4-4576-499c-b20e-60e05911f6d6}</UniqueIdentifier>
    </Filter>
G
Gogs 已提交
44 45 46
    <Filter Include="个人信息">
      <UniqueIdentifier>{82fef7e4-e819-4cb2-9087-40ae1f426e73}</UniqueIdentifier>
    </Filter>
L
ljc545w 已提交
47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="framework.h">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="targetver.h">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="Resource.h">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="xdlldata.h">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="WeChatRobotCOM_i.h">
      <Filter>生成的文件</Filter>
    </ClInclude>
    <ClInclude Include="pch.h">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="WeChatRobot.h">
      <Filter>头文件</Filter>
    </ClInclude>
    <ClInclude Include="InjertDll.h">
      <Filter>注入工具</Filter>
    </ClInclude>
    <ClInclude Include="SendImage.h">
      <Filter>发送消息\发送图片</Filter>
    </ClInclude>
    <ClInclude Include="SendText.h">
      <Filter>发送消息\发送文本</Filter>
    </ClInclude>
    <ClInclude Include="FriendList.h">
L
ljc545w 已提交
80
      <Filter>好友相关\好友列表</Filter>
L
ljc545w 已提交
81 82 83 84 85 86 87
    </ClInclude>
    <ClInclude Include="SendFile.h">
      <Filter>发送消息\发送文件</Filter>
    </ClInclude>
    <ClInclude Include="robotdata.h">
      <Filter>头文件</Filter>
    </ClInclude>
L
ljc545w 已提交
88 89 90
    <ClInclude Include="UserInfo.h">
      <Filter>好友相关\好友信息</Filter>
    </ClInclude>
G
Gogs 已提交
91 92 93
    <ClInclude Include="SelfInfo.h">
      <Filter>个人信息</Filter>
    </ClInclude>
L
ljc545w 已提交
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="WeChatRobotCOM.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="xdlldata.c">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="WeChatRobotCOM_i.c">
      <Filter>生成的文件</Filter>
    </ClCompile>
    <ClCompile Include="pch.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="WeChatRobot.cpp">
      <Filter>源文件</Filter>
    </ClCompile>
    <ClCompile Include="InjertDll.cpp">
      <Filter>注入工具</Filter>
    </ClCompile>
    <ClCompile Include="SendImage.cpp">
      <Filter>发送消息\发送图片</Filter>
    </ClCompile>
    <ClCompile Include="SendText.cpp">
      <Filter>发送消息\发送文本</Filter>
    </ClCompile>
    <ClCompile Include="FriendList.cpp">
L
ljc545w 已提交
121
      <Filter>好友相关\好友列表</Filter>
L
ljc545w 已提交
122 123 124 125
    </ClCompile>
    <ClCompile Include="SendFile.cpp">
      <Filter>发送消息\发送文件</Filter>
    </ClCompile>
L
ljc545w 已提交
126 127 128
    <ClCompile Include="UserInfo.cpp">
      <Filter>好友相关\好友信息</Filter>
    </ClCompile>
G
Gogs 已提交
129 130 131
    <ClCompile Include="SelfInfo.cpp">
      <Filter>个人信息</Filter>
    </ClCompile>
L
ljc545w 已提交
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="WeChatRobotCOM.rc">
      <Filter>资源文件</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <None Include="WeChatRobotCOM.rgs">
      <Filter>资源文件</Filter>
    </None>
    <None Include="WeChatRobot.rgs">
      <Filter>资源文件</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <Midl Include="WeChatRobotCOM.idl">
      <Filter>源文件</Filter>
    </Midl>
  </ItemGroup>
</Project>