| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- <?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.0.0\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.4.0.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>{6CA605E2-2B82-4277-8CD3-BE5EFDF00680}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>NTMiner</RootNamespace>
- <AssemblyName>NTMinerNoDevFee</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <Deterministic>false</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\MinerClient\NoDevFee\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NoDevFee</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\MinerClient\NoDevFee\</OutputPath>
- <DefineConstants>TRACE;NoDevFee</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup />
- <PropertyGroup>
- <StartupObject>NTMiner.VirtualRoot</StartupObject>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>
- </ApplicationIcon>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Costura, Version=4.0.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Costura.Fody.4.0.0\lib\net40\Costura.dll</HintPath>
- </Reference>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\log4net.2.0.8\lib\net40-full\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\net40\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Management" />
- <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.Formatting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.4.0.30506.0\lib\net40\System.Net.Http.Formatting.dll</HintPath>
- </Reference>
- <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\NTMiner.Controllers\INTMinerWalletController.cs">
- <Link>Controllers\INTMinerWalletController.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerClient\Windows\WMI.cs">
- <Link>Windows\WMI.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\Core\MinerServer\INTMinerWallet.cs">
- <Link>Core\MinerServer\INTMinerWallet.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\Core\MinerServer\NTMinerWalletData.cs">
- <Link>Core\MinerServer\NTMinerWalletData.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\Core\Profile\IProfile.cs">
- <Link>Core\Profile\IProfile.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\DataResponse`1.cs">
- <Link>DataResponse`1.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\DataSchemaIdAttribute.cs">
- <Link>DataSchemaIdAttribute.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\HashUtil.cs">
- <Link>HashUtil.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\ICanUpdateByReflection.cs">
- <Link>ICanUpdateByReflection.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\IDbEntity`1.cs">
- <Link>IDbEntity`1.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\IEntity.cs">
- <Link>IEntity.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\IEntity`1.cs">
- <Link>IEntity`1.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\ISignableData.cs">
- <Link>ISignableData.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\NTKeyword.cs">
- <Link>NTKeyword.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\NTMinerAppType.cs">
- <Link>NTMinerAppType.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\ResponseBase.cs">
- <Link>ResponseBase.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\ResponseBaseExtension.cs">
- <Link>ResponseBaseExtension.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerDataSchemas\Timestamp.cs">
- <Link>Timestamp.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerlib\NTMinerException.cs">
- <Link>NTMinerException.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerlib\NTMinerRegistry.cs">
- <Link>NTMinerRegistry.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerlib\VirtualRoot.partials.Common.cs">
- <Link>VirtualRoot.partials.Common.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerlib\VirtualRoot.partials.Hub.cs">
- <Link>VirtualRoot.partials.Hub.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerlib\Windows\ConsoleHandler.cs">
- <Link>Windows\ConsoleHandler.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerlib\Windows\WinRegistry.cs">
- <Link>Windows\WinRegistry.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerRpcClient\JsonRpcRoot.cs">
- <Link>JsonRpcRoot.cs</Link>
- </Compile>
- <Compile Include="..\NTMinerRpcClient\RpcRoot.cs">
- <Link>RpcRoot.cs</Link>
- </Compile>
- <Compile Include="VirtualRoot.cs" />
- <Compile Include="NoDevFee\EthWalletSet.cs" />
- <Compile Include="NoDevFee\WinDivert.cs" />
- <Compile Include="NoDevFee\NoDevFeeUtil.cs" />
- <Compile Include="NoDevFee\WinDivertExtract.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="NoDevFee\WinDivert64.sys" />
- <None Include="app.config" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="NoDevFee\WinDivert.dll" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\NTMinerHub\NTMinerHub.csproj">
- <Project>{e17f278a-e393-403e-9d37-e371036d7a02}</Project>
- <Name>NTMinerHub</Name>
- </ProjectReference>
- <ProjectReference Include="..\NTMinerLogging\NTMinerLogging.csproj">
- <Project>{f5091b28-5bb6-4446-9b97-02b37125e340}</Project>
- <Name>NTMinerLogging</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>$(TargetName) --sha1</PostBuildEvent>
- </PropertyGroup>
- <Import Project="..\..\packages\Fody.5.0.0\build\Fody.targets" Condition="Exists('..\..\packages\Fody.5.0.0\build\Fody.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.5.0.0\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.5.0.0\build\Fody.targets'))" />
- <Error Condition="!Exists('..\..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Costura.Fody.4.0.0\build\Costura.Fody.props'))" />
- </Target>
- </Project>
|