-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBeefProj.toml
More file actions
35 lines (27 loc) · 758 Bytes
/
BeefProj.toml
File metadata and controls
35 lines (27 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
FileVersion = 1
Dependencies = {corlib = "*", KeraLua = {Git = "https://github.com/disarray2077/KeraLua-Beef"}}
[Project]
Name = "LuaTinker"
TargetType = "BeefLib"
StartupObject = "LuaTinker.Program"
[[ProjectFolder.Items]]
Type = "AutoFolder"
Name = "StackHelpers"
[[ProjectFolder.Items.Items]]
Type = "AutoFolder"
Name = "Translators"
[[ProjectFolder.Items.Items.Items]]
Type = "IgnoreSource"
Name = "Enumerables.bf"
[[ProjectFolder.Items]]
Type = "AutoFolder"
Name = "Wrappers"
[[ProjectFolder.Items.Items]]
Type = "AutoFolder"
Name = "Pointer"
[[ProjectFolder.Items.Items.Items]]
Type = "AutoFolder"
Name = "Concrete"
[[ProjectFolder.Items.Items.Items.Items]]
Type = "IgnoreSource"
Name = "ClassTypeWrapper.bf"