1 files changed, 0 insertions, 25 deletions
diff --git a/Utilities/LibMatrix.DevTestBot/Properties/launchSettings.json b/Utilities/LibMatrix.DevTestBot/Properties/launchSettings.json
deleted file mode 100644
index 6c504ff..0000000
--- a/Utilities/LibMatrix.DevTestBot/Properties/launchSettings.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "$schema": "http://json.schemastore.org/launchsettings.json",
- "profiles": {
- "Default": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "environmentVariables": {
- }
- },
- "Development": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "environmentVariables": {
- "DOTNET_ENVIRONMENT": "Development"
- }
- },
- "Local config": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "environmentVariables": {
- "DOTNET_ENVIRONMENT": "Local"
- }
- }
- }
-}
|