mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
31 lines
772 B
TOML
31 lines
772 B
TOML
FileVersion = 1
|
|
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*", ImGui = "*", ImGuiImplDx11 = "*", ImGuiImplWin32 = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEngine"
|
|
|
|
[Configs.Debug.Win32]
|
|
PreprocessorMacros = ["DEBUG", "GE_WINDOWS"]
|
|
|
|
[Configs.Debug.Win64]
|
|
CLibType = "DynamicDebug"
|
|
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"]
|