From 0fa768556aca00f4346ccd71917fad048def6323 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 30 May 2024 08:22:50 +0000 Subject: Move around some projects, further cleanup pending --- .../Properties/launchSettings.json | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Utilities/LibMatrix.TestDataGenerator/Properties/launchSettings.json (limited to 'Utilities/LibMatrix.TestDataGenerator/Properties/launchSettings.json') diff --git a/Utilities/LibMatrix.TestDataGenerator/Properties/launchSettings.json b/Utilities/LibMatrix.TestDataGenerator/Properties/launchSettings.json new file mode 100644 index 0000000..6c504ff --- /dev/null +++ b/Utilities/LibMatrix.TestDataGenerator/Properties/launchSettings.json @@ -0,0 +1,25 @@ +{ + "$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.4.1