1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDE/mintest/BeefProj.toml
Brian Fiete a32d18d962 Debugger fixes
Removing some debugger remote-requests
2019-09-20 09:21:29 -07:00

69 lines
No EOL
1.3 KiB
TOML

FileVersion = 1
Dependencies = {minlib = "*"}
[Project]
Name = "mintest"
StartupObject = "Hey.Dude.Bro.TestClass"
DefaultNamespace = "Mintest"
Aliases = ["corlib"]
[Configs.Debug.Win64]
CLibType = "Static"
BeefLibType = "DynamicDebug"
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"
[Configs.Release.Win64]
DebugCommandArguments = "hey=\"yo man\" zag= zoogles boof stoopers \"abc efg\""
[Configs.Release.WinFart]
OtherLinkFlags = ""
[Configs.Paranoid.Win32]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Paranoid.Win64]
CLibType = "Static"
BeefLibType = "Static"
DebugCommandArguments = "paranoid"
[Configs.Paranoid.WinFart]
OtherLinkFlags = ""
CLibType = "Static"
BeefLibType = "Static"
[Configs.Test.Win32]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Test.Win64]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Test.WinFart]
BuildKind = "Normal"
OtherLinkFlags = ""
CLibType = "Static"
BeefLibType = "Static"
[ProjectFolder]
[[ProjectFolder.Items]]
Type = "Source"
Path = "../../../temp/test.txt"
[[ProjectFolder.Items]]
Type = "Folder"
Path = "../../../temp/borf"
Source = ["a.txt"]