aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Synchronization/Properties/Settings.settings
blob: 033d7a5e9e2266753180f4e3a9299f575046701e (
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="uri:settings" CurrentProfile="(Default)">
  <Profiles>
    <Profile Name="(Default)" />
  </Profiles>
  <Settings />
</SettingsFile>
pan>: Property { public bool Repeated { get; set; } public String Description { get; set; } public ProtoProperty() { } public ProtoProperty(String name, String type) : this() { Name = name; Type = type; } public ProtoProperty(String name, String type, String description) : this(name, type) { Description = description; } } }