cs11dotnet7/vscode/Chapter04/Chapter04.code-workspace

37 lines
483 B
Text
Raw Normal View History

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