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