Y.Utils.csproj 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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. <DocumentationFile>bin\Debug\Y.Utils.XML</DocumentationFile>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. <Prefer32Bit>false</Prefer32Bit>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Newtonsoft.Json.10.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Management" />
  45. <Reference Include="System.Web" />
  46. <Reference Include="System.Windows.Forms" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="AppUtils\AppUnique.cs" />
  55. <Compile Include="DelegateUtils\ProgressDelegate.cs" />
  56. <Compile Include="IOUtils\FileUtils\FileCompressTool.cs" />
  57. <Compile Include="IOUtils\FileUtils\FilePackageModel.cs" />
  58. <Compile Include="IOUtils\FileUtils\FilePackageTool.cs" />
  59. <Compile Include="NetUtils\NetManUtils\NetConnectionInfo.cs" />
  60. <Compile Include="NetUtils\NetManUtils\NetFlowService.cs" />
  61. <Compile Include="NetUtils\NetManUtils\NetProcessInfo.cs" />
  62. <Compile Include="Readme.cs" />
  63. <Compile Include="DataUtils\EncryptUtils\MD5Tool.cs" />
  64. <Compile Include="DataUtils\UnitConvertUtils\ByteConvertUtils.cs" />
  65. <Compile Include="IOUtils\FileUtils\FileEncryptTool.cs" />
  66. <Compile Include="IOUtils\ImageUtils\IconTool.cs" />
  67. <Compile Include="IOUtils\TxtUtils\XmlTool.cs" />
  68. <Compile Include="NetUtils\NetInfoUtils\NetCardInfoTool.cs" />
  69. <Compile Include="NetUtils\NetInfoUtils\NetFlowTool.cs" />
  70. <Compile Include="NetUtils\NetInfoUtils\NetPacketTool.cs" />
  71. <Compile Include="ReflectionUtils\AttributeUtils\AttributeTool.cs" />
  72. <Compile Include="ReflectionUtils\AttributeUtils\CustomAttributeHelper.cs" />
  73. <Compile Include="ReflectionUtils\AttributeUtils\ControlAttribute.cs" />
  74. <Compile Include="ReflectionUtils\AttributeUtils\ControlAttributeEvent.cs" />
  75. <Compile Include="DataUtils\Collections\ListTool.cs" />
  76. <Compile Include="IOUtils\PathUtils\DirTool.cs" />
  77. <Compile Include="IOUtils\FileUtils\FileCodeTool.cs" />
  78. <Compile Include="IOUtils\FileUtils\FileTool.cs" />
  79. <Compile Include="WindowsUtils\APIUtils\FormStyleAPI.cs" />
  80. <Compile Include="WindowsUtils\APIUtils\PermissionAPI.cs" />
  81. <Compile Include="WindowsUtils\InfoUtils\ClipboardTool.cs" />
  82. <Compile Include="DataUtils\EncryptUtils\AesTool.cs" />
  83. <Compile Include="DataUtils\EncryptUtils\DesTool.cs" />
  84. <Compile Include="DataUtils\EnumUtils\FlagsEnumTool.cs" />
  85. <Compile Include="WindowsUtils\HookUtils\UserActivityHook.cs" />
  86. <Compile Include="NetUtils\HttpUtils\HttpTool.cs" />
  87. <Compile Include="IOUtils\ImageUtils\AffineTool.cs" />
  88. <Compile Include="IOUtils\ImageUtils\ThunbnailTool.cs" />
  89. <Compile Include="IOUtils\LogUtils\Log.cs" />
  90. <Compile Include="AppUtils\PermissionTool.cs" />
  91. <Compile Include="WindowsUtils\InfoUtils\ComputerInfoTool.cs" />
  92. <Compile Include="WindowsUtils\InfoUtils\DeviceInfoTool.cs" />
  93. <Compile Include="NetUtils\NetInfoUtils\NetProcessTool.cs" />
  94. <Compile Include="WindowsUtils\InfoUtils\RegisterTool.cs" />
  95. <Compile Include="IOUtils\ImageUtils\BarCodeToHTML.cs" />
  96. <Compile Include="IOUtils\LogUtils\LogLevel.cs" />
  97. <Compile Include="IOUtils\LogUtils\LogType.cs" />
  98. <Compile Include="NetUtils\FTPUtils\FTPTool.cs" />
  99. <Compile Include="NetUtils\EmailUtils\EmailTool.cs" />
  100. <Compile Include="IOUtils\ImageUtils\CaptchaHelper.cs" />
  101. <Compile Include="DataUtils\JsonUtils\ConvertJson.cs" />
  102. <Compile Include="IOUtils\ImageUtils\ExifHelper.cs" />
  103. <Compile Include="IOUtils\ImageUtils\ImageHelper.cs" />
  104. <Compile Include="DataUtils\CurrencyUtils\RMB.cs" />
  105. <Compile Include="NetUtils\NetInfoUtils\PingTool.cs" />
  106. <Compile Include="IOUtils\OfficeUtils\WordTool.cs" />
  107. <Compile Include="Test\WordToolTester.cs" />
  108. <Compile Include="Properties\AssemblyInfo.cs" />
  109. <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
  110. <Compile Include="DataUtils\DateTimeUtils\WeekDayTool.cs" />
  111. <Compile Include="WindowsUtils\APIUtils\WindowsAPI.cs" />
  112. <Compile Include="DataUtils\JsonUtils\JsonTool.cs" />
  113. <Compile Include="ReflectionUtils\ReflectionCoreUtils\DomainTool.cs" />
  114. <Compile Include="ReflectionUtils\ReflectionCoreUtils\SimpleReflection.cs" />
  115. <Compile Include="NetUtils\SocketUtils\SocketTool.cs" />
  116. <Compile Include="AppUtils\StartupTool.cs" />
  117. <Compile Include="DataUtils\StringUtils\SimilarString.cs" />
  118. <Compile Include="DataUtils\StringUtils\StringTool.cs" />
  119. <Compile Include="Test\OperatorTest.cs" />
  120. <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
  121. <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />
  122. <Compile Include="DataUtils\DateTimeUtils\TimerTool.cs" />
  123. <Compile Include="IOUtils\TxtUtils\IniTool.cs" />
  124. <Compile Include="IOUtils\TxtUtils\TxtTool.cs" />
  125. <Compile Include="DataUtils\DateTimeUtils\UnixTimeTool.cs" />
  126. <Compile Include="IOUtils\ImageUtils\ScreenCapture.cs" />
  127. <Compile Include="WindowsUtils\InfoUtils\ShortcutTool.cs" />
  128. <Compile Include="WindowsUtils\InfoUtils\SoftwareTool.cs" />
  129. <Compile Include="WindowsUtils\InfoUtils\TaskSchedulerTool.cs" />
  130. <Compile Include="WindowsUtils\ProcessUtils\ProcessInfoTool.cs" />
  131. <Compile Include="WindowsUtils\ProcessUtils\ProcessTool.cs" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <COMReference Include="IWshRuntimeLibrary">
  135. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  136. <VersionMajor>1</VersionMajor>
  137. <VersionMinor>0</VersionMinor>
  138. <Lcid>0</Lcid>
  139. <WrapperTool>tlbimp</WrapperTool>
  140. <Isolated>False</Isolated>
  141. <EmbedInteropTypes>True</EmbedInteropTypes>
  142. </COMReference>
  143. </ItemGroup>
  144. <ItemGroup>
  145. <None Include="packages.config" />
  146. </ItemGroup>
  147. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  148. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  149. Other similar extension points exist, see Microsoft.Common.targets.
  150. <Target Name="BeforeBuild">
  151. </Target>
  152. <Target Name="AfterBuild">
  153. </Target>
  154. -->
  155. </Project>