Hi All
I have a Problem with Visual Studio 2015. I have a Visual Studio Extension that is generating a complet Solution. Part of this is that we Need 4 Windows ClassLibraries. To create the projects I use
String csTemplatePath2 = soln.GetProjectTemplate("ClassLibrary.zip", "CSharp");
and it returns me the path to the Universal Apps ClassLibrary.
Does anyone has an Idea how I can fix this?
regards Michael
MK