add new file v2
This commit is contained in:
@@ -101,7 +101,7 @@ public partial class SolutionExplorerPanel : MarginContainer
|
||||
}
|
||||
|
||||
// Add folders under solution
|
||||
foreach (var folder in SolutionModel.Folders)
|
||||
foreach (var folder in SolutionModel.SlnFolders)
|
||||
{
|
||||
AddSlnFolderToTree(rootItem, folder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user