Add Photino project
This commit is contained in:
8
DotNetSolutionTools.Core/Models/Project.cs
Normal file
8
DotNetSolutionTools.Core/Models/Project.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DotNetSolutionTools.Core.Models;
|
||||
|
||||
public class Project
|
||||
{
|
||||
public required string FullPath { get; set; }
|
||||
public required string Name { get; set; }
|
||||
public List<Project> DependsOn { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user