Y.Utils.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{5B8EEEC7-AEB5-407D-9DC1-1C59E53F78D5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Y.Utils</RootNamespace>
  11. <AssemblyName>Y.Utils</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  37. <EmbedInteropTypes>True</EmbedInteropTypes>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="System.Management" />
  47. <Reference Include="System.Windows.Forms" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="AppUtils\UniqueTool.cs" />
  57. <Compile Include="AttributeUtils\AttributeTool.cs" />
  58. <Compile Include="AttributeUtils\CustomAttributeHelper.cs" />
  59. <Compile Include="AttributeUtils\ControlAttribute.cs" />
  60. <Compile Include="AttributeUtils\ControlAttributeEvent.cs" />
  61. <Compile Include="EncryptUtils\AesTool.cs" />
  62. <Compile Include="EncryptUtils\DesTool.cs" />
  63. <Compile Include="EnumUtils\FlagsEnumTool.cs" />
  64. <Compile Include="HookUtils\UserActivityHook.cs" />
  65. <Compile Include="ImageUtils\AffineTool.cs" />
  66. <Compile Include="ImageUtils\ThunbnailTool.cs" />
  67. <Compile Include="LogUtils\Log.cs" />
  68. <Compile Include="ComputerUtils\ComputerInfoTool.cs" />
  69. <Compile Include="ComputerUtils\ComputerPermissionTool.cs" />
  70. <Compile Include="ComputerUtils\RegisterTool.cs" />
  71. <Compile Include="ImageUtils\BarCodeToHTML.cs" />
  72. <Compile Include="ComputerUtils\IPHelper.cs" />
  73. <Compile Include="FileUtils\FileCodeHelper.cs" />
  74. <Compile Include="LogUtils\LogType.cs" />
  75. <Compile Include="NetworkUtils\FTPHelper.cs" />
  76. <Compile Include="NetworkUtils\HttpHelper.cs" />
  77. <Compile Include="NetworkUtils\EmailHelper.cs" />
  78. <Compile Include="ImageUtils\CaptchaHelper.cs" />
  79. <Compile Include="JsonUtils\ConvertJson.cs" />
  80. <Compile Include="ImageUtils\ExifHelper.cs" />
  81. <Compile Include="ImageUtils\ImageHelper.cs" />
  82. <Compile Include="BaseUtils\RMB.cs" />
  83. <Compile Include="OfficeUtils\WordHelper.cs" />
  84. <Compile Include="OfficeUtils\WordHelperTester.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="BaseUtils\ChineseHourTool.cs" />
  87. <Compile Include="BaseUtils\WeekDayTool.cs" />
  88. <Compile Include="ComputerUtils\WindowsAPI.cs" />
  89. <Compile Include="BaseUtils\DateTimeTool.cs" />
  90. <Compile Include="FileUtils\DirTool.cs" />
  91. <Compile Include="FileUtils\FileTool.cs" />
  92. <Compile Include="BaseUtils\ListTool.cs" />
  93. <Compile Include="JsonUtils\JsonTool.cs" />
  94. <Compile Include="ReflectionUtils\DomainTool.cs" />
  95. <Compile Include="ReflectionUtils\SimpleReflection.cs" />
  96. <Compile Include="StringUtils\SimilarString.cs" />
  97. <Compile Include="StringUtils\StringTool.cs" />
  98. <Compile Include="TestTest\OperatorTest.cs" />
  99. <Compile Include="TimeUtils\DateTimeConvert.cs" />
  100. <Compile Include="TimeUtils\DateTimeTool.cs" />
  101. <Compile Include="TimeUtils\TimerTool.cs" />
  102. <Compile Include="TxtUtils\IniTool.cs" />
  103. <Compile Include="TxtUtils\LogTool.cs" />
  104. <Compile Include="TxtUtils\TxtTool.cs" />
  105. <Compile Include="BaseUtils\UnixTimeTool.cs" />
  106. <Compile Include="WindowsAPI\ComputerAFK.cs" />
  107. <Compile Include="WindowsAPI\ScreenCapture.cs" />
  108. <Compile Include="WindowsAPI\WindowInfo.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="packages.config" />
  112. </ItemGroup>
  113. <ItemGroup />
  114. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  115. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  116. Other similar extension points exist, see Microsoft.Common.targets.
  117. <Target Name="BeforeBuild">
  118. </Target>
  119. <Target Name="AfterBuild">
  120. </Target>
  121. -->
  122. </Project>