mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
7bd28e4357
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
12 lines
582 B
XML
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> |