cs11dotnet7/vscode/Chapter09/Chapter09.code-workspace

25 lines
327 B
Plaintext
Raw Normal View History

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