~ubuntu-branches/ubuntu/wily/openmcdf/wily

« back to all changes in this revision

Viewing changes to help/sample structured storage eXplorer/StucturedStorageExplorer.exe.config

  • Committer: Package Import Robot
  • Author(s): Mathieu Malaterre
  • Date: 2013-04-08 11:02:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130408110215-aleqo4zhjc3qgxnb
Tags: 1.5.4-1
* New upstream: 1.5.4
  - Use Hexbox for hexadecimal viewing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<configuration>
 
3
<configSections>
 
4
    <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
 
5
        <section name="StructuredStorageExplorer.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
 
6
    </sectionGroup>
 
7
</configSections>
 
8
<startup><supportedRuntime version="v2.0.50727"/></startup><userSettings>
 
9
        <StructuredStorageExplorer.Properties.Settings>
 
10
            <setting name="CommitEnabled" serializeAs="String">
 
11
                <value>True</value>
 
12
            </setting>
 
13
        </StructuredStorageExplorer.Properties.Settings>
 
14
    </userSettings>
 
15
</configuration>