| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.4.1.0\build\Costura.Fody.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{637E9AD8-6410-419B-8FEE-2528130F871A}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>NTMiner</RootNamespace>
- <AssemblyName>WsServer</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>false</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>logo.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject>NTMiner.AppRoot</StartupObject>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Costura, Version=4.1.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
- </Reference>
- <Reference Include="LiteDB, Version=4.1.4.0, Culture=neutral, PublicKeyToken=4ee40123013c9f27, processorArchitecture=MSIL">
- <HintPath>..\..\packages\LiteDB.4.1.4\lib\net40\LiteDB.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="RabbitMQ.Client, Version=5.0.0.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL">
- <HintPath>..\..\packages\RabbitMQ.Client.5.2.0\lib\net451\RabbitMQ.Client.dll</HintPath>
- </Reference>
- <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\..\packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.Management" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Net.Http.Extensions, Version=2.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.Primitives, Version=4.2.29.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Microsoft.Net.Http.2.2.29\lib\net45\System.Net.Http.Primitives.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.WebRequest" />
- <Reference Include="System.Web" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\WebApiServer\SpecialPath.partials.cs">
- <Link>SpecialPath.partials.cs</Link>
- </Compile>
- <Compile Include="Core\IMinerSignSet.cs" />
- <Compile Include="Core\Impl\MinerSignSet.cs" />
- <Compile Include="Core\Impl\WsServerNodeAddressSet.cs" />
- <Compile Include="Core\Mq\MqMessagePaths\MinerClientMqMessagePath.cs" />
- <Compile Include="Core\Mq\MqMessagePaths\MinerSignMqMessagePath.cs" />
- <Compile Include="Core\Mq\MqMessagePaths\OperationMqMessagePath.cs" />
- <Compile Include="Core\Mq\MqMessagePaths\WsServerNodeMqMessagePath.cs" />
- <Compile Include="Core\Mq\Senders\IMinerClientMqSender.cs" />
- <Compile Include="Core\Mq\Senders\Impl\MinerClientMqSender.cs" />
- <Compile Include="Core\Mq\Senders\Impl\OperationMqSender.cs" />
- <Compile Include="Core\Mq\Senders\Impl\UserMqSender.cs" />
- <Compile Include="Core\Mq\Senders\IOperationMqSender.cs" />
- <Compile Include="Core\Mq\Senders\IUserMqSender.cs" />
- <Compile Include="Core\Redis\Impl\WsServerNodeRedis.cs" />
- <Compile Include="Core\Redis\IWsServerNodeRedis.cs" />
- <Compile Include="MqBufferRoot.cs" />
- <Compile Include="WsSharp\SharpWsServerAdapter.cs" />
- <Compile Include="WsSharp\SharpWsSessionsAdapter.cs" />
- <Compile Include="WsSharp\WsCloseCodeExtensions.cs" />
- <Compile Include="IWsServerAdapter.cs" />
- <Compile Include="IWsSessionsAdapter.cs" />
- <Compile Include="IWsSessionAdapter.cs" />
- <Compile Include="WsSharp\MessageEventArgsExtensions.cs" />
- <Compile Include="Messages.cs" />
- <Compile Include="WsSharp\MinerClientSharpWsSessionAdapter.cs" />
- <Compile Include="WsMessageFromMinerClientHandler.cs" />
- <Compile Include="WsSharp\MinerStudioSharpWsSessionAdapter.cs" />
- <Compile Include="Core\IMinerClientSession.cs" />
- <Compile Include="Core\IMinerClientSessionSet.cs" />
- <Compile Include="Core\IMinerStudioSession.cs" />
- <Compile Include="Core\IMinerStudioSessionSet.cs" />
- <Compile Include="Core\Impl\MinerClientSession.cs" />
- <Compile Include="Core\Impl\MinerClientSessionSet.cs" />
- <Compile Include="Core\Impl\MinerStudioSession.cs" />
- <Compile Include="Core\Impl\MinerStudioSessionSet.cs" />
- <Compile Include="Core\Impl\AbstractSession.cs" />
- <Compile Include="Core\Impl\AbstractSessionSet`1.cs" />
- <Compile Include="Core\ISession.cs" />
- <Compile Include="Core\ISessionSet`1.cs" />
- <Compile Include="WsMessageFromMinerStudioHandler.cs" />
- <Compile Include="WsSharp\SharpWsSessionAdapterBase.cs" />
- <Compile Include="WsCloseCode.cs" />
- <Compile Include="WsMqKeyword.cs" />
- <Compile Include="AppRoot.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\NTMinerDataSchemas\NTMinerDataSchemas.csproj">
- <Project>{defc7387-f9fa-4651-a281-6612efb7fbb6}</Project>
- <Name>NTMinerDataSchemas</Name>
- </ProjectReference>
- <ProjectReference Include="..\NTMinerHub\NTMinerHub.csproj">
- <Project>{e17f278a-e393-403e-9d37-e371036d7a02}</Project>
- <Name>NTMinerHub</Name>
- </ProjectReference>
- <ProjectReference Include="..\NTMinerlib\NTMinerlib.csproj">
- <Project>{5d0f2719-83fd-40fc-8f65-85ebb891bc13}</Project>
- <Name>NTMinerlib</Name>
- </ProjectReference>
- <ProjectReference Include="..\NTMinerLogging\NTMinerLogging.csproj">
- <Project>{f5091b28-5bb6-4446-9b97-02b37125e340}</Project>
- <Name>NTMinerLogging</Name>
- </ProjectReference>
- <ProjectReference Include="..\NTMinerServer\NTMinerServer.csproj">
- <Project>{cb2619b7-3f59-41b7-a562-4a3f117822ce}</Project>
- <Name>NTMinerServer</Name>
- </ProjectReference>
- <ProjectReference Include="..\ServerCommon\ServerCommon.csproj">
- <Project>{e12eefdc-66e9-4b7d-a036-fc1d4962eb04}</Project>
- <Name>ServerCommon</Name>
- </ProjectReference>
- <ProjectReference Include="..\websocket-sharp\websocket-sharp.csproj">
- <Project>{b357bac7-529e-4d81-a0d2-71041b19c8de}</Project>
- <Name>websocket-sharp</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="FodyWeavers.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="logo.ico" />
- </ItemGroup>
- <ItemGroup>
- <None Include="FodyWeavers.xml" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\..\packages\Fody.6.3.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.6.3.0\build\Fody.targets'))" />
- <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'))" />
- <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'))" />
- </Target>
- <Import Project="..\..\packages\Fody.6.3.0\build\Fody.targets" Condition="Exists('..\..\packages\Fody.6.3.0\build\Fody.targets')" />
- <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')" />
- </Project>
|