From ad0a46175e7efbbd5bdf952aacc69d8a7750b05a Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Thu, 27 Sep 2018 23:46:43 +0200 Subject: implemented rudemetary groups --- .../PropertiesNewtonsoft-Json-Linq-JProperty.json | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json (limited to 'DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json') diff --git a/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json b/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json new file mode 100644 index 0000000..5b400e5 --- /dev/null +++ b/DSACore/PropertiesNewtonsoft-Json-Linq-JProperty.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:2170", + "sslPort": 44365 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "api/commands", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "DSACore": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "api/commands", + "applicationUrl": "https://192.168.2.58:5001;http://192.168.2.58:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf