21 lines
902 B
Plaintext
21 lines
902 B
Plaintext
|
|
<?xml version='1.0' encoding='utf-8'?>
|
||
|
|
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
|
||
|
|
<Profiles />
|
||
|
|
<Settings>
|
||
|
|
<Setting Name="Project" Type="System.String" Scope="User">
|
||
|
|
<Value Profile="(Default)" />
|
||
|
|
</Setting>
|
||
|
|
<Setting Name="ProcessStation" Type="System.String" Scope="User">
|
||
|
|
<Value Profile="(Default)" />
|
||
|
|
</Setting>
|
||
|
|
<Setting Name="ProductionLine" Type="System.String" Scope="User">
|
||
|
|
<Value Profile="(Default)" />
|
||
|
|
</Setting>
|
||
|
|
<Setting Name="SingleSn" Type="System.Boolean" Scope="User">
|
||
|
|
<Value Profile="(Default)">True</Value>
|
||
|
|
</Setting>
|
||
|
|
<Setting Name="BarCount" Type="System.Int32" Scope="User">
|
||
|
|
<Value Profile="(Default)">1</Value>
|
||
|
|
</Setting>
|
||
|
|
</Settings>
|
||
|
|
</SettingsFile>
|