From a4944930f795a4383ff820b14ccd40798933eff5 Mon Sep 17 00:00:00 2001 From: henrypp Date: Fri, 7 Jan 2022 13:27:26 +0600 Subject: [PATCH] add debugger config --- simplewall.vcxproj.user | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 simplewall.vcxproj.user diff --git a/simplewall.vcxproj.user b/simplewall.vcxproj.user new file mode 100644 index 00000000..ac1787f5 --- /dev/null +++ b/simplewall.vcxproj.user @@ -0,0 +1,27 @@ + + + + $(SolutionDir)bin\$(PlatformArchitecture)\ + WindowsRemoteDebugger + + + $(SolutionDir)bin\$(PlatformArchitecture)\ + WindowsRemoteDebugger + + + $(SolutionDir)bin\$(PlatformArchitecture)\ + WindowsLocalDebugger + + + $(SolutionDir)bin\$(PlatformArchitecture)\ + WindowsLocalDebugger + + + $(SolutionDir)bin\$(PlatformArchitecture)\ + WindowsLocalDebugger + + + $(SolutionDir)bin\$(PlatformArchitecture)\ + WindowsLocalDebugger + + \ No newline at end of file