This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Johnson070
committed
Apr 21, 2021
1 parent
e9a80aa
commit ae4e33f
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<configSections> | ||
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" > | ||
<section name="MiBand5WatchFaces.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.6" /> | ||
</startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
<connectionStrings> | ||
<add name="DefaultConnection" connectionString="Data Source = |SQL/CE|" /> | ||
</connectionStrings> | ||
<userSettings> | ||
<MiBand5WatchFaces.Properties.Settings> | ||
<setting name="ShowChangeLog" serializeAs="String"> | ||
<value>True</value> | ||
</setting> | ||
<setting name="lang" serializeAs="String"> | ||
<value>en-US</value> | ||
</setting> | ||
<setting name="beta" serializeAs="String"> | ||
<value>False</value> | ||
</setting> | ||
</MiBand5WatchFaces.Properties.Settings> | ||
</userSettings> | ||
</configuration> |
Binary file not shown.
Binary file not shown.