Add Photino project
This commit is contained in:
8
DotNetSolutionTools.Photino/Models/AppState.cs
Normal file
8
DotNetSolutionTools.Photino/Models/AppState.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace DotNetSolutionTools.Photino.Models;
|
||||
|
||||
public class AppState
|
||||
{
|
||||
public required string SolutionFolderPath { get; set; }
|
||||
public required string SolutionFilePath { get; set; }
|
||||
public required string CsprojFilePath { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user