mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
38 lines
1.1 KiB
TOML
38 lines
1.1 KiB
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "GlitchyEditor"
|
|
TargetType = "BeefGUIApplication"
|
|
StartupObject = "GlitchyEngine.Program"
|
|
ProcessorMacros = ["GE_EDITOR_IMGUI_DEMO", "GE_GRAPHICS_DX11"]
|
|
|
|
[Dependencies]
|
|
corlib = "*"
|
|
GlitchLog = "*"
|
|
GlitchyEngine = "*"
|
|
Xml-Beef = "*"
|
|
ImGuiImplDX11 = "*"
|
|
ImGuiImplWin32 = "*"
|
|
ImGuizmo = "*"
|
|
"Beef.Linq" = "*"
|
|
|
|
[Platform.Windows]
|
|
IconFile = "$(ProjectDir)/Resources/Textures/GlitchyEngineIcon.ico"
|
|
|
|
[Configs.Debug.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|
|
DebugCommandArguments = "\"D:\\Development\\Git\\SingleStateToOrbit\""
|
|
PreprocessorMacros = ["DEBUG", "IMGUI"]
|
|
|
|
[Configs.Release.Win64]
|
|
TargetDirectory = "$(BuildDir)/dist"
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|
|
DebugCommandArguments = "\"D:\\Development\\Git\\SingleStateToOrbit\""
|
|
PreprocessorMacros = ["RELEASE", "IMGUI"]
|
|
|
|
[Configs.Paranoid.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|
|
|
|
[Configs.Test.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|