| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- <Project Sdk="Microsoft.NET.Sdk">
- <Import Project="..\SDKPulishNuget.targets" />
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <Description>
- 包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
- 官网教程:https://masuit.com/55
- github:https://github.com/ldqk/Masuit.Tools
- </Description>
- <Copyright>Copyright © 懒得勤快</Copyright>
- <PackageProjectUrl>https://github.com/ldqk/Masuit.Tools</PackageProjectUrl>
- <PackageTags>Masuit.Tools</PackageTags>
- <PackageReleaseNotes>如有问题请联系作者QQ:3444764617,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools</PackageReleaseNotes>
- <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
- <PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
- <Product>Masuit.Tools.Core</Product>
- <PackageId>Masuit.Tools.Core</PackageId>
- <LangVersion>8.0</LangVersion>
- <UserSecretsId>830c282f-f7c1-42be-8651-4cd06ac8e73f</UserSecretsId>
- </PropertyGroup>
- <ItemGroup>
- <Compile Remove="DateTimeExt\**" />
- <Compile Remove="Html\**" />
- <Compile Remove="Linq\**" />
- <Compile Remove="Logging\**" />
- <Compile Remove="Mapping\**" />
- <Compile Remove="Maths\**" />
- <Compile Remove="Media\**" />
- <Compile Remove="RandomSelector\**" />
- <Compile Remove="Systems\**" />
- <EmbeddedResource Remove="DateTimeExt\**" />
- <EmbeddedResource Remove="Html\**" />
- <EmbeddedResource Remove="Linq\**" />
- <EmbeddedResource Remove="Logging\**" />
- <EmbeddedResource Remove="Mapping\**" />
- <EmbeddedResource Remove="Maths\**" />
- <EmbeddedResource Remove="Media\**" />
- <EmbeddedResource Remove="RandomSelector\**" />
- <EmbeddedResource Remove="Systems\**" />
- <None Remove="DateTimeExt\**" />
- <None Remove="Html\**" />
- <None Remove="Linq\**" />
- <None Remove="Logging\**" />
- <None Remove="Mapping\**" />
- <None Remove="Maths\**" />
- <None Remove="Media\**" />
- <None Remove="RandomSelector\**" />
- <None Remove="Systems\**" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="DnsClient" Version="1.3.2" />
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
- </ItemGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <DocumentationFile>.\Masuit.Tools.Core.xml</DocumentationFile>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <CodeAnalysisRuleSet />
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <CodeAnalysisRuleSet />
- <DocumentationFile>.\Masuit.Tools.Core.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\Masuit.Tools\Hardware\CpuInfo.cs" Link="Hardware\CpuInfo.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\CPU_INFO.cs" Link="Hardware\CPU_INFO.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\DiskData.cs" Link="Hardware\DiskData.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\MemoryInfo.cs" Link="Hardware\MemoryInfo.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\NetData.cs" Link="Hardware\NetData.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\RamInfo.cs" Link="Hardware\RamInfo.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\SystemInfo.cs" Link="Hardware\SystemInfo.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\SystemtimeInfo.cs" Link="Hardware\SystemtimeInfo.cs" />
- <Compile Include="..\Masuit.Tools\Hardware\Unit.cs" Link="Hardware\Unit.cs" />
- <Compile Include="..\Masuit.Tools\Reflection\ClassHelper.cs" Link="Reflection\ClassHelper.cs" />
- <Compile Include="..\Masuit.Tools\Reflection\ReflectHelper.cs" Link="Reflection\ReflectHelper.cs" />
- <Compile Include="..\Masuit.Tools\Reflection\ReflectionUtil.cs" Link="Reflection\ReflectionUtil.cs" />
- <Compile Include="..\Masuit.Tools\Win32\Windows.cs" Link="Win32\Windows.cs" />
- <Compile Include="..\Masuit.Tools\Win32\WindowsCommand.cs" Link="Win32\WindowsCommand.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
- <PackageReference Include="HtmlSanitizer" Version="5.0.343" />
- <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.7" />
- <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
- <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.7" />
- <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
- <PackageReference Include="SharpCompress" Version="0.26.0" />
- <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.7.0" />
- <PackageReference Include="System.Drawing.Common" Version="4.7.0" />
- <PackageReference Include="System.Management" Version="4.7.0" />
- </ItemGroup>
- <ItemGroup>
- <None Update="Masuit.Tools.Core.xml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Hardware\" />
- <Folder Include="Reflection\" />
- <Folder Include="Win32\" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Masuit.Tools.Abstractions\Masuit.Tools.Abstractions.csproj" />
- </ItemGroup>
- </Project>
|