NaiboWang-Alienware 3646513d5b New version
2022-10-17 13:38:26 +08:00

12 lines
519 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 客户端开发编译方式
0. 安装VS2019或以上版本勾选windows应用程序开发.Net Framework 4.7.2版本及以上)。
1. 拷贝客户端可执行程序servicewrapper文件夹内所有文件到\ServiceWrapperEntry\bin\x64\Debug文件夹包括Chrome文件夹
2. 打开sln文件右键点击解决方案点击“清理解决方案”后再点击“还原Nuget包”。
3. 右键点击项目,点击“清理”后,再点击“重新生成项目”。
4. 编译即成功。