WeChatCore.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{588E8149-F7FC-4304-87E1-43426D41AAC4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WeChatCore</RootNamespace>
  11. <AssemblyName>WeChatCore</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  34. <DebugSymbols>true</DebugSymbols>
  35. <OutputPath>bin\x64\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <DebugType>full</DebugType>
  38. <PlatformTarget>x64</PlatformTarget>
  39. <ErrorReport>prompt</ErrorReport>
  40. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  43. <OutputPath>bin\x64\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <Optimize>true</Optimize>
  46. <DebugType>pdbonly</DebugType>
  47. <PlatformTarget>x64</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <SignAssembly>true</SignAssembly>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <AssemblyOriginatorKeyFile>wechat.snk</AssemblyOriginatorKeyFile>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="CommonTools, Version=1.0.0.3, Culture=neutral, PublicKeyToken=c81093cf33f6c5e1, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>Referce\CommonTools.dll</HintPath>
  61. </Reference>
  62. <Reference Include="HttpHelper, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c81093cf33f6c5e1, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>Referce\HttpHelper.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  67. <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. <Reference Include="System" />
  73. <Reference Include="System.ComponentModel.Composition" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Web" />
  76. <Reference Include="System.Windows" />
  77. <Reference Include="System.Xaml" />
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="WindowsBase" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Class1.cs" />
  87. <Compile Include="Common\CommonMethodCallBackHandlers.cs" />
  88. <Compile Include="Common\MethodsHelper.cs" />
  89. <Compile Include="Common\NotifyPropertyChanged.cs" />
  90. <Compile Include="Control\ImgeDefine.cs" />
  91. <Compile Include="DefineClass\CommonDefine.cs" />
  92. <Compile Include="DefineClass\ConfigDefine.cs" />
  93. <Compile Include="DefineClass\DirectoryDefine.cs" />
  94. <Compile Include="DefineClass\LogPathDefine.cs" />
  95. <Compile Include="DefineClass\UrlDefine.cs" />
  96. <Compile Include="Entity\AddMsgListItemEntity.cs" />
  97. <Compile Include="Entity\AppInfoEntity.cs" />
  98. <Compile Include="Entity\AutoRepateEntity.cs" />
  99. <Compile Include="Entity\BaseContactEntity.cs" />
  100. <Compile Include="Entity\BaseRequestEntity.cs" />
  101. <Compile Include="Entity\BaseResponseEntity.cs" />
  102. <Compile Include="Entity\BindEmailEntity.cs" />
  103. <Compile Include="Entity\BindMobileEntity.cs" />
  104. <Compile Include="Entity\ContactListItemEntity.cs" />
  105. <Compile Include="Entity\ContactsListEntity.cs" />
  106. <Compile Include="Entity\FileEntity.cs" />
  107. <Compile Include="Entity\GetMsgEntiy.cs" />
  108. <Compile Include="Entity\GroupContacts.cs" />
  109. <Compile Include="Entity\GroupMemberEntity.cs" />
  110. <Compile Include="Entity\GroupMemberListEntity.cs" />
  111. <Compile Include="Entity\ListItemEntity.cs" />
  112. <Compile Include="Entity\LoginResultEntity.cs" />
  113. <Compile Include="Entity\MemberListItemEntity.cs" />
  114. <Compile Include="Entity\MPArticleListItemEntity.cs" />
  115. <Compile Include="Entity\MPSubscribeMsgListItemEntity.cs" />
  116. <Compile Include="Entity\MsgEntity.cs" />
  117. <Compile Include="Entity\NickNameEntity.cs" />
  118. <Compile Include="Entity\NotifyPhoneEntity.cs" />
  119. <Compile Include="Entity\ProfileEntity.cs" />
  120. <Compile Include="Entity\ReceiveMsgEntity.cs" />
  121. <Compile Include="Entity\RecommendInfoEntity.cs" />
  122. <Compile Include="Entity\SendFileResultEntity.cs" />
  123. <Compile Include="Entity\SendMsgBodyEntity.cs" />
  124. <Compile Include="Entity\SendMsgEntity.cs" />
  125. <Compile Include="Entity\SendMsgResultEntity.cs" />
  126. <Compile Include="Entity\SyncKeyEntity.cs" />
  127. <Compile Include="Entity\UserEntity.cs" />
  128. <Compile Include="Entity\UserNameEntity.cs" />
  129. <Compile Include="Enum\AutoRepateEnum.cs" />
  130. <Compile Include="Enum\ContactType.cs" />
  131. <Compile Include="Enum\FileTypeEumn.cs" />
  132. <Compile Include="Enum\MediaTypeEnum.cs" />
  133. <Compile Include="Enum\MsgOwerTypeEnum.cs" />
  134. <Compile Include="Enum\MsgTypeEnum.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="WeChat.cs" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Content Include="Referce\Newtonsoft.Json.dll" />
  140. <Content Include="Referce\Newtonsoft.Json.xml" />
  141. <Content Include="Referce\x86\CommonTools.dll" />
  142. <Content Include="Referce\x86\HttpHelper.dll" />
  143. <Content Include="Referce\x86\ICSharpCode.SharpZipLib.dll" />
  144. <Resource Include="Resource\DefultHeader.png" />
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="Data\data.dat">
  148. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  149. </None>
  150. <None Include="packages.config" />
  151. <None Include="wechat.snk" />
  152. </ItemGroup>
  153. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  154. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  155. Other similar extension points exist, see Microsoft.Common.targets.
  156. <Target Name="BeforeBuild">
  157. </Target>
  158. <Target Name="AfterBuild">
  159. </Target>
  160. -->
  161. </Project>