MotoBootLogoMaker/Moto_Logo/app.config
CaitSith2 31be332dc9 Added setting to remember last device selected.
Added in Moto X 2nd Gen. (Moto X 2nd Gen has logo_charge, logo_lowpower in addition to the usual 3. It also has a larger screen.)
Added in Moto G 2nd Gen.  (Moto G 2nd Gen currently does not include logo_charge despite having kitkat 4.4.4.)

Fixed a few bugs that were introduced in the 1.9 update.
2014-09-08 17:41:37 -07:00

16 lines
853 B
XML

<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="Moto_Logo.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup><userSettings>
<Moto_Logo.Properties.Settings>
<setting name="MotoDevice" serializeAs="String">
<value>5</value>
</setting>
</Moto_Logo.Properties.Settings>
</userSettings>
</configuration>