namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.CustomTool { public class ResourceItem { public string Name { get; set; } public string Value { get; set; } public string Comment { get; set; } } }