/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
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Nemerle.VisualStudio.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="AutoShowAst" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
- <Setting Name="HighlightUsages" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
- <Setting Name="HighlightUsagesUnlessTerminalSession" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">False</Value>
- </Setting>
- <Setting Name="ImplementMembersSize" Type="System.Drawing.Size" Scope="User">
- <Value Profile="(Default)">620, 400</Value>
- </Setting>
- </Settings>
- </SettingsFile>