| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{275D5A0D-C49C-497E-A4B5-F40285C2495F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Masuit.Tools</RootNamespace>
- <AssemblyName>Masuit.Tools</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>bin\Debug\Masuit.Tools.XML</DocumentationFile>
- <NoWarn>1591</NoWarn>
- <CodeAnalysisRuleSet />
- </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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>bin\Release\Masuit.Tools.XML</DocumentationFile>
- <NoWarn>1591</NoWarn>
- <CodeAnalysisRuleSet />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="AngleSharp, Version=0.9.9.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
- <HintPath>..\packages\AngleSharp.0.9.11\lib\net45\AngleSharp.dll</HintPath>
- </Reference>
- <Reference Include="HtmlSanitizer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=61c49a1a9e79cc28, processorArchitecture=MSIL">
- <HintPath>..\packages\HtmlSanitizer.4.0.207\lib\net45\HtmlSanitizer.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="SharpCompress, Version=0.23.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
- <HintPath>..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll</HintPath>
- </Reference>
- <Reference Include="StackExchange.Redis, Version=1.2.6.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\StackExchange.Redis.1.2.6\lib\net45\StackExchange.Redis.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.IO.Compression" />
- <Reference Include="System.Management" />
- <Reference Include="System.Net" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
- </Reference>
- <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
- </Reference>
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Database\DataTableHelper.cs" />
- <Compile Include="DateTimeExt\ChineseCalendar.cs" />
- <Compile Include="Database\DataExt.cs" />
- <Compile Include="DateTimeExt\DateTimeHelper.cs" />
- <Compile Include="DateTimeExt\DateUtil.cs" />
- <Compile Include="DateTimeExt\DateInfoStruct.cs" />
- <Compile Include="DateTimeExt\TimeHelper.cs" />
- <Compile Include="DateTimeExt\WeekHolidayStruct.cs" />
- <Compile Include="Files\ClassZip.cs" />
- <Compile Include="Files\SharpZip.cs" />
- <Compile Include="Files\WinrarHelper.cs" />
- <Compile Include="Extensions.cs" />
- <Compile Include="Files\SevenZipCompressor.cs" />
- <Compile Include="Files\ExtensionAttach.cs" />
- <Compile Include="Files\INIFile.cs" />
- <Compile Include="Hardware\CpuInfo.cs" />
- <Compile Include="Hardware\CPU_INFO.cs" />
- <Compile Include="Hardware\DiskData.cs" />
- <Compile Include="Hardware\MemoryInfo.cs" />
- <Compile Include="Hardware\NetData.cs" />
- <Compile Include="Hardware\RamInfo.cs" />
- <Compile Include="Hardware\SystemtimeInfo.cs" />
- <Compile Include="Hardware\Unit.cs" />
- <Compile Include="Html\HtmlHelper.cs" />
- <Compile Include="Html\HtmlTools.cs" />
- <Compile Include="Linq\LinqExtension.cs" />
- <Compile Include="Linq\ParameterReplacer.cs" />
- <Compile Include="Logging\LogInfo.cs" />
- <Compile Include="Logging\LogLevel.cs" />
- <Compile Include="Logging\LogManager.cs" />
- <Compile Include="Mapping\Copier.cs" />
- <Compile Include="Mapping\Core\CreateConfig.cs" />
- <Compile Include="Mapping\Core\MapperConfiguration.cs" />
- <Compile Include="Mapping\Core\MapperConfigurationBase.cs" />
- <Compile Include="Mapping\Core\MapperConfigurationCollectionContainer.cs" />
- <Compile Include="Mapping\Core\PropertiesNotMapped.cs" />
- <Compile Include="Mapping\Core\TypePairMapper.cs" />
- <Compile Include="Mapping\Exceptions\MapperExceptionBase.cs" />
- <Compile Include="Mapping\Exceptions\MapperExistException.cs" />
- <Compile Include="Mapping\Exceptions\MapperNotInitializedException.cs" />
- <Compile Include="Mapping\Exceptions\NoActionAfterMappingException.cs" />
- <Compile Include="Mapping\Exceptions\NoFoundMapperException.cs" />
- <Compile Include="Mapping\Exceptions\NotSameTypePropertyException.cs" />
- <Compile Include="Mapping\Exceptions\PropertyNoExistException.cs" />
- <Compile Include="Mapping\Exceptions\ReadOnlyPropertyException.cs" />
- <Compile Include="Mapping\ExpressionCpoier.cs" />
- <Compile Include="Mapping\ExpressionMapper.cs" />
- <Compile Include="Mapping\Extensions\ExpressionExtentions.cs" />
- <Compile Include="Mapping\Extensions\QueryableExtentions.cs" />
- <Compile Include="Mapping\Helper\MapperHelper.cs" />
- <Compile Include="Mapping\Helper\TypeSystem.cs" />
- <Compile Include="Mapping\Visitor\ChangParameterExpressionVisitor.cs" />
- <Compile Include="Mapping\Visitor\ConverterExpressionVisitor.cs" />
- <Compile Include="Mapping\Visitor\MapperExpressionVisitor.cs" />
- <Compile Include="Mapping\Visitor\PropertiesVisitor.cs" />
- <Compile Include="Media\ThumbnailCutMode.cs" />
- <Compile Include="Models\BaiduIP.cs" />
- <Compile Include="Models\IspInfo.cs" />
- <Compile Include="Models\PhysicsAddress.cs" />
- <Compile Include="Models\TaobaoIP.cs" />
- <Compile Include="Mvc\ActionResults\ResumeActionResultBase.cs" />
- <Compile Include="Mvc\ActionResults\ResumeFileContentResult.cs" />
- <Compile Include="Mvc\ActionResults\ResumeFilePathResult.cs" />
- <Compile Include="Mvc\ActionResults\ResumeFileStreamResult.cs" />
- <Compile Include="Mvc\ActionResults\ResumeRequest.cs" />
- <Compile Include="Mvc\ControllerExtension.cs" />
- <Compile Include="Mvc\HttpHeaders.cs" />
- <Compile Include="Mvc\Internal\ByteRange.cs" />
- <Compile Include="Mvc\Mime\ContentType.cs" />
- <Compile Include="Mvc\ActionResults\ResumeFileResult.cs" />
- <Compile Include="Mvc\Mime\DefaultMimeItems.cs" />
- <Compile Include="Mvc\Mime\IMimeMapper.cs" />
- <Compile Include="Mvc\Mime\MimeMapper.cs" />
- <Compile Include="Mvc\Mime\MimeMappingItem.cs" />
- <Compile Include="Net\CacheHelper.cs" />
- <Compile Include="Net\CookieHelper.cs" />
- <Compile Include="Net\FtpClient.cs" />
- <Compile Include="Net\MultiThreadDownloader.cs" />
- <Compile Include="Net\PartialDownloader.cs" />
- <Compile Include="Net\SocketClient.cs" />
- <Compile Include="NoSQL\RedisHelper.cs" />
- <Compile Include="Reflection\ClassHelper.cs" />
- <Compile Include="Reflection\ReflectHelper.cs" />
- <Compile Include="Reflection\ReflectionUtil.cs" />
- <Compile Include="Security\Encrypt.cs" />
- <Compile Include="Files\FileExt.cs" />
- <Compile Include="Hardware\SystemInfo.cs" />
- <Compile Include="Media\ImageUtilities.cs" />
- <Compile Include="Models\Email.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Security\HashEncode.cs" />
- <Compile Include="Security\RSACrypt.cs" />
- <Compile Include="Strings\NumberFormater.cs" />
- <Compile Include="Strings\Template.cs" />
- <Compile Include="Systems\ConcurrentLimitedQueue.cs" />
- <Compile Include="Systems\Disposable.cs" />
- <Compile Include="Systems\HiPerfTimer.cs" />
- <Compile Include="Systems\LimitedQueue.cs" />
- <Compile Include="Strings\ValidateCode.cs" />
- <Compile Include="Net\WebExtension.cs" />
- <Compile Include="Systems\EnumExt.cs" />
- <Compile Include="Systems\Lock.cs" />
- <Compile Include="Systems\RedisLock.cs" />
- <Compile Include="Systems\SnowFlake.cs" />
- <Compile Include="Systems\StopwatchExtension.cs" />
- <Compile Include="Validator\ComplexPassword.cs" />
- <Compile Include="Validator\IsEmailAttribute.cs" />
- <Compile Include="Validator\IsIPAddressAttribute.cs" />
- <Compile Include="Validator\IsPhoneAttribute.cs" />
- <Compile Include="Validator\MaxValueAttribute.cs" />
- <Compile Include="Validator\MinValueAttribute.cs" />
- <Compile Include="Win32\Windows.cs" />
- <Compile Include="Win32\WindowsCommand.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="package.nuspec" />
- <None Include="packages.config">
- <SubType>Designer</SubType>
- </None>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|