Files
mirror-processhacker/1.x/branches/ph-plugins/plugins/TestPlugin/Properties/Settings.settings
T
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00

12 lines
582 B
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TestPlugin.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="MySetting" Type="System.Int32" Scope="User">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="SomeText" Type="System.String" Scope="User">
<Value Profile="(Default)">Enter some text here and it will be saved.</Value>
</Setting>
</Settings>
</SettingsFile>