summary refs log tree commit diff
path: root/MatrixSystemdBridge/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-08 19:49:20 +0200
committerRory& <root@rory.gay>2025-09-08 19:49:20 +0200
commit71d20fc41b37c21361b63566c2aaf3324617affc (patch)
treeded4b283a2841d2746b345afd0599fe44dd1319e /MatrixSystemdBridge/Properties
parentUse https for submodules (diff)
downloadMatrixLogFwd-71d20fc41b37c21361b63566c2aaf3324617affc.tar.xz
Add LibSystemd
Diffstat (limited to 'MatrixSystemdBridge/Properties')
-rw-r--r--MatrixSystemdBridge/Properties/launchSettings.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/MatrixSystemdBridge/Properties/launchSettings.json b/MatrixSystemdBridge/Properties/launchSettings.json
new file mode 100644

index 0000000..06f7ef3 --- /dev/null +++ b/MatrixSystemdBridge/Properties/launchSettings.json
@@ -0,0 +1,12 @@ +{ + "$schema": "https://json.schemastore.org/launchsettings.json", + "profiles": { + "MatrixSystemdBridge": { + "commandName": "Project", + "dotnetRunMessages": true, + "environmentVariables": { + "DOTNET_ENVIRONMENT": "Development" + } + } + } +}