Azylee.Core.csproj 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{88DC61FA-95F0-41B7-9D7D-AB0F3CBD169C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Azylee.Core</RootNamespace>
  11. <AssemblyName>Azylee.Core</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.configuration" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Drawing" />
  37. <Reference Include="System.Management" />
  38. <Reference Include="System.Windows.Forms" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="AppUtils\AppInfoTool.cs" />
  47. <Compile Include="AppUtils\AppLaunchTool.cs" />
  48. <Compile Include="AppUtils\AppSettleTool.cs" />
  49. <Compile Include="AppUtils\AppUnique.cs" />
  50. <Compile Include="AppUtils\PermissionTool.cs" />
  51. <Compile Include="AppUtils\StartupTool.cs" />
  52. <Compile Include="DataUtils\CollectionUtils\ArrayTool.cs" />
  53. <Compile Include="DataUtils\CollectionUtils\ListTool.cs" />
  54. <Compile Include="DataUtils\CollectionUtils\Ls.cs" />
  55. <Compile Include="DataUtils\CurrencyUtils\RMB.cs" />
  56. <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
  57. <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
  58. <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />
  59. <Compile Include="DataUtils\DateTimeUtils\DateTool.cs" />
  60. <Compile Include="DataUtils\DateTimeUtils\TimerTool.cs" />
  61. <Compile Include="DataUtils\DateTimeUtils\UnixTimeTool.cs" />
  62. <Compile Include="DataUtils\DateTimeUtils\WeekDayTool.cs" />
  63. <Compile Include="DataUtils\EncryptUtils\AesTool.cs" />
  64. <Compile Include="DataUtils\EncryptUtils\DesTool.cs" />
  65. <Compile Include="DataUtils\EncryptUtils\MD5Tool.cs" />
  66. <Compile Include="DataUtils\EnumUtils\FlagsEnumTool.cs" />
  67. <Compile Include="DataUtils\GuidUtils\GuidTool.cs" />
  68. <Compile Include="DataUtils\SerializeUtils\SerializeTool.cs" />
  69. <Compile Include="DataUtils\StringUtils\Str.cs" />
  70. <Compile Include="DataUtils\StringUtils\StringTool.cs" />
  71. <Compile Include="DataUtils\UnitConvertUtils\ByteConvertTool.cs" />
  72. <Compile Include="DelegateUtils\ProcessDelegateUtils\ProgressDelegate.cs" />
  73. <Compile Include="DelegateUtils\ProcessDelegateUtils\ProgressEventArgs.cs" />
  74. <Compile Include="DllUtils\DllInvokeTool.cs" />
  75. <Compile Include="DrawingUtils\ColorUtils\ColorStyle.cs" />
  76. <Compile Include="IOUtils\BinaryUtils\BinaryFileTool.cs" />
  77. <Compile Include="IOUtils\FileManUtils\FileWatcher.cs" />
  78. <Compile Include="IOUtils\FileManUtils\FileWatcherEventArgs.cs" />
  79. <Compile Include="IOUtils\FileUtils\FileCodeTool.cs" />
  80. <Compile Include="IOUtils\FileUtils\FileCompressTool.cs" />
  81. <Compile Include="IOUtils\FileUtils\FileEncryptTool.cs" />
  82. <Compile Include="IOUtils\FileUtils\FilePackageModel.cs" />
  83. <Compile Include="IOUtils\FileUtils\FilePackageTool.cs" />
  84. <Compile Include="IOUtils\FileUtils\FileTool.cs" />
  85. <Compile Include="IOUtils\ImageUtils\AffineTool.cs" />
  86. <Compile Include="IOUtils\ImageUtils\BarCodeToHTML.cs" />
  87. <Compile Include="IOUtils\ImageUtils\CaptchaHelper.cs" />
  88. <Compile Include="IOUtils\ExifUtils\ExifTagNames.cs" />
  89. <Compile Include="IOUtils\ExifUtils\ExifHelper.cs" />
  90. <Compile Include="IOUtils\ImageUtils\IconTool.cs" />
  91. <Compile Include="IOUtils\ImageUtils\ImageHelper.cs" />
  92. <Compile Include="IOUtils\ImageUtils\ImageSpliter.cs" />
  93. <Compile Include="IOUtils\ImageUtils\RotateImageTool.cs" />
  94. <Compile Include="IOUtils\ImageUtils\ScreenCapture.cs" />
  95. <Compile Include="IOUtils\ImageUtils\ThunbnailTool.cs" />
  96. <Compile Include="IOUtils\OfficeUtils\WordTool.cs" />
  97. <Compile Include="IOUtils\OfficeUtils\WordToolTester.cs" />
  98. <Compile Include="IOUtils\PathUtils\AppDirTool.cs" />
  99. <Compile Include="IOUtils\TxtUtils\ConfigTool.cs" />
  100. <Compile Include="IOUtils\TxtUtils\IniTool.cs" />
  101. <Compile Include="IOUtils\TxtUtils\TxtTool.cs" />
  102. <Compile Include="IOUtils\TxtUtils\XmlTool.cs" />
  103. <Compile Include="LogUtils\SimpleLogUtils\Log.cs" />
  104. <Compile Include="LogUtils\SimpleLogUtils\LogLevel.cs" />
  105. <Compile Include="LogUtils\SimpleLogUtils\LogModel.cs" />
  106. <Compile Include="LogUtils\SimpleLogUtils\LogType.cs" />
  107. <Compile Include="LogUtils\StatusLogUtils\StatusLogModel.cs" />
  108. <Compile Include="LogUtils\StatusLogUtils\StatusLog.cs" />
  109. <Compile Include="NetUtils\IPFormatter.cs" />
  110. <Compile Include="NetUtils\MacFormatter.cs" />
  111. <Compile Include="NetUtils\NetConnectionInfo.cs" />
  112. <Compile Include="NetUtils\NetFlowService.cs" />
  113. <Compile Include="NetUtils\NetflowTool.cs" />
  114. <Compile Include="NetUtils\NetPacketTool.cs" />
  115. <Compile Include="NetUtils\NetProcessInfo.cs" />
  116. <Compile Include="NetUtils\NetProcessTool.cs" />
  117. <Compile Include="NetUtils\PingTool.cs" />
  118. <Compile Include="ProcessUtils\ProcessInfoTool.cs" />
  119. <Compile Include="ProcessUtils\ProcessStarter.cs" />
  120. <Compile Include="ProcessUtils\ProcessTool.cs" />
  121. <Compile Include="IOUtils\DirUtils\DirTool.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="ProxyUtils\SimpleProxyUtils\RunMode.cs" />
  124. <Compile Include="ProxyUtils\SimpleProxyUtils\SimpleProxyTool.cs" />
  125. <Compile Include="Readme.cs" />
  126. <Compile Include="ReflectionUtils\AttributeUtils\AttributeTool.cs" />
  127. <Compile Include="ReflectionUtils\AttributeUtils\ControlAttribute.cs" />
  128. <Compile Include="ReflectionUtils\AttributeUtils\ControlAttributeEvent.cs" />
  129. <Compile Include="ReflectionUtils\AttributeUtils\CustomAttributeHelper.cs" />
  130. <Compile Include="ReflectionUtils\ReflectionCoreUtils\DomainTool.cs" />
  131. <Compile Include="ReflectionUtils\ReflectionCoreUtils\SimpleReflection.cs" />
  132. <Compile Include="TaskUtils\TaskSupport.cs" />
  133. <Compile Include="ThreadUtils\SleepUtils\Sleep.cs" />
  134. <Compile Include="ThreadUtils\SleepUtils\SleepTool.cs" />
  135. <Compile Include="VersionUtils\VersionTool.cs" />
  136. <Compile Include="WindowsUtils\APIUtils\ApplicationAPI.cs" />
  137. <Compile Include="WindowsUtils\APIUtils\ExplorerAPI.cs" />
  138. <Compile Include="WindowsUtils\APIUtils\PermissionAPI.cs" />
  139. <Compile Include="WindowsUtils\APIUtils\SystemSleepAPI.cs" />
  140. <Compile Include="WindowsUtils\APIUtils\WindowsAPI.cs" />
  141. <Compile Include="WindowsUtils\APIUtils\WindowsHotKeyAPI.cs" />
  142. <Compile Include="WindowsUtils\ClipboardUtils\ClipboardTool.cs" />
  143. <Compile Include="WindowsUtils\CMDUtils\CMDNetstatTool.cs" />
  144. <Compile Include="WindowsUtils\CMDUtils\CMDProcessTool.cs" />
  145. <Compile Include="WindowsUtils\HookUtils\UserActivityHook.cs" />
  146. <Compile Include="WindowsUtils\InfoUtils\ComputerInfoTool.cs" />
  147. <Compile Include="WindowsUtils\InfoUtils\ComputerStatusTool.cs" />
  148. <Compile Include="WindowsUtils\InfoUtils\NetcardInfoTool.cs" />
  149. <Compile Include="WindowsUtils\InfoUtils\PatchInfoTool.cs" />
  150. <Compile Include="WindowsUtils\InfoUtils\OSInfoTool.cs" />
  151. <Compile Include="WindowsUtils\InfoUtils\OSName.cs" />
  152. <Compile Include="WindowsUtils\RegisterUtils\RegisterTool.cs" />
  153. <Compile Include="WindowsUtils\ShortcutUtils\ShortcutTool.cs" />
  154. <Compile Include="WindowsUtils\InfoUtils\SoftwareInfo.cs" />
  155. <Compile Include="WindowsUtils\InfoUtils\SoftwareTool.cs" />
  156. <Compile Include="X\OperatorTest.cs" />
  157. <Compile Include="X\TaskSchedulerTool.cs" />
  158. </ItemGroup>
  159. <ItemGroup />
  160. <ItemGroup>
  161. <COMReference Include="IWshRuntimeLibrary">
  162. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  163. <VersionMajor>1</VersionMajor>
  164. <VersionMinor>0</VersionMinor>
  165. <Lcid>0</Lcid>
  166. <WrapperTool>tlbimp</WrapperTool>
  167. <Isolated>False</Isolated>
  168. <EmbedInteropTypes>True</EmbedInteropTypes>
  169. </COMReference>
  170. </ItemGroup>
  171. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  172. </Project>