12 lines
195 B
TOML
12 lines
195 B
TOML
FileVersion = 1
|
|
Projects = {Bofa = {Path = "."}}
|
|
|
|
[Workspace]
|
|
StartupProject = "Bofa"
|
|
|
|
[Configs.Test.Win64]
|
|
LargeStrings = true
|
|
|
|
[Configs.Debug.Win64]
|
|
LargeStrings = true
|
|
LargeCollections = true
|