Commit 43d526b0 authored by justcoding121's avatar justcoding121

sln exclude

parent 380de7ed
......@@ -10,7 +10,7 @@
"cwd": "${workspaceRoot}",
"stopAtEntry": false,
"console": "integratedTerminal",
"preLaunchTask": "build"
"preLaunchTask": "build-basic-example"
},
{
"name": "Win|Net45|Debug|Wpf Example",
......@@ -21,7 +21,7 @@
"cwd": "${workspaceRoot}",
"stopAtEntry": false,
"console": "internalConsole",
"preLaunchTask": "build-x64"
"preLaunchTask": "build-wpf-example"
}
]
}
\ No newline at end of file
......@@ -9,5 +9,6 @@
"**/bin": true,
"**/obj": true,
"**/*.DotSettings": true,
"**/*.sln": true,
}
}
\ No newline at end of file
......@@ -2,11 +2,11 @@
"version": "2.0.0",
"tasks": [
{
"label": "build",
"label": "build-basic-example",
"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=Any CPU"]
"args": ["${workspaceFolder}/examples/Titanium.Web.Proxy.Examples.Basic/Titanium.Web.Proxy.Examples.Basic.csproj", "/p:Platform=Any CPU"]
},
"osx": {
"command": "dotnet",
......@@ -23,7 +23,7 @@
}
},
{
"label": "build-x64",
"label": "build-wpf-example",
"type": "process",
"command": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\MSBuild\\15.0\\Bin\\MSBuild.exe",
"args": ["${workspaceFolder}/examples/Titanium.Web.Proxy.Examples.Wpf/Titanium.Web.Proxy.Examples.Wpf.csproj", "/p:Platform=x64"],
......
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