| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?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>{5B8EEEC7-AEB5-407D-9DC1-1C59E53F78D5}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Y.Utils</RootNamespace>
- <AssemblyName>Y.Utils</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </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>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <Reference Include="System.Web" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AppUtils\AppUnique.cs" />
- <Compile Include="DataUtils\UnitConvertUtils\ByteConvertUtils.cs" />
- <Compile Include="IOUtils\ImageUtils\IconTool.cs" />
- <Compile Include="NetUtils\NetDiagnoseUtils\NetflowTool.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\AttributeTool.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\CustomAttributeHelper.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\ControlAttribute.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\ControlAttributeEvent.cs" />
- <Compile Include="DataUtils\Collections\ListTool.cs" />
- <Compile Include="IOUtils\PathUtils\DirTool.cs" />
- <Compile Include="IOUtils\FileUtils\FileCodeTool.cs" />
- <Compile Include="IOUtils\FileUtils\FileTool.cs" />
- <Compile Include="WindowsUtils\APIUtils\FormStyleAPI.cs" />
- <Compile Include="WindowsUtils\APIUtils\PermissionAPI.cs" />
- <Compile Include="WindowsUtils\InfoUtils\ClipboardTool.cs" />
- <Compile Include="DataUtils\EncryptUtils\AesTool.cs" />
- <Compile Include="DataUtils\EncryptUtils\DesTool.cs" />
- <Compile Include="DataUtils\EnumUtils\FlagsEnumTool.cs" />
- <Compile Include="WindowsUtils\HookUtils\UserActivityHook.cs" />
- <Compile Include="NetUtils\HttpUtils\HttpTool.cs" />
- <Compile Include="IOUtils\ImageUtils\AffineTool.cs" />
- <Compile Include="IOUtils\ImageUtils\ThunbnailTool.cs" />
- <Compile Include="IOUtils\LogUtils\Log.cs" />
- <Compile Include="AppUtils\PermissionTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\ComputerInfoTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\DeviceInfoTool.cs" />
- <Compile Include="WindowsUtils\ProcessUtils\NetProcessTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\RegisterTool.cs" />
- <Compile Include="IOUtils\ImageUtils\BarCodeToHTML.cs" />
- <Compile Include="IOUtils\LogUtils\LogLevel.cs" />
- <Compile Include="IOUtils\LogUtils\LogType.cs" />
- <Compile Include="NetUtils\FTPUtils\FTPTool.cs" />
- <Compile Include="NetUtils\EmailUtils\EmailTool.cs" />
- <Compile Include="IOUtils\ImageUtils\CaptchaHelper.cs" />
- <Compile Include="DataUtils\JsonUtils\ConvertJson.cs" />
- <Compile Include="IOUtils\ImageUtils\ExifHelper.cs" />
- <Compile Include="IOUtils\ImageUtils\ImageHelper.cs" />
- <Compile Include="DataUtils\CurrencyUtils\RMB.cs" />
- <Compile Include="NetUtils\NetDiagnoseUtils\PingTool.cs" />
- <Compile Include="IOUtils\OfficeUtils\WordTool.cs" />
- <Compile Include="Test\WordToolTester.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\WeekDayTool.cs" />
- <Compile Include="WindowsUtils\APIUtils\WindowsAPI.cs" />
- <Compile Include="DataUtils\JsonUtils\JsonTool.cs" />
- <Compile Include="ReflectionUtils\ReflectionCoreUtils\DomainTool.cs" />
- <Compile Include="ReflectionUtils\ReflectionCoreUtils\SimpleReflection.cs" />
- <Compile Include="NetUtils\SocketUtils\SocketTool.cs" />
- <Compile Include="AppUtils\StartupTool.cs" />
- <Compile Include="DataUtils\StringUtils\SimilarString.cs" />
- <Compile Include="DataUtils\StringUtils\StringTool.cs" />
- <Compile Include="Test\OperatorTest.cs" />
- <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
- <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\TimerTool.cs" />
- <Compile Include="IOUtils\TxtUtils\IniTool.cs" />
- <Compile Include="IOUtils\TxtUtils\TxtTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\UnixTimeTool.cs" />
- <Compile Include="IOUtils\ImageUtils\ScreenCapture.cs" />
- <Compile Include="WindowsUtils\InfoUtils\ShortcutTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\SoftwareTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\TaskSchedulerTool.cs" />
- <Compile Include="WindowsUtils\ProcessUtils\ProcessInfoTool.cs" />
- <Compile Include="WindowsUtils\ProcessUtils\ProcessTool.cs" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="IWshRuntimeLibrary">
- <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- <EmbedInteropTypes>True</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </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>
|