From 3d1cfde726e8b8d4f3a820cdf5fb136c2f6bea33 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 15 Mar 2025 13:23:42 +0100 Subject: Initial commit --- MatrixAntiDmSpam/Properties/launchSettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 MatrixAntiDmSpam/Properties/launchSettings.json (limited to 'MatrixAntiDmSpam/Properties') diff --git a/MatrixAntiDmSpam/Properties/launchSettings.json b/MatrixAntiDmSpam/Properties/launchSettings.json new file mode 100644 index 0000000..383a8e2 --- /dev/null +++ b/MatrixAntiDmSpam/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "MatrixInviteLogger": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Development" + } + } + } +} -- cgit 1.5.1