IPADDemo.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{C9D8413D-03E4-4A01-901E-92C7DF42CC2A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>IPADDemo</RootNamespace>
  10. <AssemblyName>IPADDemo</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <ApplicationManifest>app.manifest</ApplicationManifest>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  55. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="SuperSocket.ClientEngine, Version=0.10.0.0, Culture=neutral, PublicKeyToken=ee9af13f57f00acc, processorArchitecture=MSIL">
  61. <HintPath>..\packages\SuperSocket.ClientEngine.0.10.0\lib\net45\SuperSocket.ClientEngine.dll</HintPath>
  62. </Reference>
  63. <Reference Include="SuperSocket.ProtoBase, Version=1.7.0.17, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  64. <HintPath>..\packages\SuperSocket.ProtoBase.1.7.0.17\lib\net45\SuperSocket.ProtoBase.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Collections.Specialized, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  68. <HintPath>..\packages\System.Collections.Specialized.4.3.0\lib\net46\System.Collections.Specialized.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.Configuration" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Net.NameResolution, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Net.NameResolution.4.3.0\lib\net46\System.Net.NameResolution.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Net.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  76. <HintPath>..\packages\System.Net.Security.4.3.0\lib\net46\System.Net.Security.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  85. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  88. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  91. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Web" />
  97. <Reference Include="System.Xml.Linq" />
  98. <Reference Include="System.Data.DataSetExtensions" />
  99. <Reference Include="Microsoft.CSharp" />
  100. <Reference Include="System.Data" />
  101. <Reference Include="System.Deployment" />
  102. <Reference Include="System.Drawing" />
  103. <Reference Include="System.Net.Http" />
  104. <Reference Include="System.Windows.Forms" />
  105. <Reference Include="System.Xml" />
  106. <Reference Include="Xzy.IPAD.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  107. <SpecificVersion>False</SpecificVersion>
  108. <HintPath>..\dll\Xzy.IPAD.Core.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Xzy.WebWx.Model">
  111. <HintPath>..\..\..\WebWx.Core\dll\Xzy.WebWx.Model.dll</HintPath>
  112. </Reference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Compile Include="AppData\App.cs" />
  116. <Compile Include="FormDemo.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="FormDemo.Designer.cs">
  120. <DependentUpon>FormDemo.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="Model\AgreeDuty.cs" />
  123. <Compile Include="Model\AtomicFunc.cs" />
  124. <Compile Include="Model\BackWxMsg.cs" />
  125. <Compile Include="Model\BankerConfig.cs" />
  126. <Compile Include="Model\ChMsg.cs" />
  127. <Compile Include="Model\Contact.cs" />
  128. <Compile Include="Model\CS.cs" />
  129. <Compile Include="Model\EnterGroupJson.cs" />
  130. <Compile Include="Model\GroupMember.cs" />
  131. <Compile Include="Model\Member.cs" />
  132. <Compile Include="Model\MsgContent.cs" />
  133. <Compile Include="Model\OperationTail.cs" />
  134. <Compile Include="Model\PackMsg.cs" />
  135. <Compile Include="Model\PackTime.cs" />
  136. <Compile Include="Model\QrCodeJson.cs" />
  137. <Compile Include="Model\ReadPackItem.cs" />
  138. <Compile Include="Model\ReadPackJson.cs" />
  139. <Compile Include="Model\RedPacketJson.cs" />
  140. <Compile Include="Model\SnsUpload.cs" />
  141. <Compile Include="Model\TcpMsg.cs" />
  142. <Compile Include="Model\UserData.cs" />
  143. <Compile Include="Model\WxDat.cs" />
  144. <Compile Include="Model\WxDelegate.cs" />
  145. <Compile Include="Model\WxGroup.cs" />
  146. <Compile Include="Model\WxMember.cs" />
  147. <Compile Include="Model\WxQrCode.cs" />
  148. <Compile Include="Model\WXReceiveRedPacketjson.cs" />
  149. <Compile Include="Model\WXttsmsg.cs" />
  150. <Compile Include="Model\WxUser.cs" />
  151. <Compile Include="Program.cs" />
  152. <Compile Include="Properties\AssemblyInfo.cs" />
  153. <Compile Include="Util\Base64.cs" />
  154. <Compile Include="Util\BaseClass.cs" />
  155. <Compile Include="Util\Cover.cs" />
  156. <Compile Include="Util\EUtils.cs" />
  157. <Compile Include="Util\HttpUtil.cs" />
  158. <Compile Include="Util\MyUtils.cs" />
  159. <Compile Include="Util\ffmpegUtils.cs" />
  160. <Compile Include="Util\Utilities.cs" />
  161. <Compile Include="WeChat\XzyWeChatFunc.cs" />
  162. <Compile Include="WeChat\XzyWeChatThread.cs" />
  163. <EmbeddedResource Include="FormDemo.resx">
  164. <DependentUpon>FormDemo.cs</DependentUpon>
  165. </EmbeddedResource>
  166. <EmbeddedResource Include="Properties\Resources.resx">
  167. <Generator>ResXFileCodeGenerator</Generator>
  168. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  169. <SubType>Designer</SubType>
  170. </EmbeddedResource>
  171. <Compile Include="Properties\Resources.Designer.cs">
  172. <AutoGen>True</AutoGen>
  173. <DependentUpon>Resources.resx</DependentUpon>
  174. <DesignTime>True</DesignTime>
  175. </Compile>
  176. <None Include="app.manifest">
  177. <SubType>Designer</SubType>
  178. </None>
  179. <None Include="packages.config" />
  180. <None Include="Properties\Settings.settings">
  181. <Generator>SettingsSingleFileGenerator</Generator>
  182. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  183. </None>
  184. <Compile Include="Properties\Settings.Designer.cs">
  185. <AutoGen>True</AutoGen>
  186. <DependentUpon>Settings.settings</DependentUpon>
  187. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  188. </Compile>
  189. </ItemGroup>
  190. <ItemGroup>
  191. <None Include="App.config">
  192. <SubType>Designer</SubType>
  193. </None>
  194. </ItemGroup>
  195. <ItemGroup>
  196. <Content Include="ffmpeg\ffmpeg.exe" />
  197. <Content Include="ffmpeg\silk_v3_decoder.exe" />
  198. <Content Include="ffmpeg\silk_v3_encoder.exe" />
  199. </ItemGroup>
  200. <ItemGroup>
  201. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  202. <Visible>False</Visible>
  203. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  204. <Install>true</Install>
  205. </BootstrapperPackage>
  206. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  207. <Visible>False</Visible>
  208. <ProductName>.NET Framework 3.5 SP1</ProductName>
  209. <Install>false</Install>
  210. </BootstrapperPackage>
  211. </ItemGroup>
  212. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  213. </Project>