19 lines
387 B
TOML
19 lines
387 B
TOML
|
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"
|