diff options
author | Luke Elliott <luke.b.elliott@gmail.com> | 2021-11-23 08:28:24 +0000 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-11-25 18:14:54 +0200 |
commit | 39856daf9a5e545a602536b76448a32cf3da590f (patch) | |
tree | 88014c859e5e262597b687158b04a7619a9ce0b1 /docs/markdown | |
parent | bfa0c618773b34f3c97b488d23e5ffed9dec1c0c (diff) | |
download | meson-39856daf9a5e545a602536b76448a32cf3da590f.zip meson-39856daf9a5e545a602536b76448a32cf3da590f.tar.gz meson-39856daf9a5e545a602536b76448a32cf3da590f.tar.bz2 |
Stop backend_startup_project from erasing the last project in a VS solution
if it is not the specified project.
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/snippets/fix_backend_startup_project.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/fix_backend_startup_project.md b/docs/markdown/snippets/fix_backend_startup_project.md new file mode 100644 index 0000000..8269ef6 --- /dev/null +++ b/docs/markdown/snippets/fix_backend_startup_project.md @@ -0,0 +1,4 @@ +## backend_startup_project + +`backend_startup_project` will no longer erase the last project in a VS +solution if it is not the specified project. |