Compare commits
2 commits
cf23923e73
...
eb2d74717a
Author | SHA1 | Date | |
---|---|---|---|
eb2d74717a | |||
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
Add a link
Reference in a new issue