|
@@ -1,49 +1,48 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
- <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>{F51077A5-1CCA-4576-89BB-5447AC3D8DBC}</ProjectGuid>
|
|
|
- <OutputType>Library</OutputType>
|
|
|
- <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
- <RootNamespace>Masuit.Tools.Net45</RootNamespace>
|
|
|
- <AssemblyName>Masuit.Tools.Net45</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
- <FileAlignment>512</FileAlignment>
|
|
|
- <Deterministic>true</Deterministic>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
- <DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
- <OutputPath>bin\Debug\</OutputPath>
|
|
|
- <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <LangVersion>latest</LangVersion>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
- <DebugType>pdbonly</DebugType>
|
|
|
- <Optimize>true</Optimize>
|
|
|
- <OutputPath>bin\Release\</OutputPath>
|
|
|
- <DefineConstants>TRACE</DefineConstants>
|
|
|
- <ErrorReport>prompt</ErrorReport>
|
|
|
- <WarningLevel>4</WarningLevel>
|
|
|
- <LangVersion>latest</LangVersion>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <Reference Include="System" />
|
|
|
- <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
- <Reference Include="System.Configuration" />
|
|
|
- <Reference Include="System.Core" />
|
|
|
- <Reference Include="System.Drawing" />
|
|
|
- <Reference Include="System.Numerics" />
|
|
|
- <Reference Include="System.Data.DataSetExtensions" />
|
|
|
- <Reference Include="System.Data" />
|
|
|
- <Reference Include="System.Web" />
|
|
|
- <Reference Include="System.Xml" />
|
|
|
- </ItemGroup>
|
|
|
+<Project Sdk="Microsoft.NET.Sdk">
|
|
|
+ <PropertyGroup>
|
|
|
+ <TargetFramework>net45</TargetFramework>
|
|
|
+ <LangVersion>latest</LangVersion>
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
+ <Authors>懒得勤快</Authors>
|
|
|
+ <Description>
|
|
|
+ 全龄段友好的C#万能工具库,码数吐司库,不管你是菜鸟新手还是骨灰级玩家都能轻松上手,Masuit.Tools(适用于.NET Framework 4.5-4.6.2的项目),包含一些常用的操作类,大都是静态类,加密解密,反射操作,Excel简单导出,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展等常用封装。
|
|
|
+ 官网教程:https://masuit.tools
|
|
|
+ github:https://github.com/ldqk/Masuit.Tools
|
|
|
+ </Description>
|
|
|
+ <Copyright>懒得勤快,长空X</Copyright>
|
|
|
+ <RepositoryUrl>https://github.com/ldqk/Masuit.Tools</RepositoryUrl>
|
|
|
+ <PackageProjectUrl>https://github.com/ldqk/Masuit.Tools</PackageProjectUrl>
|
|
|
+ <PackageTags>Masuit.Tools,工具库,Utility,Crypt,Extensions</PackageTags>
|
|
|
+ <PackageReleaseNotes>Masuit.Tools基础公共库,如有问题请联系作者QQ:3444764617,或者到项目的github反馈问题,详细的API文档在github上:https://github.com/ldqk/Masuit.Tools</PackageReleaseNotes>
|
|
|
+ <Product>Masuit.Tools.Net</Product>
|
|
|
+ <PackageId>Masuit.Tools.Net45</PackageId>
|
|
|
+ <RepositoryType></RepositoryType>
|
|
|
+ <GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
|
+ <PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
|
|
|
+ <FileVersion>2.5.9</FileVersion>
|
|
|
+ <Company>masuit.org</Company>
|
|
|
+ <AssemblyVersion>2.5.9</AssemblyVersion>
|
|
|
+ <PackageLicenseUrl>https://github.com/ldqk/Masuit.Tools/blob/master/LICENSE</PackageLicenseUrl>
|
|
|
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
|
|
|
+ <IncludeSymbols>true</IncludeSymbols>
|
|
|
+ <SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
|
|
+ <GenerateDocumentationFile>True</GenerateDocumentationFile>
|
|
|
+ <Title>Masuit.Tools</Title>
|
|
|
+ <PackageReadmeFile>README.md</PackageReadmeFile>
|
|
|
+ <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
|
|
|
+ <SonarQubeExclude>True</SonarQubeExclude>
|
|
|
+ </PropertyGroup>
|
|
|
+
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="Castle.Core" Version="[4.4.1]" />
|
|
|
+ <PackageReference Include="DnsClient" Version="[1.7.0]" />
|
|
|
+ <PackageReference Include="Microsoft.AspNet.Mvc" Version="5.3.0" />
|
|
|
+ <PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
|
|
|
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
+ <PackageReference Include="System.ValueTuple" version="[4.5.0]" />
|
|
|
+ <Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
+ <Reference Include="System.Web" />
|
|
|
+ </ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="..\Masuit.Tools.Abstractions\Database\DataTableBuilder.cs">
|
|
|
<Link>Database\DataTableBuilder.cs</Link>
|
|
@@ -186,6 +185,9 @@
|
|
|
<Compile Include="..\Masuit.Tools.Abstractions\Security\*.*">
|
|
|
<Link>Security\%(RecursiveDir)%(FileName)%(Extension)</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Remove="Properties\**" />
|
|
|
+ <EmbeddedResource Remove="Properties\**" />
|
|
|
+ <None Remove="Properties\**" />
|
|
|
<Compile Include="..\Masuit.Tools.Abstractions\Strings\NumberFormater.cs">
|
|
|
<Link>Strings\NumberFormater.cs</Link>
|
|
|
</Compile>
|
|
@@ -327,35 +329,11 @@
|
|
|
<Compile Include="..\Masuit.Tools\Net\CookieHelper.cs">
|
|
|
<Link>Net\CookieHelper.cs</Link>
|
|
|
</Compile>
|
|
|
- <Compile Include="Config\CoreConfig.cs" />
|
|
|
- <Compile Include="Media\ImageUtilities.cs" />
|
|
|
- <Compile Include="Media\ImageWatermarker.cs" />
|
|
|
- <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
- <Compile Include="Strings\ValidateCode.cs" />
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="Castle.Core">
|
|
|
- <Version>4.4.1</Version>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="DnsClient">
|
|
|
- <Version>1.7.0</Version>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="Microsoft.AspNet.Mvc">
|
|
|
- <Version>5.3.0</Version>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="Microsoft.CSharp">
|
|
|
- <Version>4.7.0</Version>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="Newtonsoft.Json">
|
|
|
- <Version>13.0.3</Version>
|
|
|
- </PackageReference>
|
|
|
- <PackageReference Include="System.ValueTuple">
|
|
|
- <Version>4.5.0</Version>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <None Include="package.nuspec" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup />
|
|
|
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="..\README.md">
|
|
|
+ <Pack>True</Pack>
|
|
|
+ <PackagePath>\</PackagePath>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
</Project>
|