Automate/BeefProj.toml

19 lines
387 B
TOML
Raw Normal View History

2024-05-11 19:23:23 +02:00
FileVersion = 1
Dependencies = {corlib = "*", corlib = "*"}
[Project]
Name = "Automate"
StartupObject = "Automate.Program"
[Platform.Windows]
IconFile = "automate.ico"
Description = "Scripting language runner"
Company = "Booklordofthedings"
Product = "Automate"
Copyright = "Booklordofthedings"
FileVersion = "1.0"
ProductVersion = "1.0"
[Configs.Debug.Win64]
TargetName = "Automate"