cs11dotnet7/vscode/Chapter04/Chapter04.code-workspace

37 lines
483 B
Plaintext
Raw Normal View History

2022-02-19 20:56:52 +01:00
{
"folders": [
{
"path": "WritingFunctions"
},
{
"path": "Debugging"
},
{
"path": "Instrumenting"
},
{
"path": "CalculatorLib"
},
{
"path": "CalculatorLibUnitTests"
2022-03-15 09:17:56 +01:00
},
{
"path": "HotReloading"
},
{
"path": "CallStackExceptionHandlingLib"
},
{
"path": "CallStackExceptionHandling"
},
{
"path": "Ch04Ex02PrimeFactorsLib"
},
{
"path": "Ch04Ex02PrimeFactorsApp"
},
{
"path": "Ch04Ex02PrimeFactorsTests"
2022-02-19 20:56:52 +01:00
}
]
}