Skip to content

Commit

Permalink
Merge pull request #20 from bonsai-rx/local-bootstrapper
Browse files Browse the repository at this point in the history
Allow examples to bootstrap from local packages
  • Loading branch information
glopesdev authored Jun 28, 2024
2 parents cea88fc + 34b08d0 commit fb5c41f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/NuGet.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Build Packages" value="../src/bin/Release" />
</packageSources>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe",
"executablePath": "$(SolutionDir)\\.bonsai\\Bonsai.exe",
"commandLineArgs": "--lib:\"$(TargetDir).\"",
"nativeDebugging": true
}
Expand Down
2 changes: 1 addition & 1 deletion src/Bonsai.ML.Visualizers/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe",
"executablePath": "$(SolutionDir)\\.bonsai\\Bonsai.exe",
"commandLineArgs": "--lib:\"$(TargetDir).\"",
"nativeDebugging": true
}
Expand Down
2 changes: 1 addition & 1 deletion src/Bonsai.ML/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe",
"executablePath": "$(SolutionDir)\\.bonsai\\Bonsai.exe",
"commandLineArgs": "--lib:\"$(TargetDir).\"",
"nativeDebugging": true
}
Expand Down

0 comments on commit fb5c41f

Please sign in to comment.