IPADDemo.csproj 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <ApplicationManifest>app.manifest</ApplicationManifest>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  40. <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="SuperSocket.ClientEngine, Version=0.10.0.0, Culture=neutral, PublicKeyToken=ee9af13f57f00acc, processorArchitecture=MSIL">
  46. <HintPath>..\packages\SuperSocket.ClientEngine.0.10.0\lib\net45\SuperSocket.ClientEngine.dll</HintPath>
  47. </Reference>
  48. <Reference Include="SuperSocket.ProtoBase, Version=1.7.0.17, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
  49. <HintPath>..\packages\SuperSocket.ProtoBase.1.7.0.17\lib\net45\SuperSocket.ProtoBase.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System" />
  52. <Reference Include="System.Collections.Specialized, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  53. <HintPath>..\packages\System.Collections.Specialized.4.3.0\lib\net46\System.Collections.Specialized.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Net.NameResolution, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  58. <HintPath>..\packages\System.Net.NameResolution.4.3.0\lib\net46\System.Net.NameResolution.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System.Net.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  61. <HintPath>..\packages\System.Net.Security.4.3.0\lib\net46\System.Net.Security.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  70. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  73. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  76. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  79. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Web" />
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Deployment" />
  87. <Reference Include="System.Drawing" />
  88. <Reference Include="System.Net.Http" />
  89. <Reference Include="System.Windows.Forms" />
  90. <Reference Include="System.Xml" />
  91. <Reference Include="Xzy.IPAD.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  92. <SpecificVersion>False</SpecificVersion>
  93. <HintPath>..\dll\Xzy.IPAD.Core.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Xzy.WebWx.Core">
  96. <HintPath>..\..\WebWx.Core\dll\Xzy.WebWx.Core.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Xzy.WebWx.Model">
  99. <HintPath>..\..\..\WebWx.Core\dll\Xzy.WebWx.Model.dll</HintPath>
  100. </Reference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="AppData\App.cs" />
  104. <Compile Include="FormDemo.cs">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="FormDemo.Designer.cs">
  108. <DependentUpon>FormDemo.cs</DependentUpon>
  109. </Compile>
  110. <Compile Include="Model\AgreeDuty.cs" />
  111. <Compile Include="Model\AtomicFunc.cs" />
  112. <Compile Include="Model\BackWxMsg.cs" />
  113. <Compile Include="Model\BankerConfig.cs" />
  114. <Compile Include="Model\ChMsg.cs" />
  115. <Compile Include="Model\Contact.cs" />
  116. <Compile Include="Model\CS.cs" />
  117. <Compile Include="Model\EnterGroupJson.cs" />
  118. <Compile Include="Model\GroupMember.cs" />
  119. <Compile Include="Model\Member.cs" />
  120. <Compile Include="Model\MsgContent.cs" />
  121. <Compile Include="Model\OperationTail.cs" />
  122. <Compile Include="Model\PackMsg.cs" />
  123. <Compile Include="Model\PackTime.cs" />
  124. <Compile Include="Model\QrCodeJson.cs" />
  125. <Compile Include="Model\ReadPackItem.cs" />
  126. <Compile Include="Model\ReadPackJson.cs" />
  127. <Compile Include="Model\RedPacketJson.cs" />
  128. <Compile Include="Model\SnsUpload.cs" />
  129. <Compile Include="Model\TcpMsg.cs" />
  130. <Compile Include="Model\UserData.cs" />
  131. <Compile Include="Model\WxDat.cs" />
  132. <Compile Include="Model\WxDelegate.cs" />
  133. <Compile Include="Model\WxGroup.cs" />
  134. <Compile Include="Model\WxMember.cs" />
  135. <Compile Include="Model\WxQrCode.cs" />
  136. <Compile Include="Model\WXReceiveRedPacketjson.cs" />
  137. <Compile Include="Model\WXttsmsg.cs" />
  138. <Compile Include="Model\WxUser.cs" />
  139. <Compile Include="Program.cs" />
  140. <Compile Include="Properties\AssemblyInfo.cs" />
  141. <Compile Include="TestAPI.cs" />
  142. <Compile Include="Util\BaseClass.cs" />
  143. <Compile Include="Util\HttpUtil.cs" />
  144. <Compile Include="Util\MyUtils.cs" />
  145. <Compile Include="Util\ffmpegUtils.cs" />
  146. <Compile Include="Util\Utilities.cs" />
  147. <Compile Include="WeChat\XzyWeChatFunc.cs" />
  148. <Compile Include="WeChat\XzyWeChatThread.cs" />
  149. <EmbeddedResource Include="FormDemo.resx">
  150. <DependentUpon>FormDemo.cs</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="Properties\Resources.resx">
  153. <Generator>ResXFileCodeGenerator</Generator>
  154. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  155. <SubType>Designer</SubType>
  156. </EmbeddedResource>
  157. <Compile Include="Properties\Resources.Designer.cs">
  158. <AutoGen>True</AutoGen>
  159. <DependentUpon>Resources.resx</DependentUpon>
  160. <DesignTime>True</DesignTime>
  161. </Compile>
  162. <None Include="app.manifest">
  163. <SubType>Designer</SubType>
  164. </None>
  165. <None Include="packages.config" />
  166. <None Include="Properties\Settings.settings">
  167. <Generator>SettingsSingleFileGenerator</Generator>
  168. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  169. </None>
  170. <Compile Include="Properties\Settings.Designer.cs">
  171. <AutoGen>True</AutoGen>
  172. <DependentUpon>Settings.settings</DependentUpon>
  173. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  174. </Compile>
  175. </ItemGroup>
  176. <ItemGroup>
  177. <None Include="App.config" />
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Content Include="ffmpeg\ffmpeg.exe" />
  181. <Content Include="ffmpeg\silk_v3_decoder.exe" />
  182. <Content Include="ffmpeg\silk_v3_encoder.exe" />
  183. </ItemGroup>
  184. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  185. </Project>