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

9 lines
174 B
C#
Raw Normal View History

2021-10-22 17:03:59 +00:00
namespace AutoMigrationCreator.Core
{
public class ProjectInfo
{
public string AssemblyName { get; set; }
public string Path { get; set; }
}
}