mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
- Updated vswhere.exe - Scripts created via Asset browser are now being added to the project - Fixed Apply not being called for extended Settings - Correctly wrap New File preview only when line full - Create Project: Show warning, when target directory already exists
21 lines
727 B
TOML
21 lines
727 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", GlitchLog = "*", GlitchyEngine = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEditor"
|
|
TargetType = "BeefGUIApplication"
|
|
StartupObject = "GlitchyEngine.Program"
|
|
|
|
[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)\")"]
|