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