Added base decoding logic + notification logic.

This commit is contained in:
Patrick Fic
2020-01-17 11:03:11 -08:00
parent 572f409176
commit 3357a8a564
11 changed files with 659 additions and 11 deletions

View File

@@ -55,6 +55,9 @@
<ApplicationIcon>favicon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetDBF, Version=6.0.0.3, Culture=neutral, PublicKeyToken=9c071727b589770e, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetDBF.6.0.0.3\lib\net35\DotNetDBF.dll</HintPath>
</Reference>
<Reference Include="Firebase.Auth, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FirebaseAuthentication.net.3.4.0\lib\netstandard1.1\Firebase.Auth.dll</HintPath>
</Reference>
@@ -267,7 +270,12 @@
<Compile Include="Utils\CIECAMonitor.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Utils\Decoder\EstimateDecoder.cs" />
<Compile Include="Utils\GraphQL.cs" />
<Compile Include="Utils\Growls\GrowlNotification.xaml.cs">
<DependentUpon>GrowlNotification.xaml</DependentUpon>
</Compile>
<Compile Include="Utils\Growls\Notification.cs" />
<Compile Include="Utils\JobProcessingQueue.cs" />
<Compile Include="Utils\LoginHelpers.cs" />
<Compile Include="Utils\RelayCommand.cs" />
@@ -288,6 +296,10 @@
<Compile Include="Views\Main.xaml.cs">
<DependentUpon>Main.xaml</DependentUpon>
</Compile>
<Page Include="Utils\Growls\GrowlNotification.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Login.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>