1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/IDE/mintest/BeefProj.toml

103 lines
2 KiB
TOML
Raw Normal View History

2019-08-23 11:56:54 -07:00
FileVersion = 1
Dependencies = {minlib = "*"}
[Project]
Name = "mintest"
StartupObject = "Hey.Dude.Bro.TestClass"
DefaultNamespace = "Mintest"
2019-09-29 07:44:39 -07:00
[Platform.Windows]
Description = "Mintest"
2019-08-23 11:56:54 -07:00
[Configs.Debug.Win64]
CLibType = "Static"
2019-11-25 06:48:19 -08:00
BeefLibType = "DynamicDebug"
2019-08-23 11:56:54 -07:00
StackSize = 4194304
DebugCommandArguments = "hey=\"yo man\" zag= zoogles boof stoopers \"\"\"abc efg\"\"\""
DebugWorkingDirectory = ".\\"
[Configs.Debug.Win32]
CLibType = "DynamicDebug"
BeefLibType = "DynamicDebug"
[Configs.Debug.WinFart]
OtherLinkFlags = ""
CLibType = "Static"
BeefLibType = "Static"
2019-11-25 06:48:19 -08:00
[Configs.Debug.iOS]
BuildKind = "StaticLib"
[Configs.Debug.aarch64-none-linux-android21]
BuildKind = "StaticLib"
RelocType = "PIC"
2019-08-23 11:56:54 -07:00
[Configs.Release.Win64]
2019-09-29 07:44:39 -07:00
OtherLinkFlags = "$(LinkFlags) C:\\Beef\\BeefTools\\TestDLL\\x64\\Debug\\TestDLL.lib"
2019-08-23 11:56:54 -07:00
DebugCommandArguments = "hey=\"yo man\" zag= zoogles boof stoopers \"abc efg\""
[Configs.Release.WinFart]
OtherLinkFlags = ""
2019-11-25 06:48:19 -08:00
[Configs.Release.iOS]
BuildKind = "StaticLib"
[Configs.Release.aarch64-none-linux-android21]
BuildKind = "StaticLib"
RelocType = "PIC"
2019-08-23 11:56:54 -07:00
[Configs.Paranoid.Win32]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Paranoid.Win64]
CLibType = "Static"
BeefLibType = "Static"
DebugCommandArguments = "paranoid"
[Configs.Paranoid.WinFart]
OtherLinkFlags = ""
CLibType = "Static"
BeefLibType = "Static"
2019-11-25 06:48:19 -08:00
[Configs.Paranoid.iOS]
BuildKind = "StaticLib"
[Configs.Paranoid.aarch64-none-linux-android21]
BuildKind = "StaticLib"
RelocType = "PIC"
2019-08-23 11:56:54 -07:00
[Configs.Test.Win32]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Test.Win64]
CLibType = "Static"
BeefLibType = "DynamicDebug"
2019-08-23 11:56:54 -07:00
[Configs.Test.WinFart]
BuildKind = "Normal"
OtherLinkFlags = ""
CLibType = "Static"
BeefLibType = "Static"
2019-11-25 06:48:19 -08:00
[Configs.Test.iOS]
BuildKind = "StaticLib"
[Configs.Test.aarch64-none-linux-android21]
BuildKind = "StaticLib"
RelocType = "PIC"
2019-08-23 11:56:54 -07:00
[[ProjectFolder.Items]]
Type = "Source"
Path = "../../../temp/test.txt"
[[ProjectFolder.Items]]
Type = "Folder"
Path = "../../../temp/borf"
2019-10-09 16:20:09 -07:00
AutoInclude = true
[[ProjectFolder.Items]]
Type = "Source"
Path = "../../../temp/test.bf"