1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 08:15:59 +02:00
Beef/BeefTools/WasmLaunch/BeefProj.toml
2024-10-23 05:25:14 -04:00

14 lines
393 B
TOML

FileVersion = 1
[Project]
Name = "WasmLaunch"
TargetType = "BeefGUIApplication"
StartupObject = "WasmLaunch.Program"
[Configs.Debug.Win64]
TargetDirectory = "$(WorkspaceDir)\\..\\..\\IDE\\dist"
TargetName = "$(ProjectName)_d"
DebugCommandArguments = "c:\\Beef_website\\Samples\\SpaceGame\\dist\\SpaceGame.html"
[Configs.Release.Win64]
TargetDirectory = "$(WorkspaceDir)\\..\\..\\IDE\\dist"