Commit 54ae2efc authored by justcoding121's avatar justcoding121

fix wpf build

parent 21b97f5c
......@@ -26,7 +26,7 @@
"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"],
"args": ["${workspaceFolder}/examples/Titanium.Web.Proxy.Examples.Wpf/Titanium.Web.Proxy.Examples.Wpf.csproj", "/p:Platform=x64"],
"problemMatcher": "$msCompile",
"group": {
"kind": "build",
......
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