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
43d526b0
Commit
43d526b0
authored
Sep 03, 2018
by
justcoding121
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sln exclude
parent
380de7ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
launch.json
.vscode/launch.json
+2
-2
settings.json
.vscode/settings.json
+1
-0
tasks.json
.vscode/tasks.json
+3
-3
No files found.
.vscode/launch.json
View file @
43d526b0
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
"cwd"
:
"${workspaceRoot}"
,
"cwd"
:
"${workspaceRoot}"
,
"stopAtEntry"
:
false
,
"stopAtEntry"
:
false
,
"console"
:
"integratedTerminal"
,
"console"
:
"integratedTerminal"
,
"preLaunchTask"
:
"build"
"preLaunchTask"
:
"build
-basic-example
"
},
},
{
{
"name"
:
"Win|Net45|Debug|Wpf Example"
,
"name"
:
"Win|Net45|Debug|Wpf Example"
,
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
"cwd"
:
"${workspaceRoot}"
,
"cwd"
:
"${workspaceRoot}"
,
"stopAtEntry"
:
false
,
"stopAtEntry"
:
false
,
"console"
:
"internalConsole"
,
"console"
:
"internalConsole"
,
"preLaunchTask"
:
"build-
x64
"
"preLaunchTask"
:
"build-
wpf-example
"
}
}
]
]
}
}
\ No newline at end of file
.vscode/settings.json
View file @
43d526b0
...
@@ -9,5 +9,6 @@
...
@@ -9,5 +9,6 @@
"**/bin"
:
true
,
"**/bin"
:
true
,
"**/obj"
:
true
,
"**/obj"
:
true
,
"**/*.DotSettings"
:
true
,
"**/*.DotSettings"
:
true
,
"**/*.sln"
:
true
,
}
}
}
}
\ No newline at end of file
.vscode/tasks.json
View file @
43d526b0
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
"version"
:
"2.0.0"
,
"version"
:
"2.0.0"
,
"tasks"
:
[
"tasks"
:
[
{
{
"label"
:
"build"
,
"label"
:
"build
-basic-example
"
,
"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=Any CPU"
]
"args"
:
[
"${workspaceFolder}/
examples/Titanium.Web.Proxy.Examples.Basic/Titanium.Web.Proxy.Examples.Basic.csproj
"
,
"/p:Platform=Any CPU"
]
},
},
"osx"
:
{
"osx"
:
{
"command"
:
"dotnet"
,
"command"
:
"dotnet"
,
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
}
}
},
},
{
{
"label"
:
"build-
x64
"
,
"label"
:
"build-
wpf-example
"
,
"type"
:
"process"
,
"type"
:
"process"
,
"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}/examples/Titanium.Web.Proxy.Examples.Wpf/Titanium.Web.Proxy.Examples.Wpf.csproj"
,
"/p:Platform=x64"
],
"args"
:
[
"${workspaceFolder}/examples/Titanium.Web.Proxy.Examples.Wpf/Titanium.Web.Proxy.Examples.Wpf.csproj"
,
"/p:Platform=x64"
],
...
...
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