mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
30 lines
755 B
TOML
30 lines
755 B
TOML
FileVersion = 1
|
|
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*", imgui-beef = "*", imgui-impl-win32 = "*", imgui-impl-dx11 = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEngine"
|
|
|
|
[Configs.Debug.Win32]
|
|
PreprocessorMacros = ["DEBUG", "GE_WINDOWS"]
|
|
|
|
[Configs.Debug.Win64]
|
|
PreprocessorMacros = ["DEBUG", "GE_WINDOWS"]
|
|
|
|
[Configs.Release.Win32]
|
|
PreprocessorMacros = ["RELEASE", "GE_WINDOWS"]
|
|
|
|
[Configs.Release.Win64]
|
|
PreprocessorMacros = ["RELEASE", "GE_WINDOWS"]
|
|
|
|
[Configs.Paranoid.Win32]
|
|
PreprocessorMacros = ["DEBUG", "PARANOID", "GE_WINDOWS"]
|
|
|
|
[Configs.Paranoid.Win64]
|
|
PreprocessorMacros = ["DEBUG", "PARANOID", "GE_WINDOWS"]
|
|
|
|
[Configs.Test.Win32]
|
|
PreprocessorMacros = ["TEST", "GE_WINDOWS"]
|
|
|
|
[Configs.Test.Win64]
|
|
PreprocessorMacros = ["TEST", "GE_WINDOWS"]
|