1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/BeefLibs/Beefy2D/BeefProj.toml

37 lines
641 B
TOML
Raw Normal View History

2019-08-23 11:56:54 -07:00
FileVersion = 1
[Project]
Name = "Beefy2D"
TargetType = "BeefLib"
DefaultNamespace = ""
[Configs.Debug.Win32]
OtherLinkFlags = ""
PreprocessorMacros = ["DEBUG", "BF32"]
OptimizationLevel = "O0"
[Configs.Debug.Win64]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Release.Win32]
OtherLinkFlags = ""
PreprocessorMacros = ["RELEASE", "BF32"]
OptimizationLevel = "O0"
[Configs.Paranoid.Win32]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Paranoid.Win64]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Test.Win32]
CLibType = "Static"
BeefLibType = "Static"
[Configs.Test.Win64]
CLibType = "Static"
BeefLibType = "Static"