cs11dotnet7/vscode/Chapter09/Chapter09.code-workspace

25 lines
326 B
Plaintext
Raw Permalink Normal View History

2022-03-04 09:34:29 +01:00
{
"folders": [
{
"path": "WorkingWithFileSystems"
},
{
"path": "WorkingWithStreams"
},
{
"path": "WorkingWithEncodings"
},
{
"path": "WorkingWithSerialization"
},
{
"path": "WorkingWithJson"
},
2022-09-19 11:50:44 +02:00
{
"path": "WorkingWithTarArchives"
},
2022-03-04 09:34:29 +01:00
{
"path": "Ch09Ex02SerializingShapes"
}
]
}