cs11dotnet7/vscode/Chapter09/Chapter09.code-workspace

25 lines
326 B
Text
Raw Normal View History

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