Files
glitchy-engine-beef/ScriptCore/BeefProj.toml
T
2025-08-24 16:54:26 +02:00

12 lines
306 B
TOML

FileVersion = 1
[Project]
Name = "ScriptCore"
TargetType = "CustomBuild"
[Configs.Debug.Win64]
PostBuildCmds = ["dotnet build \"$(WorkspaceDir)/ScriptCore/ScriptCore.csproj\" -c Debug"]
[Configs.Release.Win64]
PostBuildCmds = ["dotnet build \"$(WorkspaceDir)/ScriptCore/ScriptCore.csproj\" -c Release"]