cs11dotnet7/vscode/Chapter04/Chapter04.code-workspace
2022-03-15 08:17:56 +00:00

37 lines
483 B
Plaintext

{
"folders": [
{
"path": "WritingFunctions"
},
{
"path": "Debugging"
},
{
"path": "Instrumenting"
},
{
"path": "CalculatorLib"
},
{
"path": "CalculatorLibUnitTests"
},
{
"path": "HotReloading"
},
{
"path": "CallStackExceptionHandlingLib"
},
{
"path": "CallStackExceptionHandling"
},
{
"path": "Ch04Ex02PrimeFactorsLib"
},
{
"path": "Ch04Ex02PrimeFactorsApp"
},
{
"path": "Ch04Ex02PrimeFactorsTests"
}
]
}