MqttMsgServer.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{9F8A6583-F8D2-4C2F-9C1F-292C9260CBAE}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>MqttMsgServer</RootNamespace>
  11. <AssemblyName>MqttMsgServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  15. <Deterministic>true</Deterministic>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  40. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  41. </Reference>
  42. <Reference Include="EntityFramework.DynamicFilters, Version=3.2.0.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.DynamicFilters.3.2.0\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  47. </Reference>
  48. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  49. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.1\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  53. </Reference>
  54. <Reference Include="MQTTnet, Version=3.0.11.0, Culture=neutral, PublicKeyToken=b69712f52770c0a7, processorArchitecture=MSIL">
  55. <HintPath>..\packages\MQTTnet.3.0.11\lib\net461\MQTTnet.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Pipelines.Sockets.Unofficial, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42ea0a778e13fbe2, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Pipelines.Sockets.Unofficial.2.1.16\lib\net461\Pipelines.Sockets.Unofficial.dll</HintPath>
  62. </Reference>
  63. <Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
  64. <HintPath>..\packages\StackExchange.Redis.2.1.55\lib\net461\StackExchange.Redis.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  68. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System.Configuration.Install" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Diagnostics.PerformanceCounter, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  74. <HintPath>..\packages\System.Diagnostics.PerformanceCounter.4.7.0\lib\net461\System.Diagnostics.PerformanceCounter.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  77. <HintPath>..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System.IO.Pipelines, Version=4.0.2.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  80. <HintPath>..\packages\System.IO.Pipelines.4.7.1\lib\netstandard2.0\System.IO.Pipelines.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Management" />
  83. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  84. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Net.Security, Version=4.0.1.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  87. <HintPath>..\packages\System.Net.Security.4.3.2\lib\net46\System.Net.Security.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System.Net.WebSockets, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Net.WebSockets.4.3.0\lib\net46\System.Net.WebSockets.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Net.WebSockets.Client, Version=4.0.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  93. <HintPath>..\packages\System.Net.WebSockets.Client.4.3.2\lib\net46\System.Net.WebSockets.Client.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Numerics" />
  96. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
  104. <Private>True</Private>
  105. <Private>True</Private>
  106. </Reference>
  107. <Reference Include="System.Runtime.Serialization" />
  108. <Reference Include="System.Security" />
  109. <Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  110. <HintPath>..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
  111. </Reference>
  112. <Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  113. <HintPath>..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
  114. </Reference>
  115. <Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  116. <HintPath>..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
  117. </Reference>
  118. <Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  119. <HintPath>..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
  120. </Reference>
  121. <Reference Include="System.Threading.Channels, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  122. <HintPath>..\packages\System.Threading.Channels.4.7.1\lib\net461\System.Threading.Channels.dll</HintPath>
  123. </Reference>
  124. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  125. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  126. </Reference>
  127. <Reference Include="System.Xml.Linq" />
  128. <Reference Include="System.Data.DataSetExtensions" />
  129. <Reference Include="Microsoft.CSharp" />
  130. <Reference Include="System.Data" />
  131. <Reference Include="System.Net.Http" />
  132. <Reference Include="System.ServiceProcess" />
  133. <Reference Include="System.Xml" />
  134. </ItemGroup>
  135. <ItemGroup>
  136. <Compile Include="AppSetting.cs" />
  137. <Compile Include="Dao\ApplicationDbContext.cs" />
  138. <Compile Include="Dao\IRepository.cs" />
  139. <Compile Include="Dao\Repository.cs" />
  140. <Compile Include="HttpService\CustomHttpServer.cs" />
  141. <Compile Include="HttpService\dto\ClientDto.cs" />
  142. <Compile Include="HttpService\HttpProcessor.cs" />
  143. <Compile Include="HttpService\HttpServerBase.cs" />
  144. <Compile Include="Migrations\202006160053579_init18.cs" />
  145. <Compile Include="Migrations\202006160053579_init18.designer.cs">
  146. <DependentUpon>202006160053579_init18.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Migrations\Configuration.cs" />
  149. <Compile Include="Model\Client.cs" />
  150. <Compile Include="Model\CreatorEntity.cs" />
  151. <Compile Include="Model\ReceiveMessageRecord.cs" />
  152. <Compile Include="Model\ResponseResult.cs" />
  153. <Compile Include="ProjectInstaller.cs">
  154. <SubType>Component</SubType>
  155. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  156. </Compile>
  157. <Compile Include="ProjectInstaller.Designer.cs">
  158. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  159. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  160. </Compile>
  161. <Compile Include="MqttMsgServer.cs">
  162. <SubType>Component</SubType>
  163. </Compile>
  164. <Compile Include="MqttMsgServer.Designer.cs">
  165. <DependentUpon>MqttMsgServer.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="Program.cs" />
  168. <Compile Include="Properties\AssemblyInfo.cs" />
  169. <Compile Include="Redis\RedisConnectionHelp.cs" />
  170. <Compile Include="Redis\RedisHelpers.cs" />
  171. <Compile Include="Service\ClientMessage\ClientMessageService.cs" />
  172. <Compile Include="Service\ClientMessage\Dto\MsgQueryParamDto.cs" />
  173. <Compile Include="Service\Client\ClientService.cs" />
  174. <Compile Include="Service\Client\Dto\ConnectDto.cs" />
  175. <Compile Include="Service\Client\Dto\RegClientDto.cs" />
  176. <Compile Include="Service\DefineConfig.cs" />
  177. <Compile Include="Service\ThreadMsg.cs" />
  178. <Compile Include="Tools\HttpRequestHelper.cs" />
  179. <Compile Include="Tools\JsonSplit.cs" />
  180. <Compile Include="Tools\LogHelper.cs" />
  181. <Compile Include="Tools\MqttHelper.cs" />
  182. <Compile Include="Tools\RedisCache.cs" />
  183. <Compile Include="Tools\SqlDbHelper.cs" />
  184. <Compile Include="Tools\StringHelper.cs" />
  185. <Compile Include="Tools\XmlHelper.cs" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="App.config" />
  189. <None Include="log4net.config">
  190. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  191. </None>
  192. <None Include="packages.config" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <EmbeddedResource Include="Migrations\202006160053579_init18.resx">
  196. <DependentUpon>202006160053579_init18.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="ProjectInstaller.resx">
  199. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  200. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  201. </EmbeddedResource>
  202. </ItemGroup>
  203. <ItemGroup />
  204. <ItemGroup>
  205. <Content Include="AppConfig.xml">
  206. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  207. </Content>
  208. </ItemGroup>
  209. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  210. <Import Project="..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
  211. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  212. <PropertyGroup>
  213. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  214. </PropertyGroup>
  215. <Error Condition="!Exists('..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NETStandard.Library.2.0.0\build\netstandard2.0\NETStandard.Library.targets'))" />
  216. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  217. <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  218. </Target>
  219. <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  220. </Project>