aboutsummaryrefslogtreecommitdiff
path: root/src/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Properties/launchSettings.json')
-rw-r--r--src/Properties/launchSettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json
new file mode 100644
index 0000000..8701aaa
--- /dev/null
+++ b/src/Properties/launchSettings.json
@@ -0,0 +1,9 @@
+{
+ "profiles": {
+ "VNLib.Tools.Build.Executor": {
+ "commandName": "Project",
+ "commandLineArgs": "publish -v -c -x vnlib.browser",
+ "workingDirectory": "B:\\Progamming\\vnlib.browser"
+ }
+ }
+} \ No newline at end of file