| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- <?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>{88DC61FA-95F0-41B7-9D7D-AB0F3CBD169C}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Azylee.Core</RootNamespace>
- <AssemblyName>Azylee.Core</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Management" />
- <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\AppInfoTool.cs" />
- <Compile Include="AppUtils\AppLaunchTool.cs" />
- <Compile Include="AppUtils\AppSettleTool.cs" />
- <Compile Include="AppUtils\AppUnique.cs" />
- <Compile Include="AppUtils\PermissionTool.cs" />
- <Compile Include="AppUtils\StartupTool.cs" />
- <Compile Include="DataUtils\CollectionUtils\ArrayTool.cs" />
- <Compile Include="DataUtils\CollectionUtils\ListTool.cs" />
- <Compile Include="DataUtils\CollectionUtils\Ls.cs" />
- <Compile Include="DataUtils\CurrencyUtils\RMB.cs" />
- <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
- <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\DateTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\TimerTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\UnixTimeTool.cs" />
- <Compile Include="DataUtils\DateTimeUtils\WeekDayTool.cs" />
- <Compile Include="DataUtils\EncryptUtils\AesTool.cs" />
- <Compile Include="DataUtils\EncryptUtils\DesTool.cs" />
- <Compile Include="DataUtils\EncryptUtils\MD5Tool.cs" />
- <Compile Include="DataUtils\EnumUtils\FlagsEnumTool.cs" />
- <Compile Include="DataUtils\GuidUtils\GuidTool.cs" />
- <Compile Include="DataUtils\SerializeUtils\SerializeTool.cs" />
- <Compile Include="DataUtils\StringUtils\Str.cs" />
- <Compile Include="DataUtils\StringUtils\StringTool.cs" />
- <Compile Include="DataUtils\UnitConvertUtils\ByteConvertTool.cs" />
- <Compile Include="DelegateUtils\ProcessDelegateUtils\ProgressDelegate.cs" />
- <Compile Include="DelegateUtils\ProcessDelegateUtils\ProgressEventArgs.cs" />
- <Compile Include="DllUtils\DllInvokeTool.cs" />
- <Compile Include="DrawingUtils\ColorUtils\ColorStyle.cs" />
- <Compile Include="IOUtils\BinaryUtils\BinaryFileTool.cs" />
- <Compile Include="IOUtils\FileManUtils\FileWatcher.cs" />
- <Compile Include="IOUtils\FileManUtils\FileWatcherEventArgs.cs" />
- <Compile Include="IOUtils\FileUtils\FileCodeTool.cs" />
- <Compile Include="IOUtils\FileUtils\FileCompressTool.cs" />
- <Compile Include="IOUtils\FileUtils\FileEncryptTool.cs" />
- <Compile Include="IOUtils\FileUtils\FilePackageModel.cs" />
- <Compile Include="IOUtils\FileUtils\FilePackageTool.cs" />
- <Compile Include="IOUtils\FileUtils\FileTool.cs" />
- <Compile Include="IOUtils\ImageUtils\AffineTool.cs" />
- <Compile Include="IOUtils\ImageUtils\BarCodeToHTML.cs" />
- <Compile Include="IOUtils\ImageUtils\CaptchaHelper.cs" />
- <Compile Include="IOUtils\ExifUtils\ExifTagNames.cs" />
- <Compile Include="IOUtils\ExifUtils\ExifHelper.cs" />
- <Compile Include="IOUtils\ImageUtils\IconTool.cs" />
- <Compile Include="IOUtils\ImageUtils\ImageHelper.cs" />
- <Compile Include="IOUtils\ImageUtils\ImageSpliter.cs" />
- <Compile Include="IOUtils\ImageUtils\RotateImageTool.cs" />
- <Compile Include="IOUtils\ImageUtils\ScreenCapture.cs" />
- <Compile Include="IOUtils\ImageUtils\ThunbnailTool.cs" />
- <Compile Include="IOUtils\OfficeUtils\WordTool.cs" />
- <Compile Include="IOUtils\OfficeUtils\WordToolTester.cs" />
- <Compile Include="IOUtils\PathUtils\AppDirTool.cs" />
- <Compile Include="IOUtils\TxtUtils\ConfigTool.cs" />
- <Compile Include="IOUtils\TxtUtils\IniTool.cs" />
- <Compile Include="IOUtils\TxtUtils\TxtTool.cs" />
- <Compile Include="IOUtils\TxtUtils\XmlTool.cs" />
- <Compile Include="LogUtils\SimpleLogUtils\Log.cs" />
- <Compile Include="LogUtils\SimpleLogUtils\LogLevel.cs" />
- <Compile Include="LogUtils\SimpleLogUtils\LogModel.cs" />
- <Compile Include="LogUtils\SimpleLogUtils\LogType.cs" />
- <Compile Include="LogUtils\StatusLogUtils\StatusLogModel.cs" />
- <Compile Include="LogUtils\StatusLogUtils\StatusLog.cs" />
- <Compile Include="NetUtils\IPFormatter.cs" />
- <Compile Include="NetUtils\MacFormatter.cs" />
- <Compile Include="NetUtils\NetConnectionInfo.cs" />
- <Compile Include="NetUtils\NetFlowService.cs" />
- <Compile Include="NetUtils\NetflowTool.cs" />
- <Compile Include="NetUtils\NetPacketTool.cs" />
- <Compile Include="NetUtils\NetProcessInfo.cs" />
- <Compile Include="NetUtils\NetProcessTool.cs" />
- <Compile Include="NetUtils\PingTool.cs" />
- <Compile Include="ProcessUtils\ProcessInfoTool.cs" />
- <Compile Include="ProcessUtils\ProcessStarter.cs" />
- <Compile Include="ProcessUtils\ProcessTool.cs" />
- <Compile Include="IOUtils\DirUtils\DirTool.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="ProxyUtils\SimpleProxyUtils\RunMode.cs" />
- <Compile Include="ProxyUtils\SimpleProxyUtils\SimpleProxyTool.cs" />
- <Compile Include="Readme.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\AttributeTool.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\ControlAttribute.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\ControlAttributeEvent.cs" />
- <Compile Include="ReflectionUtils\AttributeUtils\CustomAttributeHelper.cs" />
- <Compile Include="ReflectionUtils\ReflectionCoreUtils\DomainTool.cs" />
- <Compile Include="ReflectionUtils\ReflectionCoreUtils\SimpleReflection.cs" />
- <Compile Include="TaskUtils\TaskSupport.cs" />
- <Compile Include="ThreadUtils\SleepUtils\Sleep.cs" />
- <Compile Include="ThreadUtils\SleepUtils\SleepTool.cs" />
- <Compile Include="VersionUtils\VersionTool.cs" />
- <Compile Include="WindowsUtils\APIUtils\ApplicationAPI.cs" />
- <Compile Include="WindowsUtils\APIUtils\ExplorerAPI.cs" />
- <Compile Include="WindowsUtils\APIUtils\PermissionAPI.cs" />
- <Compile Include="WindowsUtils\APIUtils\SystemSleepAPI.cs" />
- <Compile Include="WindowsUtils\APIUtils\WindowsAPI.cs" />
- <Compile Include="WindowsUtils\APIUtils\WindowsHotKeyAPI.cs" />
- <Compile Include="WindowsUtils\ClipboardUtils\ClipboardTool.cs" />
- <Compile Include="WindowsUtils\CMDUtils\CMDNetstatTool.cs" />
- <Compile Include="WindowsUtils\CMDUtils\CMDProcessTool.cs" />
- <Compile Include="WindowsUtils\HookUtils\UserActivityHook.cs" />
- <Compile Include="WindowsUtils\InfoUtils\ComputerInfoTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\ComputerStatusTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\NetcardInfoTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\PatchInfoTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\OSInfoTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\OSName.cs" />
- <Compile Include="WindowsUtils\RegisterUtils\RegisterTool.cs" />
- <Compile Include="WindowsUtils\ShortcutUtils\ShortcutTool.cs" />
- <Compile Include="WindowsUtils\InfoUtils\SoftwareInfo.cs" />
- <Compile Include="WindowsUtils\InfoUtils\SoftwareTool.cs" />
- <Compile Include="X\OperatorTest.cs" />
- <Compile Include="X\TaskSchedulerTool.cs" />
- </ItemGroup>
- <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>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|