DocSpace-buildtools/common/Tools/AutoMigrationCreator/Models/ProjectInfo.cs

9 lines
174 B
C#

namespace AutoMigrationCreator.Core
{
public class ProjectInfo
{
public string AssemblyName { get; set; }
public string Path { get; set; }
}
}