Linking Data instead of making new copies, checking if EZPPClient is running, added Desktop Shortcut

This commit is contained in:
2021-05-26 11:00:24 +02:00
parent 2e795ad2e4
commit 65b4abc334
4 changed files with 198 additions and 21 deletions

View File

@@ -93,6 +93,8 @@
<Compile Include="MD5File.cs" />
<Compile Include="DownloadUtil.cs" />
<Compile Include="MD5Util.cs" />
<Compile Include="ProcessUtil.cs" />
<Compile Include="Shortcut.cs" />
<Compile Include="UpdateState.cs" />
<Compile Include="Util.cs" />
<Compile Include="MainWindow.xaml.cs">
@@ -134,6 +136,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="DK.WshRuntime">
<Version>4.1.3.201115164</Version>
</PackageReference>
<PackageReference Include="ModernWpfUI">
<Version>0.9.4</Version>
</PackageReference>