cs11dotnet7/vscode/Chapter09/Chapter09.code-workspace

25 lines
327 B
Text
Raw Normal View History

2022-03-04 08:34:29 +00:00
{
"folders": [
{
"path": "WorkingWithFileSystems"
},
{
"path": "WorkingWithStreams"
},
{
"path": "WorkingWithEncodings"
},
2022-03-14 08:44:08 +00:00
{
"path": "WorkingWithRandomAccess"
},
2022-03-04 08:34:29 +00:00
{
"path": "WorkingWithSerialization"
},
{
"path": "WorkingWithJson"
},
{
"path": "Ch09Ex02SerializingShapes"
}
]
}