cs11dotnet7/vscode/Chapter06/Chapter06.code-workspace

22 lines
238 B
Text
Raw Normal View History

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