mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-07 15:23:54 +00:00
Initial commit
This commit is contained in:
parent
c0d4d11b54
commit
0e89590d92
46 changed files with 1741 additions and 0 deletions
34
vscode/Chapter08/Chapter08.code-workspace
Normal file
34
vscode/Chapter08/Chapter08.code-workspace
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "WorkingWithNumbers"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithText"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithRegularExpressions"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithCollections"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithRanges"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithNetworkResources"
|
||||
},
|
||||
{
|
||||
"path": "Ch08Ex02RegularExpressions"
|
||||
},
|
||||
{
|
||||
"path": "Ch08Ex03NumbersAsWordsLib"
|
||||
},
|
||||
{
|
||||
"path": "Ch08Ex03NumbersAsWordsApp"
|
||||
},
|
||||
{
|
||||
"path": "Ch08Ex03NumbersAsWordsTests"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue