Parsing MD5 Values of existent files to determine which files are out of date

This commit is contained in:
2021-05-25 11:33:38 +02:00
parent 01584ad263
commit abd5b1b98f
3 changed files with 52 additions and 2 deletions

View File

@@ -76,6 +76,7 @@
</Compile>
<Compile Include="MD5File.cs" />
<Compile Include="DownloadUtil.cs" />
<Compile Include="MD5Util.cs" />
<Compile Include="UpdateState.cs" />
<Compile Include="Util.cs" />
<Compile Include="MainWindow.xaml.cs">