/snippets/VS2010/Nemerle.VisualStudio/Properties/Settings.settings

http://github.com/xxVisorxx/nemerle · MSBuild · 18 lines · 18 code · 0 blank · 0 comment · 0 complexity · b8eb2d339150d8fe64dca89d812f0da9 MD5 · raw file

  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Nemerle.VisualStudio.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="AutoShowAst" Type="System.Boolean" Scope="User">
  6. <Value Profile="(Default)">True</Value>
  7. </Setting>
  8. <Setting Name="HighlightUsages" Type="System.Boolean" Scope="User">
  9. <Value Profile="(Default)">True</Value>
  10. </Setting>
  11. <Setting Name="HighlightUsagesUnlessTerminalSession" Type="System.Boolean" Scope="User">
  12. <Value Profile="(Default)">False</Value>
  13. </Setting>
  14. <Setting Name="ImplementMembersSize" Type="System.Drawing.Size" Scope="User">
  15. <Value Profile="(Default)">620, 400</Value>
  16. </Setting>
  17. </Settings>
  18. </SettingsFile>