using System.Collections.Generic; namespace RecommendationValidator { public class Default { public static List TargetCPU = new List { "x86", "x64", "ARM32", "ARM64" }; } }