BeefProj.toml 550 B

123456789101112131415161718192021
  1. FileVersion = 1
  2. Dependencies = {corlib = "*", Beefy2D = "*"}
  3. [Project]
  4. Name = "BeefCon"
  5. TargetType = "BeefGUIApplication"
  6. StartupObject = "BeefCon.Program"
  7. [Configs.Debug.Win64]
  8. TargetDirectory = "$(WorkspaceDir)\\..\\..\\IDE\\dist"
  9. TargetName = "$(ProjectName)_d"
  10. BeefLibType = "DynamicDebug"
  11. DebugCommandArguments = "123 1 Powershell"
  12. [Configs.Release.Win64]
  13. TargetDirectory = "$(WorkspaceDir)\\..\\..\\IDE\\dist"
  14. DebugCommandArguments = "123 1 Powershell"
  15. [[ProjectFolder.Items]]
  16. Type = "Source"
  17. Path = "../../IDE/src/util/ConsoleProvider.bf"