private static OutputType GetOutputType(EnvDTE.Project vsProject) { return((OutputType)vsProject.GetOutputType()); }