| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- <?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.5.2</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=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\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.Windows.Forms" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AppUtils\UniqueTool.cs" />
- <Compile Include="AttributeUtils\AttributeTool.cs" />
- <Compile Include="AttributeUtils\CustomAttributeHelper.cs" />
- <Compile Include="AttributeUtils\ControlAttribute.cs" />
- <Compile Include="AttributeUtils\ControlAttributeEvent.cs" />
- <Compile Include="EncryptUtils\AesTool.cs" />
- <Compile Include="EncryptUtils\DesTool.cs" />
- <Compile Include="EnumUtils\FlagsEnumTool.cs" />
- <Compile Include="HookUtils\UserActivityHook.cs" />
- <Compile Include="ImageUtils\AffineTool.cs" />
- <Compile Include="ImageUtils\ThunbnailTool.cs" />
- <Compile Include="LogUtils\Log.cs" />
- <Compile Include="ComputerUtils\ComputerInfoTool.cs" />
- <Compile Include="ComputerUtils\ComputerPermissionTool.cs" />
- <Compile Include="ComputerUtils\RegisterTool.cs" />
- <Compile Include="ImageUtils\BarCodeToHTML.cs" />
- <Compile Include="ComputerUtils\IPHelper.cs" />
- <Compile Include="FileUtils\FileCodeHelper.cs" />
- <Compile Include="LogUtils\LogType.cs" />
- <Compile Include="NetworkUtils\FTPHelper.cs" />
- <Compile Include="NetworkUtils\HttpHelper.cs" />
- <Compile Include="NetworkUtils\EmailHelper.cs" />
- <Compile Include="ImageUtils\CaptchaHelper.cs" />
- <Compile Include="JsonUtils\ConvertJson.cs" />
- <Compile Include="ImageUtils\ExifHelper.cs" />
- <Compile Include="ImageUtils\ImageHelper.cs" />
- <Compile Include="BaseUtils\RMB.cs" />
- <Compile Include="OfficeUtils\WordHelper.cs" />
- <Compile Include="OfficeUtils\WordHelperTester.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="BaseUtils\ChineseHourTool.cs" />
- <Compile Include="BaseUtils\WeekDayTool.cs" />
- <Compile Include="ComputerUtils\WindowsAPI.cs" />
- <Compile Include="BaseUtils\DateTimeTool.cs" />
- <Compile Include="FileUtils\DirTool.cs" />
- <Compile Include="FileUtils\FileTool.cs" />
- <Compile Include="BaseUtils\ListTool.cs" />
- <Compile Include="JsonUtils\JsonTool.cs" />
- <Compile Include="ReflectionUtils\DomainTool.cs" />
- <Compile Include="ReflectionUtils\SimpleReflection.cs" />
- <Compile Include="StringUtils\SimilarString.cs" />
- <Compile Include="StringUtils\StringTool.cs" />
- <Compile Include="TestTest\OperatorTest.cs" />
- <Compile Include="TimeUtils\DateTimeConvert.cs" />
- <Compile Include="TimeUtils\DateTimeTool.cs" />
- <Compile Include="TimeUtils\TimerTool.cs" />
- <Compile Include="TxtUtils\IniTool.cs" />
- <Compile Include="TxtUtils\LogTool.cs" />
- <Compile Include="TxtUtils\TxtTool.cs" />
- <Compile Include="BaseUtils\UnixTimeTool.cs" />
- <Compile Include="WindowsAPI\ComputerAFK.cs" />
- <Compile Include="WindowsAPI\ScreenCapture.cs" />
- <Compile Include="WindowsAPI\WindowInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <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>
|