mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
14 lines
393 B
TOML
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"
|