IDE: 升级为使用Visual Studio 2019编译

This commit is contained in:
yuanyuanxiang
2024-09-06 15:59:24 +08:00
parent 225c7e0318
commit 0d6c64f87b
6 changed files with 39 additions and 28 deletions

View File

@@ -219,3 +219,9 @@ TestRun在写入开机自启动项时先提升权限以防止因权限不足
2021.3.14
修复了若干个问题。
2024.9.6
1.新增"2019Remote.sln"支持使用Visual Studio 2019编译项目。
2.增加了使用VLD的操作方法详见"server\2015Remote\stdafx.h"。
注意自VS2019开始不支持XP系统了微软已经声明这个变更。如果有需要在XP系统进行监控的需求推荐使用"2015Remote.sln"。
如果使用VS2015编译需将WindowsTargetPlatformVersion修改为8.1将PlatformToolset修改为v140_xp。