diff --git a/src/HXE.csproj b/src/HXE.csproj index c0a293d0..922a7fbb 100644 --- a/src/HXE.csproj +++ b/src/HXE.csproj @@ -125,7 +125,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - + diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json new file mode 100644 index 00000000..1d6883b8 --- /dev/null +++ b/src/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "HXE": { + "commandName": "Project", + "commandLineArgs": "--config" + } + } +} \ No newline at end of file