cs11dotnet7/vscode/Chapter08/Chapter08.code-workspace
2022-03-02 08:51:03 +00:00

34 lines
480 B
Plaintext

{
"folders": [
{
"path": "WorkingWithNumbers"
},
{
"path": "WorkingWithText"
},
{
"path": "WorkingWithRegularExpressions"
},
{
"path": "WorkingWithCollections"
},
{
"path": "WorkingWithRanges"
},
{
"path": "WorkingWithNetworkResources"
},
{
"path": "Ch08Ex02RegularExpressions"
},
{
"path": "Ch08Ex03NumbersAsWordsLib"
},
{
"path": "Ch08Ex03NumbersAsWordsApp"
},
{
"path": "Ch08Ex03NumbersAsWordsTests"
}
]
}