Create VSIX package and move all custom tool code into the VSPackage project
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace ChristianHelle.DeveloperTools.CodeGenerators.Resw.VSPackage.CustomTool
|
||||
{
|
||||
public interface ICodeGenerator
|
||||
{
|
||||
IResourceParser ResourceParser { get; set; }
|
||||
string Namespace { get; set; }
|
||||
string GenerateCode();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user