mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-05 22:35:36 +00:00
Initial commit
This commit is contained in:
parent
17ad36d6ad
commit
3d241b2154
44 changed files with 1619 additions and 0 deletions
22
vscode/Chapter09/Chapter09.code-workspace
Normal file
22
vscode/Chapter09/Chapter09.code-workspace
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "WorkingWithFileSystems"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithStreams"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithEncodings"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithSerialization"
|
||||
},
|
||||
{
|
||||
"path": "WorkingWithJson"
|
||||
},
|
||||
{
|
||||
"path": "Ch09Ex02SerializingShapes"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue