Azylee.Core.csproj 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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.Management" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="AppUtils\AppInfoTool.cs" />
  45. <Compile Include="AppUtils\AppLaunchTool.cs" />
  46. <Compile Include="AppUtils\AppSettleTool.cs" />
  47. <Compile Include="AppUtils\AppUnique.cs" />
  48. <Compile Include="AppUtils\PermissionTool.cs" />
  49. <Compile Include="AppUtils\StartupTool.cs" />
  50. <Compile Include="DataUtils\CollectionUtils\ArrayTool.cs" />
  51. <Compile Include="DataUtils\CollectionUtils\ListTool.cs" />
  52. <Compile Include="DataUtils\CollectionUtils\Ls.cs" />
  53. <Compile Include="DataUtils\DateTimeUtils\ChineseHourTool.cs" />
  54. <Compile Include="DataUtils\DateTimeUtils\DateTimeConvert.cs" />
  55. <Compile Include="DataUtils\DateTimeUtils\DateTimeTool.cs" />
  56. <Compile Include="DataUtils\DateTimeUtils\DateTool.cs" />
  57. <Compile Include="DataUtils\DateTimeUtils\TimerTool.cs" />
  58. <Compile Include="DataUtils\DateTimeUtils\UnixTimeTool.cs" />
  59. <Compile Include="DataUtils\DateTimeUtils\WeekDayTool.cs" />
  60. <Compile Include="DataUtils\EncryptUtils\AesTool.cs" />
  61. <Compile Include="DataUtils\EncryptUtils\DesTool.cs" />
  62. <Compile Include="DataUtils\EncryptUtils\MD5Tool.cs" />
  63. <Compile Include="DataUtils\GuidUtils\GuidTool.cs" />
  64. <Compile Include="DataUtils\SerializeUtils\SerializeTool.cs" />
  65. <Compile Include="DataUtils\StringUtils\Str.cs" />
  66. <Compile Include="DataUtils\StringUtils\StringTool.cs" />
  67. <Compile Include="DataUtils\UnitConvertUtils\ByteConvertTool.cs" />
  68. <Compile Include="DelegateUtils\ProcessDelegateUtils\ProgressDelegate.cs" />
  69. <Compile Include="DelegateUtils\ProcessDelegateUtils\ProgressEventArgs.cs" />
  70. <Compile Include="IOUtils\BinaryUtils\BinaryFileTool.cs" />
  71. <Compile Include="IOUtils\FileUtils\FileCodeTool.cs" />
  72. <Compile Include="IOUtils\FileUtils\FileCompressTool.cs" />
  73. <Compile Include="IOUtils\FileUtils\FileEncryptTool.cs" />
  74. <Compile Include="IOUtils\FileUtils\FilePackageModel.cs" />
  75. <Compile Include="IOUtils\FileUtils\FilePackageTool.cs" />
  76. <Compile Include="IOUtils\FileUtils\FileTool.cs" />
  77. <Compile Include="IOUtils\PathUtils\AppDirTool.cs" />
  78. <Compile Include="IOUtils\TxtUtils\ConfigTool.cs" />
  79. <Compile Include="IOUtils\TxtUtils\IniTool.cs" />
  80. <Compile Include="IOUtils\TxtUtils\TxtTool.cs" />
  81. <Compile Include="IOUtils\TxtUtils\XmlTool.cs" />
  82. <Compile Include="LogUtils\SimpleLogUtils\Log.cs" />
  83. <Compile Include="LogUtils\SimpleLogUtils\LogLevel.cs" />
  84. <Compile Include="LogUtils\SimpleLogUtils\LogModel.cs" />
  85. <Compile Include="LogUtils\SimpleLogUtils\LogType.cs" />
  86. <Compile Include="LogUtils\StatusLogUtils\StatusLogModel.cs" />
  87. <Compile Include="LogUtils\StatusLogUtils\StatusLog.cs" />
  88. <Compile Include="NetUtils\IPFormatter.cs" />
  89. <Compile Include="NetUtils\MacFormatter.cs" />
  90. <Compile Include="NetUtils\PingTool.cs" />
  91. <Compile Include="ProcessUtils\ProcessStarter.cs" />
  92. <Compile Include="ProcessUtils\ProcessTool.cs" />
  93. <Compile Include="IOUtils\DirUtils\DirTool.cs" />
  94. <Compile Include="Properties\AssemblyInfo.cs" />
  95. <Compile Include="ProxyUtils\SimpleProxyUtils\RunMode.cs" />
  96. <Compile Include="ProxyUtils\SimpleProxyUtils\SimpleProxyTool.cs" />
  97. <Compile Include="Readme.cs" />
  98. <Compile Include="TaskUtils\TaskSupport.cs" />
  99. <Compile Include="ThreadUtils\SleepUtils\Sleep.cs" />
  100. <Compile Include="ThreadUtils\SleepUtils\SleepTool.cs" />
  101. <Compile Include="VersionUtils\VersionTool.cs" />
  102. <Compile Include="WindowsUtils\APIUtils\ApplicationAPI.cs" />
  103. <Compile Include="WindowsUtils\APIUtils\ExplorerAPI.cs" />
  104. <Compile Include="WindowsUtils\APIUtils\PermissionAPI.cs" />
  105. <Compile Include="WindowsUtils\APIUtils\SystemSleepAPI.cs" />
  106. <Compile Include="WindowsUtils\APIUtils\WindowsAPI.cs" />
  107. <Compile Include="WindowsUtils\CMDUtils\CMDNetstatTool.cs" />
  108. <Compile Include="WindowsUtils\CMDUtils\CMDProcessTool.cs" />
  109. <Compile Include="WindowsUtils\InfoUtils\ComputerInfoTool.cs" />
  110. <Compile Include="WindowsUtils\InfoUtils\ComputerStatusTool.cs" />
  111. <Compile Include="WindowsUtils\InfoUtils\NetcardInfoTool.cs" />
  112. <Compile Include="WindowsUtils\InfoUtils\PatchInfoTool.cs" />
  113. <Compile Include="WindowsUtils\InfoUtils\OSInfoTool.cs" />
  114. <Compile Include="WindowsUtils\InfoUtils\OSName.cs" />
  115. <Compile Include="WindowsUtils\RegisterUtils\RegisterTool.cs" />
  116. <Compile Include="WindowsUtils\ShortcutUtils\ShortcutTool.cs" />
  117. <Compile Include="WindowsUtils\InfoUtils\SoftwareInfo.cs" />
  118. <Compile Include="WindowsUtils\InfoUtils\SoftwareTool.cs" />
  119. </ItemGroup>
  120. <ItemGroup />
  121. <ItemGroup>
  122. <COMReference Include="IWshRuntimeLibrary">
  123. <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  124. <VersionMajor>1</VersionMajor>
  125. <VersionMinor>0</VersionMinor>
  126. <Lcid>0</Lcid>
  127. <WrapperTool>tlbimp</WrapperTool>
  128. <Isolated>False</Isolated>
  129. <EmbedInteropTypes>True</EmbedInteropTypes>
  130. </COMReference>
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  133. </Project>