2019-08-23 11:56:54 -07:00
|
|
|
FileVersion = 1
|
|
|
|
Projects = {Tests = {Path = "."}, LibA = {Path = "LibA"}, LibB = {Path = "LibB"}, LibC = {Path = "LibC"}, TestsB = {Path = "TestsB"}}
|
2019-11-29 09:24:13 -08:00
|
|
|
Unlocked = ["corlib"]
|
2019-08-23 11:56:54 -07:00
|
|
|
|
|
|
|
[Workspace]
|
|
|
|
StartupProject = "Tests"
|
|
|
|
|
|
|
|
[Configs.Debug.Win64]
|
2019-11-25 06:48:19 -08:00
|
|
|
IntermediateType = "ObjectAndIRCode"
|
2019-08-23 11:56:54 -07:00
|
|
|
|
2024-03-16 07:23:29 -04:00
|
|
|
[Configs.Debug.Win32]
|
|
|
|
IntermediateType = "ObjectAndIRCode"
|
|
|
|
|
2024-10-25 11:20:01 -04:00
|
|
|
[Configs.Debug.wasm32]
|
|
|
|
AllocType = "CRT"
|
|
|
|
EnableObjectDebugFlags = false
|
|
|
|
EmitObjectAccessCheck = false
|
|
|
|
|
2019-08-23 11:56:54 -07:00
|
|
|
[Configs.Test.Win64]
|
|
|
|
IntermediateType = "ObjectAndIRCode"
|
|
|
|
COptimizationLevel = "O2"
|
|
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
|
|
|
|
[Configs.Test.Linux64]
|
|
|
|
IntermediateType = "ObjectAndIRCode"
|
2019-11-25 06:48:19 -08:00
|
|
|
COptimizationLevel = "O2"
|
2019-10-15 17:27:09 -07:00
|
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
|
|
|
|
[Configs.Test.macOS]
|
2019-11-25 06:48:19 -08:00
|
|
|
COptimizationLevel = "O2"
|
2019-08-23 11:56:54 -07:00
|
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
|
2019-12-21 05:30:22 -08:00
|
|
|
[Configs.Test.Win32]
|
2024-10-25 11:20:01 -04:00
|
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
|
|
|
|
[Configs.Test.wasm32]
|
|
|
|
AllocType = "CRT"
|
|
|
|
EnableObjectDebugFlags = false
|
|
|
|
EmitObjectAccessCheck = false
|
2019-12-24 10:32:20 -08:00
|
|
|
IntermediateType = "ObjectAndIRCode"
|
2019-12-21 05:30:22 -08:00
|
|
|
ConfigSelections = {TestsB = {Config = "Test"}}
|
|
|
|
|
2019-08-23 11:56:54 -07:00
|
|
|
[Configs.TestFail.Win64]
|
|
|
|
PreprocessorMacros = ["TESTFAIL"]
|
|
|
|
BuildKind = "Normal"
|
|
|
|
EmitDynamicCastCheck = false
|
|
|
|
EnableObjectDebugFlags = false
|
|
|
|
EmitObjectAccessCheck = false
|
|
|
|
EnableRealtimeLeakCheck = false
|
|
|
|
AllocStackTraceDepth = 0
|
|
|
|
COptimizationLevel = "O2"
|
|
|
|
ConfigSelections = {Tests = {Config = "Debug"}}
|
|
|
|
|
|
|
|
[Configs.TestFail.Win32]
|
|
|
|
Toolset = "GNU"
|
|
|
|
BuildKind = "Normal"
|
|
|
|
EmitDebugInfo = "No"
|
|
|
|
EmitDynamicCastCheck = false
|
|
|
|
EnableObjectDebugFlags = false
|
|
|
|
EmitObjectAccessCheck = false
|
|
|
|
EnableRealtimeLeakCheck = false
|
|
|
|
AllocStackTraceDepth = 0
|
|
|
|
COptimizationLevel = "O2"
|
2024-10-25 11:20:01 -04:00
|
|
|
|
|
|
|
[Configs.TestFail.wasm32]
|
|
|
|
AllocType = "CRT"
|
|
|
|
EnableObjectDebugFlags = false
|
|
|
|
EmitObjectAccessCheck = false
|
|
|
|
|
|
|
|
[Configs.Paranoid.wasm32]
|
|
|
|
AllocType = "CRT"
|
|
|
|
EnableObjectDebugFlags = false
|
|
|
|
EmitObjectAccessCheck = false
|