Y.Utils.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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.0</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=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net40\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.Web" />
  48. <Reference Include="System.Windows.Forms" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="AppUtils\AppUnique.cs" />
  57. <Compile Include="DataUtils\UnitConvertUtils\ByteConvertUtils.cs" />
  58. <Compile Include="IOUtils\ImageUtils\IconTool.cs" />
  59. <Compile Include="NetUtils\NetDiagnoseUtils\NetflowTool.cs" />
  60. <Compile Include="ReflectionUtils\AttributeUtils\AttributeTool.cs" />
  61. <Compile Include="ReflectionUtils\AttributeUtils\CustomAttributeHelper.cs" />
  62. <Compile Include="ReflectionUtils\AttributeUtils\ControlAttribute.cs" />
  63. <Compile Include="ReflectionUtils\AttributeUtils\ControlAttributeEvent.cs" />
  64. <Compile Include="DataUtils\Collections\ListTool.cs" />
  65. <Compile Include="IOUtils\PathUtils\DirTool.cs" />
  66. <Compile Include="IOUtils\FileUtils\FileCodeTool.cs" />
  67. <Compile Include="IOUtils\FileUtils\FileTool.cs" />
  68. <Compile Include="WindowsUtils\APIUtils\FormStyleAPI.cs" />
  69. <Compile Include="WindowsUtils\APIUtils\PermissionAPI.cs" />
  70. <Compile Include="WindowsUtils\InfoUtils\ClipboardTool.cs" />
  71. <Compile Include="DataUtils\EncryptUtils\AesTool.cs" />
  72. <Compile Include="DataUtils\EncryptUtils\DesTool.cs" />
  73. <Compile Include="DataUtils\EnumUtils\FlagsEnumTool.cs" />
  74. <Compile Include="WindowsUtils\HookUtils\UserActivityHook.cs" />
  75. <Compile Include="NetUtils\HttpUtils\HttpTool.cs" />
  76. <Compile Include="IOUtils\ImageUtils\AffineTool.cs" />
  77. <Compile Include="IOUtils\ImageUtils\ThunbnailTool.cs" />
  78. <Compile Include="IOUtils\LogUtils\Log.cs" />
  79. <Compile Include="AppUtils\PermissionTool.cs" />
  80. <Compile Include="WindowsUtils\InfoUtils\ComputerInfoTool.cs" />
  81. <Compile Include="WindowsUtils\InfoUtils\DeviceInfoTool.cs" />
  82. <Compile Include="WindowsUtils\ProcessUtils\NetProcessTool.cs" />
  83. <Compile Include="WindowsUtils\InfoUtils\RegisterTool.cs" />
  84. <Compile Include="IOUtils\ImageUtils\BarCodeToHTML.cs" />
  85. <Compile Include="IOUtils\LogUtils\LogLevel.cs" />
  86. <Compile Include="IOUtils\LogUtils\LogType.cs" />
  87. <Compile Include="NetUtils\FTPUtils\FTPTool.cs" />
  88. <Compile Include="NetUtils\EmailUtils\EmailTool.cs" />
  89. <Compile Include="IOUtils\ImageUtils\CaptchaHelper.cs" />
  90. <Compile Include="DataUtils\JsonUtils\ConvertJson.cs" />
  91. <Compile Include="IOUtils\ImageUtils\ExifHelper.cs" />
  92. <Compile Include="IOUtils\ImageUtils\ImageHelper.cs" />
  93. <Compile Include="DataUtils\CurrencyUtils\RMB.cs" />
  94. <Compile Include="NetUtils\NetDiagnoseUtils\PingTool.cs" />
  95. <Compile Include="IOUtils\OfficeUtils\WordTool.cs" />
  96. <Compile Include="Test\WordToolTester.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
  99. <Compile Include="DataUtils\DateTimeUtils\WeekDayTool.cs" />
  100. <Compile Include="WindowsUtils\APIUtils\WindowsAPI.cs" />
  101. <Compile Include="DataUtils\JsonUtils\JsonTool.cs" />
  102. <Compile Include="ReflectionUtils\ReflectionCoreUtils\DomainTool.cs" />
  103. <Compile Include="ReflectionUtils\ReflectionCoreUtils\SimpleReflection.cs" />
  104. <Compile Include="NetUtils\SocketUtils\SocketTool.cs" />
  105. <Compile Include="AppUtils\StartupTool.cs" />
  106. <Compile Include="DataUtils\StringUtils\SimilarString.cs" />
  107. <Compile Include="DataUtils\StringUtils\StringTool.cs" />
  108. <Compile Include="Test\OperatorTest.cs" />
  109. <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
  110. <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />
  111. <Compile Include="DataUtils\DateTimeUtils\TimerTool.cs" />
  112. <Compile Include="IOUtils\TxtUtils\IniTool.cs" />
  113. <Compile Include="IOUtils\TxtUtils\TxtTool.cs" />
  114. <Compile Include="DataUtils\DateTimeUtils\UnixTimeTool.cs" />
  115. <Compile Include="IOUtils\ImageUtils\ScreenCapture.cs" />
  116. <Compile Include="WindowsUtils\InfoUtils\ShortcutTool.cs" />
  117. <Compile Include="WindowsUtils\InfoUtils\SoftwareTool.cs" />
  118. <Compile Include="WindowsUtils\InfoUtils\TaskSchedulerTool.cs" />
  119. <Compile Include="WindowsUtils\ProcessUtils\ProcessInfoTool.cs" />
  120. <Compile Include="WindowsUtils\ProcessUtils\ProcessTool.cs" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <COMReference Include="IWshRuntimeLibrary">
  124. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  125. <VersionMajor>1</VersionMajor>
  126. <VersionMinor>0</VersionMinor>
  127. <Lcid>0</Lcid>
  128. <WrapperTool>tlbimp</WrapperTool>
  129. <Isolated>False</Isolated>
  130. <EmbedInteropTypes>True</EmbedInteropTypes>
  131. </COMReference>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <None Include="packages.config" />
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  137. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  138. Other similar extension points exist, see Microsoft.Common.targets.
  139. <Target Name="BeforeBuild">
  140. </Target>
  141. <Target Name="AfterBuild">
  142. </Target>
  143. -->
  144. </Project>