Line 1... |
Line 1... |
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
2 |
<configuration>
|
2 |
<configuration>
|
- |
|
3 |
<configSections>
|
- |
|
4 |
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
- |
|
5 |
<section name="NITNavComm.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
- |
|
6 |
</sectionGroup>
|
- |
|
7 |
</configSections>
|
3 |
<startup useLegacyV2RuntimeActivationPolicy="true">
|
8 |
<startup useLegacyV2RuntimeActivationPolicy="true">
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
5 |
</startup>
|
10 |
</startup>
|
- |
|
11 |
<userSettings>
|
- |
|
12 |
<NITNavComm.Properties.Settings>
|
- |
|
13 |
<setting name="volcontroldevice" serializeAs="String">
|
- |
|
14 |
<value />
|
- |
|
15 |
</setting>
|
- |
|
16 |
</NITNavComm.Properties.Settings>
|
- |
|
17 |
</userSettings>
|
6 |
</configuration>
|
18 |
</configuration>
|
7 |
|
19 |
|