Browse Source

增加 SystemInfo

liuyuqi-dellpc 4 years ago
parent
commit
25731c4cef
2 changed files with 297 additions and 0 deletions
  1. 5 0
      C#/DecryptPwd.csproj
  2. 292 0
      C#/Utils/SystemInfo.cs

+ 5 - 0
C#/DecryptPwd.csproj

@@ -33,6 +33,10 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="Interop.Shell32">
+      <HintPath>obj\Debug\Interop.Shell32.dll</HintPath>
+      <EmbedInteropTypes>True</EmbedInteropTypes>
+    </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
@@ -50,6 +54,7 @@
     <Compile Include="Utils\LoginEvent.cs" />
     <Compile Include="Utils\Navicat.cs" />
     <Compile Include="Utils\Net.cs" />
+    <Compile Include="Utils\SystemInfo.cs" />
     <Compile Include="Utils\TeamViewer.cs" />
     <Compile Include="Utils\WinSCP.cs" />
     <Compile Include="Utils\Xmangager.cs" />

File diff suppressed because it is too large
+ 292 - 0
C#/Utils/SystemInfo.cs


Some files were not shown because too many files changed in this diff