基本信息
源码名称:C# C/S MD5检测自动更新
源码大小:2.35M
文件格式:.7z
开发语言:C#
更新时间:2022-03-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 4 元 
   源码介绍

C# C/S MD5检测自动更新

.
└── AutoUpdate
    ├── AutoUpdate
    │   ├── AutoUpdate.csproj
    │   ├── GetXmlValue.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SoftUpdate.cs
    │   ├── Updater.Designer.cs
    │   ├── Updater.cs
    │   ├── Updater.resx
    │   ├── XmlHelper.cs
    │   ├── XmlUpData.Designer.cs
    │   ├── XmlUpData.cs
    │   ├── XmlUpData.resx
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── 2
    │   │   │   │   ├── 22.txt
    │   │   │   │   ├── 43.txt
    │   │   │   │   ├── 44
    │   │   │   │   │   └── 33.txt
    │   │   │   │   └── 新建文件夹
    │   │   │   │       └── 88.txt
    │   │   │   ├── 3432.txt
    │   │   │   ├── 43.txt
    │   │   │   ├── 67.txt
    │   │   │   ├── AutoUpdate.exe
    │   │   │   ├── AutoUpdate.pdb
    │   │   │   ├── AutoUpdateMain.exe
    │   │   │   ├── FastReport.Bars.dll
    │   │   │   ├── Log
    │   │   │   │   └── 2022
    │   │   │   │       └── 03
    │   │   │   │           ├── 20220303.txt
    │   │   │   │           ├── 20220304.txt
    │   │   │   │           └── 20220308.txt
    │   │   │   ├── MethodsCollection.dll
    │   │   │   ├── UpdateList.xml
    │   │   │   ├── web.config
    │   │   │   ├── 新建文件夹
    │   │   │   │   └── 88.txt
    │   │   │   └── 新建文本文档.txt
    │   │   ├── DebugFastReport.Bars.dll
    │   │   └── Release
    │   ├── obj
    │   │   └── Debug
    │   │       ├── AutoUpdate.Properties.Resources.resources
    │   │       ├── AutoUpdate.Updater.resources
    │   │       ├── AutoUpdate.XmlUpData.resources
    │   │       ├── AutoUpdate.csproj.CopyComplete
    │   │       ├── AutoUpdate.csproj.CoreCompileInputs.cache
    │   │       ├── AutoUpdate.csproj.FileListAbsolute.txt
    │   │       ├── AutoUpdate.csproj.GenerateResource.cache
    │   │       ├── AutoUpdate.csprojAssemblyReference.cache
    │   │       ├── AutoUpdate.exe
    │   │       ├── AutoUpdate.pdb
    │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       └── TempPE
    │   ├── packages.config
    │   └── 工具.ico
    ├── AutoUpdate.sln
    ├── AutoUpdateMain
    │   ├── AutoUpdateMain.csproj
    │   ├── Entuty
    │   │   └── OutParmer
    │   │       └── FileInfoOut.cs
    │   ├── GetXmlValue.cs
    │   ├── Main.Designer.cs
    │   ├── Main.cs
    │   ├── Main.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── SoftUpdate.cs
    │   ├── XmlHelper.cs
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── AutoUpdate.exe
    │   │   │   ├── AutoUpdateMain.exe
    │   │   │   ├── AutoUpdateMain.pdb
    │   │   │   ├── ICSharpCode.SharpZipLib.dll
    │   │   │   ├── MethodsCollection.dll
    │   │   │   ├── UpdateList.xml
    │   │   │   └── web.config
    │   │   └── Release
    │   ├── obj
    │   │   └── Debug
    │   │       ├── AutoUpdateMain.Main.resources
    │   │       ├── AutoUpdateMain.Properties.Resources.resources
    │   │       ├── AutoUpdateMain.csproj.CopyComplete
    │   │       ├── AutoUpdateMain.csproj.CoreCompileInputs.cache
    │   │       ├── AutoUpdateMain.csproj.FileListAbsolute.txt
    │   │       ├── AutoUpdateMain.csproj.GenerateResource.cache
    │   │       ├── AutoUpdateMain.csprojAssemblyReference.cache
    │   │       ├── AutoUpdateMain.exe
    │   │       ├── AutoUpdateMain.pdb
    │   │       ├── DesignTimeResolveAssemblyReferences.cache
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       └── TempPE
    │   └── update.xml
    ├── XmlUpdata
    │   ├── MD5Manner.cs
    │   ├── Program.cs
    │   ├── Properties
    │   │   └── AssemblyInfo.cs
    │   ├── XmlHelper.cs
    │   ├── XmlUpdata.csproj
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── XmlUpdata.exe
    │   │   │   ├── XmlUpdata.pdb
    │   │   │   ├── update.xml
    │   │   │   └── 新建文本文档.txt
    │   │   ├── Debug2
    │   │   │   ├── ICSharpCode.SharpZipLib.dll
    │   │   │   ├── Update_NewVersion.zip
    │   │   │   ├── XmlUpdata.exe
    │   │   │   ├── XmlUpdata.pdb
    │   │   │   ├── a.zip
    │   │   │   ├── update.xml
    │   │   │   └── 新建文件夹
    │   │   │       └── 新建文本文档.txt
    │   │   └── Release
    │   ├── obj
    │   │   └── Debug
    │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │       ├── TempPE
    │   │       ├── XmlUpdata.csproj.CoreCompileInputs.cache
    │   │       ├── XmlUpdata.csproj.FileListAbsolute.txt
    │   │       ├── XmlUpdata.exe
    │   │       └── XmlUpdata.pdb
    │   └── 更新.ico
    ├── packages
    │   └── ICSharpCode.SharpZipLib.dll.0.85.4.369
    │       ├── ICSharpCode.SharpZipLib.dll.0.85.4.369.nupkg
    │       ├── NuGet.Config
    │       ├── NuGet.exe
    │       ├── NuGet.targets
    │       ├── lib
    │       │   └── net20
    │       │       └── ICSharpCode.SharpZipLib.dll
    │       └── packages.config
    └── 可直接部署文件
        ├── 客户端
        │   ├── AutoUpdate.exe
        │   ├── AutoUpdateMain.exe
        │   └── UpdateList.xml
        └── 服务端
            └── 更新服务端
                ├── 2
                │   ├── 22.txt
                │   ├── 43.txt
                │   ├── 44
                │   │   └── 33.txt
                │   └── 新建文件夹
                │       └── 88.txt
                ├── UpdateList.xml
                ├── XmlUpdate.exe
                ├── web.config
                └── 新建文件夹
                    └── 88.txt

48 directories, 123 files