Modell Generieren
If the solution was setup with the Schnelleinstieg mit Application Template there should be a dedicated console project with the suffix .Generate
. Run this project to re-generate the code.
The contained code is simple:
internal static int Main()
{
return new ApplicationManager().RunCodeGenerator(new CodeGeneratorApplication<QuinoProjectApplication>()) ? 0 : -1;
}
This will run the code-generator with the main application.