예제 #1
0
 private static OutputType GetOutputType(EnvDTE.Project vsProject)
 {
     return((OutputType)vsProject.GetOutputType());
 }