WsServer.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.4.1.0\build\Costura.Fody.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>{637E9AD8-6410-419B-8FEE-2528130F871A}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>NTMiner</RootNamespace>
  11. <AssemblyName>WsServer</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>false</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationIcon>logo.ico</ApplicationIcon>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <StartupObject>NTMiner.AppRoot</StartupObject>
  45. </PropertyGroup>
  46. <ItemGroup>
  47. <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
  49. </Reference>
  50. <Reference Include="LiteDB, Version=4.1.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\LiteDB.4.1.4\lib\net40\LiteDB.dll</HintPath>
  52. </Reference>
  53. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  58. </Reference>
  59. <Reference Include="RabbitMQ.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\RabbitMQ.Client.5.2.0\lib\net451\RabbitMQ.Client.dll</HintPath>
  61. </Reference>
  62. <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll</HintPath>
  64. </Reference>
  65. <Reference Include="System" />
  66. <Reference Include="System.configuration" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.IO.Compression" />
  69. <Reference Include="System.Management" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Net.Http.WebRequest" />
  78. <Reference Include="System.Web" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <Compile Include="..\WebApiServer\SpecialPath.partials.cs">
  82. <Link>SpecialPath.partials.cs</Link>
  83. </Compile>
  84. <Compile Include="Core\IMinerSignSet.cs" />
  85. <Compile Include="Core\Impl\MinerSignSet.cs" />
  86. <Compile Include="Core\Impl\WsServerNodeAddressSet.cs" />
  87. <Compile Include="Core\Mq\MqMessagePaths\MinerClientMqMessagePath.cs" />
  88. <Compile Include="Core\Mq\MqMessagePaths\MinerSignMqMessagePath.cs" />
  89. <Compile Include="Core\Mq\MqMessagePaths\OperationMqMessagePath.cs" />
  90. <Compile Include="Core\Mq\MqMessagePaths\WsServerNodeMqMessagePath.cs" />
  91. <Compile Include="Core\Mq\Senders\IMinerClientMqSender.cs" />
  92. <Compile Include="Core\Mq\Senders\Impl\MinerClientMqSender.cs" />
  93. <Compile Include="Core\Mq\Senders\Impl\OperationMqSender.cs" />
  94. <Compile Include="Core\Mq\Senders\Impl\UserMqSender.cs" />
  95. <Compile Include="Core\Mq\Senders\IOperationMqSender.cs" />
  96. <Compile Include="Core\Mq\Senders\IUserMqSender.cs" />
  97. <Compile Include="Core\Redis\Impl\WsServerNodeRedis.cs" />
  98. <Compile Include="Core\Redis\IWsServerNodeRedis.cs" />
  99. <Compile Include="MqBufferRoot.cs" />
  100. <Compile Include="WsSharp\SharpWsServerAdapter.cs" />
  101. <Compile Include="WsSharp\SharpWsSessionsAdapter.cs" />
  102. <Compile Include="WsSharp\WsCloseCodeExtensions.cs" />
  103. <Compile Include="IWsServerAdapter.cs" />
  104. <Compile Include="IWsSessionsAdapter.cs" />
  105. <Compile Include="IWsSessionAdapter.cs" />
  106. <Compile Include="WsSharp\MessageEventArgsExtensions.cs" />
  107. <Compile Include="Messages.cs" />
  108. <Compile Include="WsSharp\MinerClientSharpWsSessionAdapter.cs" />
  109. <Compile Include="WsMessageFromMinerClientHandler.cs" />
  110. <Compile Include="WsSharp\MinerStudioSharpWsSessionAdapter.cs" />
  111. <Compile Include="Core\IMinerClientSession.cs" />
  112. <Compile Include="Core\IMinerClientSessionSet.cs" />
  113. <Compile Include="Core\IMinerStudioSession.cs" />
  114. <Compile Include="Core\IMinerStudioSessionSet.cs" />
  115. <Compile Include="Core\Impl\MinerClientSession.cs" />
  116. <Compile Include="Core\Impl\MinerClientSessionSet.cs" />
  117. <Compile Include="Core\Impl\MinerStudioSession.cs" />
  118. <Compile Include="Core\Impl\MinerStudioSessionSet.cs" />
  119. <Compile Include="Core\Impl\AbstractSession.cs" />
  120. <Compile Include="Core\Impl\AbstractSessionSet`1.cs" />
  121. <Compile Include="Core\ISession.cs" />
  122. <Compile Include="Core\ISessionSet`1.cs" />
  123. <Compile Include="WsMessageFromMinerStudioHandler.cs" />
  124. <Compile Include="WsSharp\SharpWsSessionAdapterBase.cs" />
  125. <Compile Include="WsCloseCode.cs" />
  126. <Compile Include="WsMqKeyword.cs" />
  127. <Compile Include="AppRoot.cs" />
  128. <Compile Include="Properties\AssemblyInfo.cs" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <ProjectReference Include="..\NTMinerDataSchemas\NTMinerDataSchemas.csproj">
  132. <Project>{defc7387-f9fa-4651-a281-6612efb7fbb6}</Project>
  133. <Name>NTMinerDataSchemas</Name>
  134. </ProjectReference>
  135. <ProjectReference Include="..\NTMinerHub\NTMinerHub.csproj">
  136. <Project>{e17f278a-e393-403e-9d37-e371036d7a02}</Project>
  137. <Name>NTMinerHub</Name>
  138. </ProjectReference>
  139. <ProjectReference Include="..\NTMinerlib\NTMinerlib.csproj">
  140. <Project>{5d0f2719-83fd-40fc-8f65-85ebb891bc13}</Project>
  141. <Name>NTMinerlib</Name>
  142. </ProjectReference>
  143. <ProjectReference Include="..\NTMinerLogging\NTMinerLogging.csproj">
  144. <Project>{f5091b28-5bb6-4446-9b97-02b37125e340}</Project>
  145. <Name>NTMinerLogging</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\NTMinerServer\NTMinerServer.csproj">
  148. <Project>{cb2619b7-3f59-41b7-a562-4a3f117822ce}</Project>
  149. <Name>NTMinerServer</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\ServerCommon\ServerCommon.csproj">
  152. <Project>{e12eefdc-66e9-4b7d-a036-fc1d4962eb04}</Project>
  153. <Name>ServerCommon</Name>
  154. </ProjectReference>
  155. <ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">
  156. <Project>{b357bac7-529e-4d81-a0d2-71041b19c8de}</Project>
  157. <Name>websocket-sharp</Name>
  158. </ProjectReference>
  159. </ItemGroup>
  160. <ItemGroup>
  161. <None Include="app.config" />
  162. <None Include="FodyWeavers.xsd">
  163. <SubType>Designer</SubType>
  164. </None>
  165. <None Include="packages.config" />
  166. </ItemGroup>
  167. <ItemGroup>
  168. <EmbeddedResource Include="logo.ico" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <None Include="FodyWeavers.xml" />
  172. </ItemGroup>
  173. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  174. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  175. <PropertyGroup>
  176. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  177. </PropertyGroup>
  178. <Error Condition="!Exists('..\..\packages\Fody.6.3.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.6.3.0\build\Fody.targets'))" />
  179. <Error Condition="!Exists('..\..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props'))" />
  180. <Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
  181. </Target>
  182. <Import Project="..\..\packages\Fody.6.3.0\build\Fody.targets" Condition="Exists('..\..\packages\Fody.6.3.0\build\Fody.targets')" />
  183. <Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
  184. </Project>