11 lines
340 B
TOML
11 lines
340 B
TOML
FileVersion = 1
|
|
Projects = {libclang-beef = {Path = "."}, libclang-beef = {Path = "../../Program Files/BeefLang/BeefLibs/libclang-beef"}}
|
|
|
|
[Workspace]
|
|
StartupProject = "libclang-beef"
|
|
|
|
[Configs.Test.Win32]
|
|
ConfigSelections = {libclang-beef = {Config = "Debug"}}
|
|
|
|
[Configs.Test.Win64]
|
|
ConfigSelections = {libclang-beef = {Config = "Debug"}}
|