WIP ARMS integration.

This commit is contained in:
Patrick Fic
2022-02-01 12:51:59 -08:00
parent 91af972f01
commit 405da503ec
4 changed files with 708 additions and 0 deletions

View File

@@ -168,6 +168,7 @@
</Compile>
<Compile Include="Utils\ApplicationExceptionHandler.cs" />
<Compile Include="Utils\AppMetaData.cs" />
<Compile Include="Utils\ARMSRoDataModel.cs" />
<Compile Include="Utils\Auth.cs" />
<Compile Include="Utils\BaseModel.cs" />
<Compile Include="Utils\BaseViewModel.cs" />
@@ -195,6 +196,7 @@
<Compile Include="Utils\Queries\VehicleQueries.cs" />
<Compile Include="Utils\QuickBooksInterop.cs" />
<Compile Include="Utils\RelayCommand.cs" />
<Compile Include="Utils\ARMSRoData.cs" />
<Compile Include="Utils\SquirrelAwareHelper.cs" />
<Compile Include="Utils\TrayIcon.cs" />
<Compile Include="Utils\UiConverters.cs" />
@@ -346,6 +348,9 @@
<PackageReference Include="DotNetDBF">
<Version>6.0.0.3</Version>
</PackageReference>
<PackageReference Include="FileHelpers">
<Version>3.5.1</Version>
</PackageReference>
<PackageReference Include="FirebaseAuthentication.net">
<Version>3.7.2</Version>
</PackageReference>