added string flag I think
This commit is contained in:
parent
b03a310649
commit
689e34f8d4
2 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,7 @@ FileVersion = 1
|
||||||
|
|
||||||
[Project]
|
[Project]
|
||||||
Name = "libclang-beef"
|
Name = "libclang-beef"
|
||||||
|
TargetType = "BeefLib"
|
||||||
StartupObject = "libclang_beef.Program"
|
StartupObject = "libclang_beef.Program"
|
||||||
|
|
||||||
[Configs.Debug.Win32]
|
[Configs.Debug.Win32]
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
FileVersion = 1
|
FileVersion = 1
|
||||||
Projects = {libclang-beef = {Path = "."}}
|
Projects = {libclang-beef = {Path = "."}, libclang-beef = {Path = "../../Program Files/BeefLang/BeefLibs/libclang-beef"}}
|
||||||
|
|
||||||
[Workspace]
|
[Workspace]
|
||||||
StartupProject = "libclang-beef"
|
StartupProject = "libclang-beef"
|
||||||
|
|
||||||
|
[Configs.Test.Win32]
|
||||||
|
ConfigSelections = {libclang-beef = {Config = "Debug"}}
|
||||||
|
|
||||||
|
[Configs.Test.Win64]
|
||||||
|
ConfigSelections = {libclang-beef = {Config = "Debug"}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue