summaryrefslogtreecommitdiff
path: root/tutorial/netstd/Server/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/netstd/Server/Properties/launchSettings.json')
-rw-r--r--tutorial/netstd/Server/Properties/launchSettings.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tutorial/netstd/Server/Properties/launchSettings.json b/tutorial/netstd/Server/Properties/launchSettings.json
new file mode 100644
index 000000000..78076ff7c
--- /dev/null
+++ b/tutorial/netstd/Server/Properties/launchSettings.json
@@ -0,0 +1,8 @@
+{
+ "profiles": {
+ "Server": {
+ "commandName": "Project",
+ "commandLineArgs": "-p:multiplexed"
+ }
+ }
+} \ No newline at end of file