mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
27 lines
547 B
TOML
27 lines
547 B
TOML
![]() |
FileVersion = 1
|
||
|
Projects = {Tiny = {Path = "."}}
|
||
|
Unlocked = ["corlib"]
|
||
|
|
||
|
[Workspace]
|
||
|
StartupProject = "Tiny"
|
||
|
|
||
|
[Configs.Debug.Win64]
|
||
|
AllocType = "CRT"
|
||
|
RuntimeKind = "Reduced"
|
||
|
ReflectKind = "Minimal"
|
||
|
RuntimeChecks = false
|
||
|
EmitDynamicCastCheck = false
|
||
|
EnableObjectDebugFlags = false
|
||
|
EmitObjectAccessCheck = false
|
||
|
EnableRealtimeLeakCheck = false
|
||
|
AllowHotSwapping = false
|
||
|
IntermediateType = "ObjectAndIRCode"
|
||
|
|
||
|
[Configs.Debug.Win32]
|
||
|
RuntimeKind = "Reduced"
|
||
|
ReflectKind = "Minimal"
|
||
|
|
||
|
[Configs.Release.Win64]
|
||
|
RuntimeKind = "Reduced"
|
||
|
ReflectKind = "Minimal"
|