diff --git a/src/net/templates/templates/kefcoreApp/.template.config/template.json b/src/net/templates/templates/kefcoreApp/.template.config/template.json index 3be4ac1b..3a6d40c5 100644 --- a/src/net/templates/templates/kefcoreApp/.template.config/template.json +++ b/src/net/templates/templates/kefcoreApp/.template.config/template.json @@ -1,7 +1,7 @@ { "$schema": "http://json.schemastore.org/template", "author": "MASES s.r.l.", - "classifications": [ "Common", "Library" ], + "classifications": [ "Common", "Console" ], "identity": "MASES.EntityFrameworkCore.KNet.Templates.Simple", "name": "Executable template: Simple Console for EntityFrameworkCore provider for Apache Kafka project", "shortName": "kefcoreApp", diff --git a/src/net/templates/templates/kefcoreAppWithEvents/.template.config/template.json b/src/net/templates/templates/kefcoreAppWithEvents/.template.config/template.json index df017218..03379e01 100644 --- a/src/net/templates/templates/kefcoreAppWithEvents/.template.config/template.json +++ b/src/net/templates/templates/kefcoreAppWithEvents/.template.config/template.json @@ -1,8 +1,8 @@ { "$schema": "http://json.schemastore.org/template", "author": "MASES s.r.l.", - "classifications": [ "Common", "Library" ], - "identity": "MASES.EntityFrameworkCore.KNet.Templates.AppWithEvents", + "classifications": [ "Common", "Console" ], + "identity": "MASES.EntityFrameworkCore.KNet.Templates.SimpleWithEvents", "name": "Executable template: Simple Console with events for EntityFrameworkCore provider for Apache Kafka project", "shortName": "kefcoreAppWithEvents", "tags": { diff --git a/test/KEFCore.Test.sln b/test/KEFCore.Test.sln index f6ced525..b708bf5e 100644 --- a/test/KEFCore.Test.sln +++ b/test/KEFCore.Test.sln @@ -31,6 +31,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kefcoreApp", "..\src\net\te EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "kefcoreAppWithEvents", "..\src\net\templates\templates\kefcoreAppWithEvents\kefcoreAppWithEvents.csproj", "{EEF483DF-8DDB-474D-8135-2762014F9438}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "templatepack", "..\src\net\templates\templatepack.csproj", "{B18081C0-E85F-4228-8150-E7EDD4794BEB}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -81,6 +83,10 @@ Global {EEF483DF-8DDB-474D-8135-2762014F9438}.Debug|Any CPU.Build.0 = Debug|Any CPU {EEF483DF-8DDB-474D-8135-2762014F9438}.Release|Any CPU.ActiveCfg = Release|Any CPU {EEF483DF-8DDB-474D-8135-2762014F9438}.Release|Any CPU.Build.0 = Release|Any CPU + {B18081C0-E85F-4228-8150-E7EDD4794BEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B18081C0-E85F-4228-8150-E7EDD4794BEB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B18081C0-E85F-4228-8150-E7EDD4794BEB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B18081C0-E85F-4228-8150-E7EDD4794BEB}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -97,6 +103,7 @@ Global {E1BE56EB-4701-47E7-876A-D2146619C211} = {4A0AD520-9BC4-4F92-893B-6F92BBC35BFA} {ECB20F1B-A86D-4CB1-953B-B7C42E9FC1CD} = {68A75218-B566-4DF6-8BFF-586B7C3E7ED6} {EEF483DF-8DDB-474D-8135-2762014F9438} = {68A75218-B566-4DF6-8BFF-586B7C3E7ED6} + {B18081C0-E85F-4228-8150-E7EDD4794BEB} = {B35B16BB-890F-4385-AB20-7AA4DD6E9C01} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {36C294ED-9ECE-42AA-8273-31E008749AF3}