mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
11 lines
265 B
TOML
11 lines
265 B
TOML
FileVersion = 1
|
|
Dependencies = {corlib = "*", corlib = "*"}
|
|
|
|
[Project]
|
|
Name = "GlitchyEngineHelper"
|
|
TargetType = "BeefLib"
|
|
StartupObject = "GlitchyEngineHelper.Program"
|
|
|
|
[Configs.Debug.Win64]
|
|
LibPaths = ["$(ProjectDir)/out/build/x64-debug/GlitchyEngineHelper.lib"]
|