cs11dotnet7/vscode/Chapter06/Chapter06.code-workspace

22 lines
238 B
Plaintext
Raw Normal View History

2022-02-27 20:08:52 +01:00
{
"folders": [
{
"path": "PacktLibrary"
},
{
"path": "PeopleApp"
},
{
"path": "NullHandling"
},
{
"path": "CodeAnalyzing"
},
2022-09-17 20:16:13 +02:00
{
"path": "WarningsAsErrors"
},
2022-02-27 20:08:52 +01:00
{
"path": "Ch06Ex02Inheritance"
}
]
}