Improve credential provider mascot fidelity

This commit is contained in:
2026-09-04 15:29:31 -06:00
parent b5f526e244
commit 17c8960cdd
4 changed files with 7 additions and 5 deletions
@@ -6,7 +6,9 @@ namespace SGU.CredentialProvider;
internal static class ProviderTileIcon
{
public const int Size = 72;
// LogonUI enlarges the dedicated-tile artwork. Supply a dense source image
// so the mascot remains crisp at the large sign-in surface.
public const int Size = 256;
private const string MascotResourceName = "SGU.CredentialProvider.Branding.LaSalleMascot.png";
public static Bitmap Create()
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\assets\branding\lasalle-mascot-provider.png"
<EmbeddedResource Include="..\..\assets\branding\lasalle-mascot-provider-v2.png"
LogicalName="SGU.CredentialProvider.Branding.LaSalleMascot.png" />
</ItemGroup>