Chipmunk
490d319ebe
README is copied from the WT1000 repo, but the recovery wim link was removed, as I couldn't find one on the DL801W. The tablets are nearly the same, so I don't know if it's worth making two repos but whatever
21 lines
No EOL
889 B
XML
Executable file
21 lines
No EOL
889 B
XML
Executable file
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="CUI6dot0.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<userSettings>
|
|
<CUI6dot0.Properties.Settings>
|
|
<setting name="WindowState" serializeAs="Xml">
|
|
<value />
|
|
</setting>
|
|
</CUI6dot0.Properties.Settings>
|
|
</userSettings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0"/>
|
|
</startup>
|
|
<runtime>
|
|
<generatePublisherEvidence enabled="false"/>
|
|
</runtime>
|
|
</configuration> |