From 653955a3728ae9b484be4a336d1a5e700623e5b9 Mon Sep 17 00:00:00 2001 From: Leandro Monaco Date: Fri, 4 Mar 2022 07:48:52 +1000 Subject: [PATCH] Removed obsolete file --- .../test/Demo/Properties/launchSettings.json | 28 ++++++++++++++ .../Properties/launchSettings.json | 30 +++++++++++++++ .../CSharp/Properties/launchSettings.json | 7 ++++ .../Properties/launchSettings.json | 30 +++++++++++++++ .../Properties/launchSettings.json | 38 +++++++++++++++++++ .../Rss/Properties/launchSettings.json | 31 +++++++++++++++ .../Properties/launchSettings.json | 28 ++++++++++++++ .../Properties/launchSettings.json | 27 +++++++++++++ .../Properties/launchSettings.json | 8 ++++ .../src/Properties/launchSettings.json | 28 ++++++++++++++ .../Properties/launchSettings.json | 27 +++++++++++++ 11 files changed, 282 insertions(+) create mode 100644 BlazorComponents/test/Demo/Properties/launchSettings.json create mode 100644 BuildPipeline/src/CakeTest.WebApp.NetCore31/Properties/launchSettings.json create mode 100644 CodeKata/CSharp/Properties/launchSettings.json create mode 100644 MessageBroker/src/NServiceBus.API/Properties/launchSettings.json create mode 100644 TeamHub/src/Services/Notification/Properties/launchSettings.json create mode 100644 TeamHub/src/Services/Rss/Properties/launchSettings.json create mode 100644 TeamHub/src/Services/Webhooks/Webhooks.API/Properties/launchSettings.json create mode 100644 TeamHub/src/TeamAlignment.UI/Properties/launchSettings.json create mode 100644 Tools/src/ConfigurationManager/ConfigurationManager.Transform/Properties/launchSettings.json create mode 100644 Tools/src/ConfluenceKB/src/Properties/launchSettings.json create mode 100644 Tools/src/PullRequestMonitor/Properties/launchSettings.json diff --git a/BlazorComponents/test/Demo/Properties/launchSettings.json b/BlazorComponents/test/Demo/Properties/launchSettings.json new file mode 100644 index 0000000..c87d4e9 --- /dev/null +++ b/BlazorComponents/test/Demo/Properties/launchSettings.json @@ -0,0 +1,28 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:57909", + "sslPort": 44307 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "BlazorComponents.Demo": { + "commandName": "Project", + "dotnetRunMessages": "true", + "launchBrowser": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/BuildPipeline/src/CakeTest.WebApp.NetCore31/Properties/launchSettings.json b/BuildPipeline/src/CakeTest.WebApp.NetCore31/Properties/launchSettings.json new file mode 100644 index 0000000..27e3b42 --- /dev/null +++ b/BuildPipeline/src/CakeTest.WebApp.NetCore31/Properties/launchSettings.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:21284", + "sslPort": 44331 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "weatherforecast", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "CakeTest.WebApp.NetCore31": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "weatherforecast", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/CodeKata/CSharp/Properties/launchSettings.json b/CodeKata/CSharp/Properties/launchSettings.json new file mode 100644 index 0000000..3931118 --- /dev/null +++ b/CodeKata/CSharp/Properties/launchSettings.json @@ -0,0 +1,7 @@ +{ + "profiles": { + "Kata1_UserImpersonation.cs": { + "commandName": "Project" + } + } +} \ No newline at end of file diff --git a/MessageBroker/src/NServiceBus.API/Properties/launchSettings.json b/MessageBroker/src/NServiceBus.API/Properties/launchSettings.json new file mode 100644 index 0000000..9080fb8 --- /dev/null +++ b/MessageBroker/src/NServiceBus.API/Properties/launchSettings.json @@ -0,0 +1,30 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:33818", + "sslPort": 44350 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "weatherforecast", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "NServiceBusAPI": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "weatherforecast", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/TeamHub/src/Services/Notification/Properties/launchSettings.json b/TeamHub/src/Services/Notification/Properties/launchSettings.json new file mode 100644 index 0000000..045559b --- /dev/null +++ b/TeamHub/src/Services/Notification/Properties/launchSettings.json @@ -0,0 +1,38 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:57647", + "sslPort": 44324 + } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "NotificationService": { + "commandName": "Project", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "dotnetRunMessages": "true", + "applicationUrl": "https://localhost:5001;http://localhost:5000" + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", + "publishAllPorts": true, + "useSSL": true + } + } +} \ No newline at end of file diff --git a/TeamHub/src/Services/Rss/Properties/launchSettings.json b/TeamHub/src/Services/Rss/Properties/launchSettings.json new file mode 100644 index 0000000..589ecb2 --- /dev/null +++ b/TeamHub/src/Services/Rss/Properties/launchSettings.json @@ -0,0 +1,31 @@ +{ + "$schema": "http://json.schemastore.org/launchsettings.json", + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:52431", + "sslPort": 44302 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "RssFeed": { + "commandName": "Project", + "dotnetRunMessages": "true", + "launchBrowser": true, + "launchUrl": "swagger", + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/TeamHub/src/Services/Webhooks/Webhooks.API/Properties/launchSettings.json b/TeamHub/src/Services/Webhooks/Webhooks.API/Properties/launchSettings.json new file mode 100644 index 0000000..8d55c58 --- /dev/null +++ b/TeamHub/src/Services/Webhooks/Webhooks.API/Properties/launchSettings.json @@ -0,0 +1,28 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:63505", + "sslPort": 44323 + } + }, + "$schema": "http://json.schemastore.org/launchsettings.json", + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "launchUrl": "swagger", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "Docker": { + "commandName": "Docker", + "launchBrowser": true, + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", + "publishAllPorts": true, + "useSSL": true + } + } +} \ No newline at end of file diff --git a/TeamHub/src/TeamAlignment.UI/Properties/launchSettings.json b/TeamHub/src/TeamAlignment.UI/Properties/launchSettings.json new file mode 100644 index 0000000..a6e1c6b --- /dev/null +++ b/TeamHub/src/TeamAlignment.UI/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:61975", + "sslPort": 44335 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "TeamAlignment.UI": { + "commandName": "Project", + "launchBrowser": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/Tools/src/ConfigurationManager/ConfigurationManager.Transform/Properties/launchSettings.json b/Tools/src/ConfigurationManager/ConfigurationManager.Transform/Properties/launchSettings.json new file mode 100644 index 0000000..6ad7747 --- /dev/null +++ b/Tools/src/ConfigurationManager/ConfigurationManager.Transform/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "ConfigurationManager": { + "commandName": "Project", + "commandLineArgs": "--application \"DemoApplication\" --environment \"DEV\" --configuration \"C:\\\\GitHub\\\\Workbench\\\\DevTools\\\\src\\\\ConfigurationManager\\\\ConfigurationManager.Transform\\\\bin\\\\Debug\\\\net5.0\\\\TestFiles\\\\appsettings.Release.json\"" + } + } +} \ No newline at end of file diff --git a/Tools/src/ConfluenceKB/src/Properties/launchSettings.json b/Tools/src/ConfluenceKB/src/Properties/launchSettings.json new file mode 100644 index 0000000..3ef6047 --- /dev/null +++ b/Tools/src/ConfluenceKB/src/Properties/launchSettings.json @@ -0,0 +1,28 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:54641", + "sslPort": 44303 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "ConfluenceKB": { + "commandName": "Project", + "dotnetRunMessages": "true", + "launchBrowser": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +} diff --git a/Tools/src/PullRequestMonitor/Properties/launchSettings.json b/Tools/src/PullRequestMonitor/Properties/launchSettings.json new file mode 100644 index 0000000..514f3d0 --- /dev/null +++ b/Tools/src/PullRequestMonitor/Properties/launchSettings.json @@ -0,0 +1,27 @@ +{ + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:61975", + "sslPort": 44335 + } + }, + "profiles": { + "IIS Express": { + "commandName": "IISExpress", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "AgilityManager.UI": { + "commandName": "Project", + "launchBrowser": true, + "applicationUrl": "https://localhost:5001;http://localhost:5000", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}