| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- <?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>
- </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>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="AngleSharp, Version=0.9.9.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
- <HintPath>..\packages\AngleSharp.0.9.9.1\lib\net45\AngleSharp.dll</HintPath>
- </Reference>
- <Reference Include="HtmlSanitizer, Version=3.0.0.0, Culture=neutral, PublicKeyToken=61c49a1a9e79cc28, processorArchitecture=MSIL">
- <HintPath>..\packages\HtmlSanitizer.4.0.183\lib\net45\HtmlSanitizer.dll</HintPath>
- </Reference>
- <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
- <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="StackExchange.Redis, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL">
- <HintPath>..\packages\StackExchange.Redis.1.2.4\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.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Database\DataTableHelper.cs" />
- <Compile Include="DateTimeExt\ChineseCalendar.cs" />
- <Compile Include="DateTimeExt\CNCalendar.cs" />
- <Compile Include="Database\DataExt.cs" />
- <Compile Include="DateTimeExt\DateTimeHelper.cs" />
- <Compile Include="DateTimeExt\DateUtil.cs" />
- <Compile Include="DateTimeExt\TimeHelper.cs" />
- <Compile Include="ExpressionGenericMapper.cs" />
- <Compile Include="Extensions.cs" />
- <Compile Include="Files\Compress.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\OnLogicalDiskProc.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="Logging\LogManager.cs" />
- <Compile Include="Models\BaiduIP.cs" />
- <Compile Include="Models\IspInfo.cs" />
- <Compile Include="Models\PhysicsAddress.cs" />
- <Compile Include="Models\TaobaoIP.cs" />
- <Compile Include="Net\CacheHelper.cs" />
- <Compile Include="Net\CookieHelper.cs" />
- <Compile Include="Net\FtpClient.cs" />
- <Compile Include="Net\SocketClient.cs" />
- <Compile Include="NoSQL\RedisConnectionManager.cs" />
- <Compile Include="NoSQL\RedisHelper.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="Systems\ConcurrentLimitedQueue.cs" />
- <Compile Include="Systems\LimitedQueue.cs" />
- <Compile Include="Strings\ValidateCode.cs" />
- <Compile Include="Net\WebExtension.cs" />
- <Compile Include="Systems\EnumExt.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>
|