private static void AddFile(string filePath) { X86.Add(new AppFile(filePath, filePath)); X64.Add(new AppFile(filePath, filePath)); }