dl801w-drivers/drivers/igdlh.inf_x86_2ec1ab81015fcfec/CustomModeApp.exe.config
Chipmunk 490d319ebe Add a README, add the proper touch firmware, and put drivers into a folder
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
2024-06-21 22:38:13 -04:00

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>