MasuitToolsNugetPackage.nuproj 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|AnyCPU">
  5. <Configuration>Debug</Configuration>
  6. <Platform>AnyCPU</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|AnyCPU">
  9. <Configuration>Release</Configuration>
  10. <Platform>AnyCPU</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\Masuit.Tools\Masuit.Tools.csproj" />
  15. </ItemGroup>
  16. <PropertyGroup Label="Globals">
  17. <ProjectGuid>eb6cc774-090e-4102-a8b2-d8e11ebebdd7</ProjectGuid>
  18. </PropertyGroup>
  19. <PropertyGroup>
  20. <NuProjPath Condition=" '$(NuProjPath)' == '' ">$(MSBuildExtensionsPath)\NuProj\</NuProjPath>
  21. </PropertyGroup>
  22. <Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
  23. <PropertyGroup Label="Configuration">
  24. <Id>Masuit.Tools</Id>
  25. <Version>1.2.3</Version>
  26. <Title>Masuit.Tools</Title>
  27. <Authors>懒得勤快</Authors>
  28. <Owners>QQ:1170397736</Owners>
  29. <Summary>包含一些常用的操作类,加密解密,大文件拷贝,图像裁剪,验证码</Summary>
  30. <Description>包含一些常用的操作类,大都是静态类,加密解密,反射操作,硬件信息,文档转换,字符串扩展方法,日期时间扩展操作,大文件拷贝,图像裁剪,验证码等常用封装。</Description>
  31. <ReleaseNotes>如有问题请联系QQ:1170397736,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools</ReleaseNotes>
  32. <ProjectUrl>https://github.com/ldqk/Masuit.Tools</ProjectUrl>
  33. <LicenseUrl>
  34. </LicenseUrl>
  35. <Copyright>Copyright © 懒得勤快</Copyright>
  36. <Tags>Masuit.Tools</Tags>
  37. <RequireLicenseAcceptance>false</RequireLicenseAcceptance>
  38. <DevelopmentDependency>true</DevelopmentDependency>
  39. <EmbedSourceFiles>true</EmbedSourceFiles>
  40. <OutputPath>E:\packages</OutputPath>
  41. </PropertyGroup>
  42. <Import Project="$(NuProjPath)\NuProj.targets" />
  43. </Project>