From d38dd8e7451824cc30562bff70066affee31828a Mon Sep 17 00:00:00 2001 From: glopesdev Date: Tue, 16 Jul 2024 13:04:45 +0100 Subject: [PATCH] Update launch settings to target artifacts folder --- Bonsai.Audio/Properties/launchSettings.json | 5 +++-- Bonsai.Design.Visualizers/Properties/launchSettings.json | 5 +++-- Bonsai.Dsp.Design/Properties/launchSettings.json | 5 +++-- Bonsai.Dsp/Properties/launchSettings.json | 5 +++-- Bonsai.Osc/Properties/launchSettings.json | 5 +++-- .../Properties/launchSettings.json | 5 +++-- Bonsai.Scripting.Expressions/Properties/launchSettings.json | 5 +++-- Bonsai.Shaders.Design/Properties/launchSettings.json | 5 +++-- Bonsai.Shaders.Rendering/Properties/launchSettings.json | 5 +++-- Bonsai.Shaders/Properties/launchSettings.json | 5 +++-- Bonsai.System.Design/Properties/launchSettings.json | 5 +++-- Bonsai.System/Properties/launchSettings.json | 5 +++-- Bonsai.Vision.Design/Properties/launchSettings.json | 5 +++-- Bonsai.Vision/Properties/launchSettings.json | 5 +++-- Bonsai.Windows.Input/Properties/launchSettings.json | 5 +++-- tooling/Common.props | 5 +++++ 16 files changed, 50 insertions(+), 30 deletions(-) diff --git a/Bonsai.Audio/Properties/launchSettings.json b/Bonsai.Audio/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Audio/Properties/launchSettings.json +++ b/Bonsai.Audio/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Design.Visualizers/Properties/launchSettings.json b/Bonsai.Design.Visualizers/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Design.Visualizers/Properties/launchSettings.json +++ b/Bonsai.Design.Visualizers/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Dsp.Design/Properties/launchSettings.json b/Bonsai.Dsp.Design/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Dsp.Design/Properties/launchSettings.json +++ b/Bonsai.Dsp.Design/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Dsp/Properties/launchSettings.json b/Bonsai.Dsp/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Dsp/Properties/launchSettings.json +++ b/Bonsai.Dsp/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Osc/Properties/launchSettings.json b/Bonsai.Osc/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Osc/Properties/launchSettings.json +++ b/Bonsai.Osc/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Scripting.Expressions.Design/Properties/launchSettings.json b/Bonsai.Scripting.Expressions.Design/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Scripting.Expressions.Design/Properties/launchSettings.json +++ b/Bonsai.Scripting.Expressions.Design/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Scripting.Expressions/Properties/launchSettings.json b/Bonsai.Scripting.Expressions/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Scripting.Expressions/Properties/launchSettings.json +++ b/Bonsai.Scripting.Expressions/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Shaders.Design/Properties/launchSettings.json b/Bonsai.Shaders.Design/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Shaders.Design/Properties/launchSettings.json +++ b/Bonsai.Shaders.Design/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Shaders.Rendering/Properties/launchSettings.json b/Bonsai.Shaders.Rendering/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Shaders.Rendering/Properties/launchSettings.json +++ b/Bonsai.Shaders.Rendering/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Shaders/Properties/launchSettings.json b/Bonsai.Shaders/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Shaders/Properties/launchSettings.json +++ b/Bonsai.Shaders/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.System.Design/Properties/launchSettings.json b/Bonsai.System.Design/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.System.Design/Properties/launchSettings.json +++ b/Bonsai.System.Design/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.System/Properties/launchSettings.json b/Bonsai.System/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.System/Properties/launchSettings.json +++ b/Bonsai.System/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Vision.Design/Properties/launchSettings.json b/Bonsai.Vision.Design/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Vision.Design/Properties/launchSettings.json +++ b/Bonsai.Vision.Design/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Vision/Properties/launchSettings.json b/Bonsai.Vision/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Vision/Properties/launchSettings.json +++ b/Bonsai.Vision/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/Bonsai.Windows.Input/Properties/launchSettings.json b/Bonsai.Windows.Input/Properties/launchSettings.json index ddd052fdd..4af4f4685 100644 --- a/Bonsai.Windows.Input/Properties/launchSettings.json +++ b/Bonsai.Windows.Input/Properties/launchSettings.json @@ -2,8 +2,9 @@ "profiles": { "Bonsai": { "commandName": "Executable", - "executablePath": "$(SolutionDir)Bonsai/bin/$(Configuration)/net472/Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir)." + "executablePath": "$(BonsaiExecutablePath)", + "commandLineArgs": "--lib:\"$(TargetDir).\"", + "nativeDebugging": true } } } \ No newline at end of file diff --git a/tooling/Common.props b/tooling/Common.props index c9678bf9e..952e84c5c 100644 --- a/tooling/Common.props +++ b/tooling/Common.props @@ -34,4 +34,9 @@ $(ArtifactsPath)/package/$(Configuration.ToLowerInvariant()) + + + + $(ArtifactsPath)/bin/Bonsai/$(Configuration.ToLowerInvariant())/Bonsai.exe + \ No newline at end of file