1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDEHelper/Tests/BeefSpace.toml

51 lines
1.3 KiB
TOML
Raw Normal View History

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]
BfOptimizationLevel = "O0"
2019-11-25 06:48:19 -08:00
IntermediateType = "ObjectAndIRCode"
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]
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"