1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00
Beef/BeefTools/BeefCon/BeefProj.toml
2024-07-23 07:56:23 +02:00

21 lines
550 B
TOML

FileVersion = 1
Dependencies = {corlib = "*", Beefy2D = "*"}
[Project]
Name = "BeefCon"
TargetType = "BeefGUIApplication"
StartupObject = "BeefCon.Program"
[Configs.Debug.Win64]
TargetDirectory = "$(WorkspaceDir)\\..\\..\\IDE\\dist"
TargetName = "$(ProjectName)_d"
BeefLibType = "DynamicDebug"
DebugCommandArguments = "123 1 Powershell"
[Configs.Release.Win64]
TargetDirectory = "$(WorkspaceDir)\\..\\..\\IDE\\dist"
DebugCommandArguments = "123 1 Powershell"
[[ProjectFolder.Items]]
Type = "Source"
Path = "../../IDE/src/util/ConsoleProvider.bf"