W10 Toasts

This commit is contained in:
Patrick Fic
2020-01-31 09:23:06 -08:00
parent 8cdb41f59b
commit 5fce4904df
5 changed files with 180 additions and 38 deletions

View File

@@ -10,6 +10,7 @@
<RootNamespace>BodyshopUploader</RootNamespace>
<AssemblyName>BodyshopUploader</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
@@ -276,6 +277,8 @@
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="Windows.Data" />
<Reference Include="Windows.UI" />
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
@@ -317,6 +320,7 @@
<Compile Include="Utils\JsonConverter.cs" />
<Compile Include="Utils\JsonExtensions.cs" />
<Compile Include="Utils\LoginHelpers.cs" />
<Compile Include="Utils\NotificationService.cs" />
<Compile Include="Utils\Queries\VehicleQueries.cs" />
<Compile Include="Utils\RelayCommand.cs" />
<Compile Include="Utils\TrayIcon.cs" />