Commit 774fae62 authored by justcoding121's avatar justcoding121

fix console launch

parent 9b2c50c2
......@@ -13,7 +13,7 @@
"preLaunchTask": "build"
},
{
"name": "Net45|Debug|Wpf Example",
"name": "Net45|Debug|Win|Wpf Example",
"type": "clr",
"request": "launch",
"program": "${workspaceRoot}/examples/Titanium.Web.Proxy.Examples.Wpf/bin/x64/Debug/Titanium.Web.Proxy.Examples.Wpf.exe",
......@@ -21,7 +21,7 @@
"cwd": "${workspaceRoot}",
"stopAtEntry": false,
"console": "internalConsole",
"preLaunchTask": "build"
"preLaunchTask": "build-x64"
}
]
}
\ No newline at end of file
......@@ -6,7 +6,7 @@
"type": "process",
"windows": {
"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": {
"command": "dotnet",
......@@ -21,6 +21,17 @@
"kind": "build",
"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