1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/IDE/BeefProj.toml

78 lines
2.5 KiB
TOML
Raw Normal View History

2019-08-23 11:56:54 -07:00
FileVersion = 1
2024-10-21 09:39:11 -04:00
Dependencies = {Beefy2D = "*", corlib = "*", curl = "*"}
2019-08-23 11:56:54 -07:00
[Project]
Name = "IDE"
2020-04-11 14:28:16 -07:00
TargetType = "BeefGUIApplication"
2019-08-23 11:56:54 -07:00
StartupObject = "IDE.Program"
[Platform.Windows]
2025-01-17 10:20:20 -08:00
IconFile = "$(ProjectDir)/Resources/Beef.ico"
ManifestFile = "$(ProjectDir)/Resources/IDE.manifest"
2019-08-23 11:56:54 -07:00
Description = "Beef IDE"
2019-09-18 13:02:01 -07:00
Company = "BeefyTech LLC"
2019-08-23 11:56:54 -07:00
Product = "Beef IDE"
2019-09-18 13:02:01 -07:00
Copyright = "Copyright 2019 BeefyTech"
2025-03-19 11:01:28 -04:00
FileVersion = "0.43.6"
2019-09-18 13:02:01 -07:00
ProductVersion = "0000000000000000"
2019-08-23 11:56:54 -07:00
[Configs.Debug.Win32]
TargetName = ""
OtherLinkFlags = ""
[Configs.Debug.Win64]
2025-01-17 10:20:20 -08:00
TargetDirectory = "$(ProjectDir)/dist"
2019-08-23 11:56:54 -07:00
TargetName = "BeefIDE_d"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib"
2025-03-19 11:01:28 -04:00
DebugCommandArguments = "-proddir=\"$(ProjectDir)\\..\\BeefBuild\""
2025-01-17 10:20:20 -08:00
DebugWorkingDirectory = "$(ProjectDir)\\.."
2019-08-23 11:56:54 -07:00
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
2024-10-21 09:39:11 -04:00
PreprocessorMacros = ["DEBUG,HASGIT"]
2019-08-23 11:56:54 -07:00
[Configs.Release.Win32]
TargetName = ""
OtherLinkFlags = ""
[Configs.Release.Win64]
2025-01-17 10:20:20 -08:00
TargetDirectory = "$(ProjectDir)/dist"
2019-08-23 11:56:54 -07:00
TargetName = "BeefIDE"
OtherLinkFlags = "Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib Beef042RT64.lib IDEHelper64.lib BeefySysLib64.lib"
2025-03-19 11:01:28 -04:00
DebugCommandArguments = "-proddir=C:\\Beef\\IDE\\Tests\\Test1 -test=scripts\\Breakpoints.txt"
2019-08-23 11:56:54 -07:00
DebugWorkingDirectory = "$(ProjectDir)\\dist"
2025-03-19 11:01:28 -04:00
EnvironmentVars = ["z_NO_DEBUG_HEAP=1"]
2024-10-21 09:39:11 -04:00
PreprocessorMacros = ["RELEASE,HASGIT"]
2019-08-23 11:56:54 -07:00
[Configs.Debug2.Win32]
TargetName = ""
OtherLinkFlags = ""
[Configs.Debug2.Win64]
2025-01-17 10:20:20 -08:00
TargetDirectory = "$(ProjectDir)/dist"
2019-08-23 11:56:54 -07:00
TargetName = "BeefIDE_d2"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
2022-06-20 07:41:14 -07:00
BeefLibType = "DynamicDebug"
2025-03-19 11:01:28 -04:00
DebugCommandArguments = "-workspace=C:\\proj\\BeefTest"
2022-06-20 07:41:14 -07:00
DebugWorkingDirectory = "c:\\Beef\\IDE\\Tests\\EmptyTest"
2019-08-23 11:56:54 -07:00
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]
[Configs.Paranoid.Win64]
2025-01-17 10:20:20 -08:00
TargetDirectory = "$(ProjectDir)/dist"
2019-08-23 11:56:54 -07:00
TargetName = "BeefIDE_p"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
[Configs.Paranoid.Win32]
BeefLibType = "Static"
[Configs.Test.Win32]
BeefLibType = "Static"
[Configs.Test.Win64]
BeefLibType = "Static"
[Configs.Debug3.Win64]
2025-01-17 10:20:20 -08:00
TargetDirectory = "$(ProjectDir)/dist"
2019-08-23 11:56:54 -07:00
TargetName = "BeefIDE_d3"
OtherLinkFlags = "$(LinkFlags) Comdlg32.lib kernel32.lib user32.lib advapi32.lib shell32.lib IDEHelper64_d.lib BeefySysLib64_d.lib wsock32.lib"
BeefLibType = "DynamicDebug"
EnvironmentVars = ["_NO_DEBUG_HEAP=1"]