cs11dotnet7/vscode/Chapter09/Chapter09.code-workspace
2022-03-14 08:44:08 +00:00

25 lines
327 B
Plaintext

{
"folders": [
{
"path": "WorkingWithFileSystems"
},
{
"path": "WorkingWithStreams"
},
{
"path": "WorkingWithEncodings"
},
{
"path": "WorkingWithRandomAccess"
},
{
"path": "WorkingWithSerialization"
},
{
"path": "WorkingWithJson"
},
{
"path": "Ch09Ex02SerializingShapes"
}
]
}