From c8f7ef7c1d2bd705a5442c0dc591b8e5a50673a5 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 4 Oct 2024 19:51:44 +0200 Subject: Initial commit --- MatrixContentFilter/Properties/launchSettings.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 MatrixContentFilter/Properties/launchSettings.json (limited to 'MatrixContentFilter/Properties') diff --git a/MatrixContentFilter/Properties/launchSettings.json b/MatrixContentFilter/Properties/launchSettings.json new file mode 100644 index 0000000..997e294 --- /dev/null +++ b/MatrixContentFilter/Properties/launchSettings.json @@ -0,0 +1,26 @@ +{ + "$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" + } + } + } +} -- cgit 1.5.1