2024-03-16 07:23:29 -04:00
|
|
|
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"
|
2024-03-16 11:22:03 -04:00
|
|
|
|
|
|
|
[Configs.Release.Win32]
|
|
|
|
RuntimeKind = "Reduced"
|
|
|
|
ReflectKind = "Minimal"
|
|
|
|
|
|
|
|
[Configs.ReleaseNoRT.Win64]
|
|
|
|
RuntimeKind = "Disabled"
|
|
|
|
ReflectKind = "Minimal"
|
|
|
|
ConfigSelections = {Tiny = {Config = "Release"}}
|
|
|
|
|
|
|
|
[Configs.ReleaseNoRT.Win32]
|
|
|
|
RuntimeKind = "Disabled"
|
|
|
|
ReflectKind = "Minimal"
|
|
|
|
ConfigSelections = {Tiny = {Config = "Release"}}
|