github.com/ijc/docker-app@v0.6.1-0.20181012090447-c7ca8bc483fb/integrations/visualstudio/dockerappvsix/NewAppSettings.cs (about)

     1  using System;
     2  using System.Collections.Generic;
     3  using System.Linq;
     4  using System.Text;
     5  using System.Threading.Tasks;
     6  
     7  namespace dockerappvsix
     8  {
     9      public class NewAppSettings
    10      {
    11          public string Name { get; set; }
    12          public string Description { get; set; }
    13          public string Maintainers { get; set; }
    14          public bool SingleFile { get; set; }
    15  
    16      }
    17  }