Commit 774fae62 authored by justcoding121's avatar justcoding121

fix console launch

parent 9b2c50c2
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"preLaunchTask": "build" "preLaunchTask": "build"
}, },
{ {
"name": "Net45|Debug|Wpf Example", "name": "Net45|Debug|Win|Wpf Example",
"type": "clr", "type": "clr",
"request": "launch", "request": "launch",
"program": "${workspaceRoot}/examples/Titanium.Web.Proxy.Examples.Wpf/bin/x64/Debug/Titanium.Web.Proxy.Examples.Wpf.exe", "program": "${workspaceRoot}/examples/Titanium.Web.Proxy.Examples.Wpf/bin/x64/Debug/Titanium.Web.Proxy.Examples.Wpf.exe",
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"cwd": "${workspaceRoot}", "cwd": "${workspaceRoot}",
"stopAtEntry": false, "stopAtEntry": false,
"console": "internalConsole", "console": "internalConsole",
"preLaunchTask": "build" "preLaunchTask": "build-x64"
} }
] ]
} }
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"type": "process", "type": "process",
"windows": { "windows": {
"command": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe", "command": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe",
"args": ["${workspaceFolder}/src/Titanium.Web.Proxy.sln", "/p:Platform=x64"] "args": ["${workspaceFolder}/src/Titanium.Web.Proxy.sln", "/p:Platform=Any CPU"]
}, },
"osx": { "osx": {
"command": "dotnet", "command": "dotnet",
...@@ -21,6 +21,17 @@ ...@@ -21,6 +21,17 @@
"kind": "build", "kind": "build",
"isDefault": true "isDefault": true
} }
},
{
"label": "build-x64",
"type": "process",
"command": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe",
"args": ["${workspaceFolder}/src/Titanium.Web.Proxy.sln", "/p:Platform=x64"],
"problemMatcher": "$msCompile",
"group": {
"kind": "build",
"isDefault": true
}
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment