-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Some of the newer projects don't contain the files, only the excluded items from the folder.
BasicProjectFile proj = new BasicProjectFile(projectFilePath);
proj.Load();
// Print names of Visual Basic source files referenced in Visual Basic project file.
foreach (BasicSourceFile sourceFile in proj.SourceFiles)
{
//sourceFile.
Console.WriteLine("- " + sourceFile.FileName);
}
Metadata
Metadata
Assignees
Labels
No labels