3 |
pfowler |
1 |
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
2 |
<configuration>
|
22 |
pfowler |
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 |
pfowler |
8 |
<startup useLegacyV2RuntimeActivationPolicy="true">
|
|
|
9 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
|
|
10 |
</startup>
|
22 |
pfowler |
11 |
<userSettings>
|
|
|
12 |
<NITNavComm.Properties.Settings>
|
|
|
13 |
<setting name="volcontroldevice" serializeAs="String">
|
|
|
14 |
<value />
|
|
|
15 |
</setting>
|
|
|
16 |
</NITNavComm.Properties.Settings>
|
|
|
17 |
</userSettings>
|
3 |
pfowler |
18 |
</configuration>
|