Fix: Use PowerShell to get hadrware info (>=Win7)

This commit is contained in:
yuanyuanxiang
2025-12-20 11:43:39 +01:00
parent d546e03dd0
commit bddd69a0bd
2 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
<LocalDebuggerCommand>$(SolutionDir)Bin\$(TargetName)_x86d$(TargetExt)</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>-agent</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArgumentsHistory>-agent|</LocalDebuggerCommandArgumentsHistory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommand>$(SolutionDir)Bin\$(TargetName)_x86$(TargetExt)</LocalDebuggerCommand>