Files

10 lines
266 B
C#
Raw Permalink Normal View History

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