Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
Titanium-Web-Proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Titanium-Web-Proxy
Commits
a861f38f
Commit
a861f38f
authored
Sep 04, 2018
by
justcoding121
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release build
parent
871985c0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
5 deletions
+30
-5
launch.json
.vscode/launch.json
+12
-1
settings.json
.vscode/settings.json
+4
-2
tasks.json
.vscode/tasks.json
+12
-1
omnisharp.json
omnisharp.json
+2
-1
No files found.
.vscode/launch.json
View file @
a861f38f
...
...
@@ -10,7 +10,18 @@
"cwd"
:
"${workspaceRoot}"
,
"stopAtEntry"
:
false
,
"console"
:
"integratedTerminal"
,
"preLaunchTask"
:
"build-basic-example-netcore"
"preLaunchTask"
:
"build-basic-example-netcore-debug"
},
{
"name"
:
"NetCore|Release|Basic Example"
,
"type"
:
"coreclr"
,
"request"
:
"launch"
,
"program"
:
"${workspaceRoot}/examples/Titanium.Web.Proxy.Examples.Basic/bin/Release/netcoreapp2.0/Titanium.Web.Proxy.Examples.Basic.NetCore.dll"
,
"args"
:
[],
"cwd"
:
"${workspaceRoot}"
,
"stopAtEntry"
:
false
,
"console"
:
"integratedTerminal"
,
"preLaunchTask"
:
"build-basic-example-netcore-release"
}
]
}
\ No newline at end of file
.vscode/settings.json
View file @
a861f38f
...
...
@@ -14,7 +14,8 @@
"**/Titanium.Web.Proxy.Examples.Wpf/"
:
true
,
"**/*.Basic.csproj/"
:
true
,
"**/*.Docs.csproj/"
:
true
,
"**/*.Proxy.csproj/"
:
true
"**/*.Proxy.csproj/"
:
true
,
"**/*.Proxy.csproj"
:
true
},
"search.exclude"
:
{
"**/.build"
:
true
,
...
...
@@ -30,6 +31,7 @@
"**/Titanium.Web.Proxy.Examples.Wpf/"
:
true
,
"**/*.Basic.csproj/"
:
true
,
"**/*.Docs.csproj/"
:
true
,
"**/*.Proxy.csproj/"
:
true
"**/*.Proxy.csproj/"
:
true
,
"**/*.Proxy.csproj"
:
true
}
}
\ No newline at end of file
.vscode/tasks.json
View file @
a861f38f
...
...
@@ -2,7 +2,7 @@
"version"
:
"2.0.0"
,
"tasks"
:
[
{
"label"
:
"build-basic-example-netcore"
,
"label"
:
"build-basic-example-netcore
-debug
"
,
"type"
:
"process"
,
"command"
:
"dotnet"
,
"args"
:
[
"build"
,
"${workspaceFolder}/examples/Titanium.Web.Proxy.Examples.Basic/Titanium.Web.Proxy.Examples.Basic.NetCore.csproj"
],
...
...
@@ -11,6 +11,17 @@
"kind"
:
"build"
,
"isDefault"
:
true
}
},
{
"label"
:
"build-basic-example-netcore-release"
,
"type"
:
"process"
,
"command"
:
"dotnet"
,
"args"
:
[
"build"
,
"${workspaceFolder}/examples/Titanium.Web.Proxy.Examples.Basic/Titanium.Web.Proxy.Examples.Basic.NetCore.csproj"
,
"-c"
,
"Release"
],
"problemMatcher"
:
"$msCompile"
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
}
}
]
}
\ No newline at end of file
omnisharp.json
View file @
a861f38f
...
...
@@ -5,7 +5,8 @@
"**/tests/"
,
"**/Titanium.Web.Proxy.Examples.Wpf/"
,
"**/*.Basic.csproj"
,
"**/*.Proxy.csproj"
"**/*.Proxy.csproj"
,
"**/*.Mono.csproj"
]
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment