mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
22 lines
770 B
TOML
22 lines
770 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", GlitchLog = "*", GlitchyEngine = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEditor"
|
|
TargetType = "BeefGUIApplication"
|
|
StartupObject = "GlitchyEngine.Program"
|
|
ProcessorMacros = ["GE_EDITOR_IMGUI_DEMO"]
|
|
|
|
[Configs.Debug.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|
|
DebugCommandArguments = "\"D:\\Development\\Git\\SingleStateToOrbit\""
|
|
|
|
[Configs.Release.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|
|
|
|
[Configs.Paranoid.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|
|
|
|
[Configs.Test.Win64]
|
|
PostBuildCmds = ["CopyFilesIfNewer(\"$(WorkspaceDir)/bin/vswhere.exe\", \"$(TargetDir)\")"]
|