12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- FileVersion = 1
- Projects = {Tests = {Path = "."}, LibA = {Path = "LibA"}, LibB = {Path = "LibB"}, LibC = {Path = "LibC"}, TestsB = {Path = "TestsB"}}
- Unlocked = ["corlib"]
- [Workspace]
- StartupProject = "Tests"
- [Configs.Debug.Win64]
- IntermediateType = "ObjectAndIRCode"
- [Configs.Debug.Win32]
- IntermediateType = "ObjectAndIRCode"
- [Configs.Debug.wasm32]
- AllocType = "CRT"
- EnableObjectDebugFlags = false
- EmitObjectAccessCheck = false
- [Configs.Test.Win64]
- IntermediateType = "ObjectAndIRCode"
- COptimizationLevel = "O2"
- ConfigSelections = {TestsB = {Config = "Test"}}
- [Configs.Test.Linux64]
- IntermediateType = "ObjectAndIRCode"
- COptimizationLevel = "O2"
- ConfigSelections = {TestsB = {Config = "Test"}}
- [Configs.Test.macOS]
- COptimizationLevel = "O2"
- ConfigSelections = {TestsB = {Config = "Test"}}
- [Configs.Test.Win32]
- ConfigSelections = {TestsB = {Config = "Test"}}
- [Configs.Test.wasm32]
- AllocType = "CRT"
- EnableObjectDebugFlags = false
- EmitObjectAccessCheck = false
- IntermediateType = "ObjectAndIRCode"
- ConfigSelections = {TestsB = {Config = "Test"}}
- [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"
- [Configs.TestFail.wasm32]
- AllocType = "CRT"
- EnableObjectDebugFlags = false
- EmitObjectAccessCheck = false
- [Configs.Paranoid.wasm32]
- AllocType = "CRT"
- EnableObjectDebugFlags = false
- EmitObjectAccessCheck = false
|