mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
16 lines
388 B
TOML
16 lines
388 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "GlitchyEngine.Benchmark"
|
|
StartupObject = "GlitchyEngine.Benchmark.BenchmarkApp"
|
|
|
|
[Dependencies]
|
|
corlib = "*"
|
|
GlitchyEngine = "*"
|
|
|
|
[Configs.Debug.Win64]
|
|
DebugWorkingDirectory = "d:\\Development\\Projects\\Beef\\GlitchyEngine\\GlitchyEditor"
|
|
|
|
[Configs.Release.Win64]
|
|
DebugWorkingDirectory = "d:\\Development\\Projects\\Beef\\GlitchyEngine\\GlitchyEditor"
|