I have a console application which generates json.
I need to execute this application by using a Visual Studio extension (Vsix). For that I created a VSix project with command. When I click run command, I need to run the current project.
I have no idea how to do that.
private void Execute(object sender, EventArgs e)
{
// Here is my method which is executed when i click it on menu
}