Browse Source

added mixed mode debug props

c6burns 6 years ago
parent
commit
a539fcef64
1 changed files with 8 additions and 0 deletions
  1. 8 0
      MSBuild/ENetTests/Properties/launchSettings.json

+ 8 - 0
MSBuild/ENetTests/Properties/launchSettings.json

@@ -0,0 +1,8 @@
+{
+  "profiles": {
+    "SockLynxTests": {
+      "commandName": "Project",
+      "nativeDebugging": true
+    }
+  }
+}