18 lines
805 B
XML
18 lines
805 B
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="$safeprojectname$.Properties" GeneratedClassName="Settings">
|
|
<Profiles />
|
|
<Settings>
|
|
<Setting Name="myColor" Type="System.Drawing.Color" Scope="User">
|
|
<Value Profile="(Default)">Highlight</Value>
|
|
</Setting>
|
|
<Setting Name="posX" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="posY" Type="System.Int32" Scope="User">
|
|
<Value Profile="(Default)">0</Value>
|
|
</Setting>
|
|
<Setting Name="cryptType" Type="System.String" Scope="User">
|
|
<Value Profile="(Default)">CBC</Value>
|
|
</Setting>
|
|
</Settings>
|
|
</SettingsFile> |