about summary refs log tree commit diff
path: root/MiniUtils/Properties
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-13 08:17:26 +0200
committerRory& <root@rory.gay>2025-05-13 08:17:26 +0200
commitddb5a61b0fd234b436c0406ab57e38d67429c6b8 (patch)
treebd2bc4c20aab27135ebaa55e1f9193f22e7d73cc /MiniUtils/Properties
downloadMiniUtils-ddb5a61b0fd234b436c0406ab57e38d67429c6b8.tar.xz
Initial commit
Diffstat (limited to 'MiniUtils/Properties')
-rw-r--r--MiniUtils/Properties/launchSettings.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/MiniUtils/Properties/launchSettings.json b/MiniUtils/Properties/launchSettings.json
new file mode 100644

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