Masuit.Tools.Core.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <Import Project="..\SDKPulishNuget.targets" />
  3. <PropertyGroup>
  4. <TargetFramework>netstandard2.1</TargetFramework>
  5. <Description>
  6. 包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,html处理,验证码、NoSql等常用封装。
  7. 官网教程:https://masuit.com/55
  8. github:https://github.com/ldqk/Masuit.Tools
  9. </Description>
  10. <Copyright>Copyright © 懒得勤快</Copyright>
  11. <PackageProjectUrl>https://github.com/ldqk/Masuit.Tools</PackageProjectUrl>
  12. <PackageTags>Masuit.Tools</PackageTags>
  13. <PackageReleaseNotes>如有问题请联系作者QQ:3444764617,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools</PackageReleaseNotes>
  14. <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
  15. <PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
  16. <Product>Masuit.Tools.Core</Product>
  17. <PackageId>Masuit.Tools.Core</PackageId>
  18. <LangVersion>8.0</LangVersion>
  19. <UserSecretsId>830c282f-f7c1-42be-8651-4cd06ac8e73f</UserSecretsId>
  20. </PropertyGroup>
  21. <ItemGroup>
  22. <Compile Remove="DateTimeExt\**" />
  23. <Compile Remove="Html\**" />
  24. <Compile Remove="Linq\**" />
  25. <Compile Remove="Logging\**" />
  26. <Compile Remove="Mapping\**" />
  27. <Compile Remove="Maths\**" />
  28. <Compile Remove="Media\**" />
  29. <Compile Remove="RandomSelector\**" />
  30. <Compile Remove="Systems\**" />
  31. <EmbeddedResource Remove="DateTimeExt\**" />
  32. <EmbeddedResource Remove="Html\**" />
  33. <EmbeddedResource Remove="Linq\**" />
  34. <EmbeddedResource Remove="Logging\**" />
  35. <EmbeddedResource Remove="Mapping\**" />
  36. <EmbeddedResource Remove="Maths\**" />
  37. <EmbeddedResource Remove="Media\**" />
  38. <EmbeddedResource Remove="RandomSelector\**" />
  39. <EmbeddedResource Remove="Systems\**" />
  40. <None Remove="DateTimeExt\**" />
  41. <None Remove="Html\**" />
  42. <None Remove="Linq\**" />
  43. <None Remove="Logging\**" />
  44. <None Remove="Mapping\**" />
  45. <None Remove="Maths\**" />
  46. <None Remove="Media\**" />
  47. <None Remove="RandomSelector\**" />
  48. <None Remove="Systems\**" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <PackageReference Include="DnsClient" Version="1.3.2" />
  52. <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
  53. </ItemGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
  55. <DocumentationFile>.\Masuit.Tools.Core.xml</DocumentationFile>
  56. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  57. <CodeAnalysisRuleSet />
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  60. <CodeAnalysisRuleSet />
  61. <DocumentationFile>.\Masuit.Tools.Core.xml</DocumentationFile>
  62. </PropertyGroup>
  63. <ItemGroup>
  64. <Compile Include="..\Masuit.Tools\Hardware\CpuInfo.cs" Link="Hardware\CpuInfo.cs" />
  65. <Compile Include="..\Masuit.Tools\Hardware\CPU_INFO.cs" Link="Hardware\CPU_INFO.cs" />
  66. <Compile Include="..\Masuit.Tools\Hardware\DiskData.cs" Link="Hardware\DiskData.cs" />
  67. <Compile Include="..\Masuit.Tools\Hardware\MemoryInfo.cs" Link="Hardware\MemoryInfo.cs" />
  68. <Compile Include="..\Masuit.Tools\Hardware\NetData.cs" Link="Hardware\NetData.cs" />
  69. <Compile Include="..\Masuit.Tools\Hardware\RamInfo.cs" Link="Hardware\RamInfo.cs" />
  70. <Compile Include="..\Masuit.Tools\Hardware\SystemInfo.cs" Link="Hardware\SystemInfo.cs" />
  71. <Compile Include="..\Masuit.Tools\Hardware\SystemtimeInfo.cs" Link="Hardware\SystemtimeInfo.cs" />
  72. <Compile Include="..\Masuit.Tools\Hardware\Unit.cs" Link="Hardware\Unit.cs" />
  73. <Compile Include="..\Masuit.Tools\Reflection\ClassHelper.cs" Link="Reflection\ClassHelper.cs" />
  74. <Compile Include="..\Masuit.Tools\Reflection\ReflectHelper.cs" Link="Reflection\ReflectHelper.cs" />
  75. <Compile Include="..\Masuit.Tools\Reflection\ReflectionUtil.cs" Link="Reflection\ReflectionUtil.cs" />
  76. <Compile Include="..\Masuit.Tools\Win32\Windows.cs" Link="Win32\Windows.cs" />
  77. <Compile Include="..\Masuit.Tools\Win32\WindowsCommand.cs" Link="Win32\WindowsCommand.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <PackageReference Include="HtmlAgilityPack" Version="1.11.24" />
  81. <PackageReference Include="HtmlSanitizer" Version="5.0.343" />
  82. <PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
  83. <PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.7" />
  84. <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.7" />
  85. <PackageReference Include="Microsoft.Extensions.Http" Version="3.1.7" />
  86. <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
  87. <PackageReference Include="SharpCompress" Version="0.26.0" />
  88. <PackageReference Include="System.Diagnostics.PerformanceCounter" Version="4.7.0" />
  89. <PackageReference Include="System.Drawing.Common" Version="4.7.0" />
  90. <PackageReference Include="System.Management" Version="4.7.0" />
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Update="Masuit.Tools.Core.xml">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </None>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Folder Include="Hardware\" />
  99. <Folder Include="Reflection\" />
  100. <Folder Include="Win32\" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <ProjectReference Include="..\Masuit.Tools.Abstractions\Masuit.Tools.Abstractions.csproj" />
  104. </ItemGroup>
  105. </Project>