WeChatCore.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="CommonTools, Version=1.0.0.3, Culture=neutral, processorArchitecture=MSIL">
  34. <SpecificVersion>False</SpecificVersion>
  35. <HintPath>Referce\x86\CommonTools.dll</HintPath>
  36. </Reference>
  37. <Reference Include="HttpHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <SpecificVersion>False</SpecificVersion>
  39. <HintPath>Referce\x86\HttpHelper.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>Referce\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="PresentationCore" />
  46. <Reference Include="PresentationFramework" />
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.Composition" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Web" />
  51. <Reference Include="System.Windows" />
  52. <Reference Include="System.Xaml" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="WindowsBase" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="Class1.cs" />
  62. <Compile Include="Common\CommonMethodCallBackHandlers.cs" />
  63. <Compile Include="Common\MethodsHelper.cs" />
  64. <Compile Include="Common\NotifyPropertyChanged.cs" />
  65. <Compile Include="Control\ImgeDefine.cs" />
  66. <Compile Include="DefineClass\CommonDefine.cs" />
  67. <Compile Include="DefineClass\ConfigDefine.cs" />
  68. <Compile Include="DefineClass\DirectoryDefine.cs" />
  69. <Compile Include="DefineClass\LogPathDefine.cs" />
  70. <Compile Include="DefineClass\UrlDefine.cs" />
  71. <Compile Include="Entity\AddMsgListItemEntity.cs" />
  72. <Compile Include="Entity\AppInfoEntity.cs" />
  73. <Compile Include="Entity\AutoRepateEntity.cs" />
  74. <Compile Include="Entity\BaseContactEntity.cs" />
  75. <Compile Include="Entity\BaseRequestEntity.cs" />
  76. <Compile Include="Entity\BaseResponseEntity.cs" />
  77. <Compile Include="Entity\BindEmailEntity.cs" />
  78. <Compile Include="Entity\BindMobileEntity.cs" />
  79. <Compile Include="Entity\ContactListItemEntity.cs" />
  80. <Compile Include="Entity\ContactsListEntity.cs" />
  81. <Compile Include="Entity\FileEntity.cs" />
  82. <Compile Include="Entity\GetMsgEntiy.cs" />
  83. <Compile Include="Entity\GroupContacts.cs" />
  84. <Compile Include="Entity\GroupMemberEntity.cs" />
  85. <Compile Include="Entity\GroupMemberListEntity.cs" />
  86. <Compile Include="Entity\ListItemEntity.cs" />
  87. <Compile Include="Entity\LoginResultEntity.cs" />
  88. <Compile Include="Entity\MemberListItemEntity.cs" />
  89. <Compile Include="Entity\MPArticleListItemEntity.cs" />
  90. <Compile Include="Entity\MPSubscribeMsgListItemEntity.cs" />
  91. <Compile Include="Entity\MsgEntity.cs" />
  92. <Compile Include="Entity\NickNameEntity.cs" />
  93. <Compile Include="Entity\NotifyPhoneEntity.cs" />
  94. <Compile Include="Entity\ProfileEntity.cs" />
  95. <Compile Include="Entity\ReceiveMsgEntity.cs" />
  96. <Compile Include="Entity\RecommendInfoEntity.cs" />
  97. <Compile Include="Entity\SendFileResultEntity.cs" />
  98. <Compile Include="Entity\SendMsgBodyEntity.cs" />
  99. <Compile Include="Entity\SendMsgEntity.cs" />
  100. <Compile Include="Entity\SendMsgResultEntity.cs" />
  101. <Compile Include="Entity\SyncKeyEntity.cs" />
  102. <Compile Include="Entity\UserEntity.cs" />
  103. <Compile Include="Entity\UserNameEntity.cs" />
  104. <Compile Include="Enum\AutoRepateEnum.cs" />
  105. <Compile Include="Enum\ContactType.cs" />
  106. <Compile Include="Enum\FileTypeEumn.cs" />
  107. <Compile Include="Enum\MediaTypeEnum.cs" />
  108. <Compile Include="Enum\MsgOwerTypeEnum.cs" />
  109. <Compile Include="Enum\MsgTypeEnum.cs" />
  110. <Compile Include="Properties\AssemblyInfo.cs" />
  111. <Compile Include="WeiChat.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="Referce\Newtonsoft.Json.dll" />
  115. <Content Include="Referce\Newtonsoft.Json.xml" />
  116. <Resource Include="Resource\DefultHeader.png" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="Data\data.dat">
  120. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  121. </None>
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  124. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  125. Other similar extension points exist, see Microsoft.Common.targets.
  126. <Target Name="BeforeBuild">
  127. </Target>
  128. <Target Name="AfterBuild">
  129. </Target>
  130. -->
  131. </Project>