Skip to content

Commit

Permalink
Merge pull request #7 from microsoft/niels9001/new-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nmetulev authored Nov 19, 2024
2 parents 044edb1 + fd835ef commit f6debdd
Show file tree
Hide file tree
Showing 183 changed files with 156 additions and 20 deletions.
10 changes: 5 additions & 5 deletions AIDevGallery.UnitTests/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Properties>
<DisplayName>AIDevGallery.UnitTests</DisplayName>
<PublisherDisplayName>alzollin</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Assets\AppIcon\StoreLogo.png</Logo>
</Properties>

<Dependencies>
Expand All @@ -37,10 +37,10 @@
DisplayName="AIDevGallery.UnitTests"
Description="AIDevGallery.UnitTests"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
<uap:SplashScreen Image="Assets\SplashScreen.png" />
Square150x150Logo="Assets\AppIcon\MedTile.png"
Square44x44Logo="Assets\AppIcon\SmallTile.png">
<uap:DefaultTile Wide310x150Logo="Assets\AppIcon\WideTile.png" />
<uap:SplashScreen Image="Assets\AppIcon\SplashScreen.png" />
</uap:VisualElements>
</Application>
</Applications>
Expand Down
126 changes: 125 additions & 1 deletion AIDevGallery/AIDevGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- The *first* DefineConstants is removed during Official Release Builds (.pipelines/Unstub.ps1)-->
<DefineConstants>TELEMETRYEVENTSOURCE_PUBLIC</DefineConstants>
<DefineConstants>$(DefineConstants);DISABLE_XAML_GENERATED_MAIN</DefineConstants>
<ApplicationIcon>Assets\AIGallery.ico</ApplicationIcon>
<ApplicationIcon>Assets\AppIcon\Icon.ico</ApplicationIcon>
<AssemblyTitle>AI Dev Gallery</AssemblyTitle>
</PropertyGroup>

Expand Down Expand Up @@ -104,6 +104,130 @@
</ItemGroup>

<ItemGroup>
<None Remove="Assets\AppIcon\AppList.scale-100.png" />
<None Remove="Assets\AppIcon\AppList.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\AppList.scale-125.png" />
<None Remove="Assets\AppIcon\AppList.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\AppList.scale-150.png" />
<None Remove="Assets\AppIcon\AppList.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\AppList.scale-200.png" />
<None Remove="Assets\AppIcon\AppList.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\AppList.scale-400.png" />
<None Remove="Assets\AppIcon\AppList.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-16.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-16_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-16_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-20.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-20_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-20_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-24.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-24_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-24_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-256.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-256_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-256_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-30.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-30_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-30_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-32.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-32_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-32_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-36.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-36_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-36_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-40.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-40_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-40_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-48.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-48_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-48_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-56.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-56_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-56_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-60.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-60_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-60_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-64.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-64_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-64_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-72.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-72_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-72_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-80.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-80_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-80_altform-unplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-96.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-96_altform-lightunplated.png" />
<None Remove="Assets\AppIcon\AppList.targetsize-96_altform-unplated.png" />
<None Remove="Assets\AppIcon\Icon.ico" />
<None Remove="Assets\AppIcon\LargeTile.scale-100.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-125.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-150.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-200.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-400.png" />
<None Remove="Assets\AppIcon\LargeTile.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\MedTile.scale-100.png" />
<None Remove="Assets\AppIcon\MedTile.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\MedTile.scale-125.png" />
<None Remove="Assets\AppIcon\MedTile.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\MedTile.scale-150.png" />
<None Remove="Assets\AppIcon\MedTile.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\MedTile.scale-200.png" />
<None Remove="Assets\AppIcon\MedTile.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\MedTile.scale-400.png" />
<None Remove="Assets\AppIcon\MedTile.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-100.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-125.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-150.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-200.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-400.png" />
<None Remove="Assets\AppIcon\SmallTile.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-100.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-100_altform-colorful_theme-dark.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-125.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-125_altform-colorful_theme-dark.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-150.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-150_altform-colorful_theme-dark.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-200.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-200_altform-colorful_theme-dark.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-400.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-400_altform-colorful_theme-dark.png" />
<None Remove="Assets\AppIcon\SplashScreen.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\StoreDisplay-150.png" />
<None Remove="Assets\AppIcon\StoreDisplay-300.png" />
<None Remove="Assets\AppIcon\StoreDisplay-71.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-100.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-125.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-150.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-200.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-400.png" />
<None Remove="Assets\AppIcon\StoreLogo.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\WideTile.scale-100.png" />
<None Remove="Assets\AppIcon\WideTile.scale-100_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\WideTile.scale-125.png" />
<None Remove="Assets\AppIcon\WideTile.scale-125_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\WideTile.scale-150.png" />
<None Remove="Assets\AppIcon\WideTile.scale-150_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\WideTile.scale-200.png" />
<None Remove="Assets\AppIcon\WideTile.scale-200_altform-colorful_theme-light.png" />
<None Remove="Assets\AppIcon\WideTile.scale-400.png" />
<None Remove="Assets\AppIcon\WideTile.scale-400_altform-colorful_theme-light.png" />
<None Remove="Assets\ModelIcons\GitHub.dark.svg" />
<None Remove="Assets\ModelIcons\GitHub.light.svg" />
<None Remove="Assets\ModelIcons\HuggingFace.svg" />
Expand Down
Binary file removed AIDevGallery/Assets/AIGallery.ico
Binary file not shown.
Binary file added AIDevGallery/Assets/AppIcon/AppList.scale-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AIDevGallery/Assets/AppIcon/AppList.scale-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AIDevGallery/Assets/AppIcon/AppList.scale-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AIDevGallery/Assets/AppIcon/AppList.scale-400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added AIDevGallery/Assets/AppIcon/Icon.ico
Binary file not shown.
Binary file added AIDevGallery/Assets/AppIcon/MedTile.scale-100.png
Binary file added AIDevGallery/Assets/AppIcon/MedTile.scale-125.png
Binary file added AIDevGallery/Assets/AppIcon/MedTile.scale-150.png
Binary file added AIDevGallery/Assets/AppIcon/MedTile.scale-200.png
Binary file added AIDevGallery/Assets/AppIcon/MedTile.scale-400.png
Binary file added AIDevGallery/Assets/AppIcon/StoreDisplay-150.png
Binary file added AIDevGallery/Assets/AppIcon/StoreDisplay-300.png
Binary file added AIDevGallery/Assets/AppIcon/StoreDisplay-71.png
Binary file removed AIDevGallery/Assets/LargeTile.scale-100.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/LargeTile.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/LargeTile.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/LargeTile.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/LargeTile.scale-400.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/LockScreenLogo.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SmallTile.scale-100.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SmallTile.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SmallTile.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SmallTile.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SmallTile.scale-400.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SplashScreen.scale-100.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SplashScreen.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SplashScreen.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SplashScreen.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/SplashScreen.scale-400.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square150x150Logo.scale-100.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square150x150Logo.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square150x150Logo.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square150x150Logo.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square150x150Logo.scale-400.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square44x44Logo.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square44x44Logo.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square44x44Logo.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square44x44Logo.scale-400.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square44x44Logo.targetsize-16.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Square44x44Logo.targetsize-24.png
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed AIDevGallery/Assets/StoreLogo.scale-100.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/StoreLogo.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/StoreLogo.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/StoreLogo.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/StoreLogo.scale-400.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Wide310x150Logo.scale-100.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Wide310x150Logo.scale-125.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Wide310x150Logo.scale-150.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Wide310x150Logo.scale-200.png
Diff not rendered.
Binary file removed AIDevGallery/Assets/Wide310x150Logo.scale-400.png
Diff not rendered.
2 changes: 1 addition & 1 deletion AIDevGallery/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
IsBackButtonVisible="{x:Bind NavFrame.CanGoBack, Mode=OneWay}"
IsTabStop="False">
<controls:TitleBar.Icon>
<ImageIcon AutomationProperties.AccessibilityView="Raw" Source="ms-appx:///Assets/AIGallery.ico" />
<ImageIcon AutomationProperties.AccessibilityView="Raw" Source="ms-appx:///Assets/AppIcon/Icon.ico" />
</controls:TitleBar.Icon>
<!--<TitleBar.IconSource>
<PathIconSource Data="M14.853 6.54857C15.216 5.45907 15.091 4.26557 14.5105 3.27457C13.6375 1.75457 11.8825 0.972574 10.1685 1.34057C9.40596 0.481574 8.31046 -0.00692579 7.16196 7.42116e-05C5.40996 -0.00392579 3.85546 1.12407 3.31646 2.79107C2.19096 3.02157 1.21946 3.72607 0.650955 4.72457C-0.228545 6.24057 -0.0280446 8.15157 1.14696 9.45157C0.783955 10.5411 0.908955 11.7346 1.48946 12.7256C2.36246 14.2456 4.11746 15.0276 5.83146 14.6596C6.59346 15.5186 7.68946 16.0071 8.83796 15.9996C10.591 16.0041 12.146 14.8751 12.685 13.2066C13.8105 12.9761 14.782 12.2716 15.3505 11.2731C16.229 9.75707 16.028 7.84757 14.8535 6.54757L14.853 6.54857ZM8.83896 14.9541C8.13746 14.9551 7.45796 14.7096 6.91946 14.2601C6.94396 14.2471 6.98646 14.2236 7.01396 14.2066L10.2 12.3666C10.363 12.2741 10.463 12.1006 10.462 11.9131V7.42157L11.8085 8.19907C11.823 8.20607 11.8325 8.22007 11.8345 8.23607V11.9556C11.8325 13.6096 10.493 14.9506 8.83896 14.9541ZM2.39696 12.2026C2.04546 11.5956 1.91896 10.8841 2.03946 10.1936C2.06296 10.2076 2.10446 10.2331 2.13396 10.2501L5.31996 12.0901C5.48146 12.1846 5.68146 12.1846 5.84346 12.0901L9.73296 9.84407V11.3991C9.73396 11.4151 9.72646 11.4306 9.71396 11.4406L6.49346 13.3001C5.05896 14.1261 3.22696 13.6351 2.39746 12.2026H2.39696ZM1.55846 5.24807C1.90846 4.64007 2.46096 4.17507 3.11896 3.93357C3.11896 3.96107 3.11746 4.00957 3.11746 4.04357V7.72407C3.11646 7.91107 3.21646 8.08457 3.37896 8.17707L7.26846 10.4226L5.92196 11.2001C5.90846 11.2091 5.89146 11.2106 5.87646 11.2041L2.65546 9.34307C1.22396 8.51407 0.732955 6.68257 1.55796 5.24857L1.55846 5.24807ZM12.6215 7.82257L8.73196 5.57657L10.0785 4.79957C10.092 4.79057 10.109 4.78907 10.124 4.79557L13.345 6.65507C14.779 7.48357 15.2705 9.31807 14.442 10.7521C14.0915 11.3591 13.5395 11.8241 12.882 12.0661V8.27557C12.8835 8.08857 12.784 7.91557 12.622 7.82257H12.6215ZM13.9615 5.80557C13.938 5.79107 13.8965 5.76607 13.867 5.74907L10.681 3.90907C10.5195 3.81457 10.3195 3.81457 10.1575 3.90907L6.26796 6.15507V4.60007C6.26696 4.58407 6.27446 4.56857 6.28696 4.55857L9.50746 2.70057C10.942 1.87307 12.776 2.36557 13.603 3.80057C13.9525 4.40657 14.079 5.11607 13.9605 5.80557H13.9615ZM5.53596 8.57707L4.18896 7.79957C4.17446 7.79257 4.16496 7.77857 4.16296 7.76257V4.04307C4.16396 2.38707 5.50746 1.04507 7.16346 1.04607C7.86396 1.04607 8.54196 1.29207 9.08046 1.74007C9.05596 1.75307 9.01396 1.77657 8.98596 1.79357L5.79996 3.63357C5.63696 3.72607 5.53696 3.89907 5.53796 4.08657L5.53596 8.57607V8.57707ZM6.26746 7.00007L7.99996 5.99957L9.73246 6.99957V9.00007L7.99996 10.0001L6.26746 9.00007V7.00007Z" />
Expand Down
2 changes: 1 addition & 1 deletion AIDevGallery/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void SetTitleBar()
this.ExtendsContentIntoTitleBar = true;
this.SetTitleBar(titleBar);
titleBar.Window = this;
this.AppWindow.SetIcon("Assets/AIGallery.ico");
this.AppWindow.SetIcon("Assets/AppIcon/Icon.ico");

this.Title = Windows.ApplicationModel.Package.Current.DisplayName;

Expand Down
16 changes: 11 additions & 5 deletions AIDevGallery/Package.Store.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Properties>
<DisplayName>AI Dev Gallery Preview</DisplayName>
<PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Assets\AppIcon\StoreLogo.png</Logo>
</Properties>

<Dependencies>
Expand All @@ -37,10 +37,16 @@
DisplayName="AI Dev Gallery Preview"
Description="AI Dev Gallery Preview"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
Square150x150Logo="Assets\AppIcon\MedTile.png"
Square44x44Logo="Assets\AppIcon\AppList.png">
<uap:DefaultTile Wide310x150Logo="Assets\AppIcon\WideTile.png" Square71x71Logo="Assets\AppIcon\SmallTile.png" Square310x310Logo="Assets\AppIcon\LargeTile.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\AppIcon\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
Expand Down
16 changes: 11 additions & 5 deletions AIDevGallery/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Properties>
<DisplayName>AI Dev Gallery Dev</DisplayName>
<PublisherDisplayName>nikol</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
<Logo>Assets\AppIcon\StoreLogo.png</Logo>
</Properties>

<Dependencies>
Expand All @@ -37,10 +37,16 @@
DisplayName="AI Dev Gallery Dev"
Description="AI Dev Gallery Dev"
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square71x71Logo="Assets\SmallTile.png" Square310x310Logo="Assets\LargeTile.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
Square150x150Logo="Assets\AppIcon\MedTile.png"
Square44x44Logo="Assets\AppIcon\AppList.png">
<uap:DefaultTile Wide310x150Logo="Assets\AppIcon\WideTile.png" Square71x71Logo="Assets\AppIcon\SmallTile.png" Square310x310Logo="Assets\AppIcon\LargeTile.png">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
<uap:ShowOn Tile="square310x310Logo"/>
</uap:ShowNameOnTiles>
</uap:DefaultTile >
<uap:SplashScreen Image="Assets\AppIcon\SplashScreen.png" />
</uap:VisualElements>
<Extensions>
<uap:Extension Category="windows.protocol">
Expand Down
4 changes: 2 additions & 2 deletions AIDevGallery/Pages/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</toolkit:SettingsCard.Description>
<ToggleSwitch x:Name="DiagnosticDataToggleSwitch" Toggled="DiagnosticDataToggleSwitch_Toggled" />
</toolkit:SettingsCard>
<TextBlock TextWrapping="Wrap" FontSize="10">
<TextBlock TextWrapping="Wrap" FontSize="10">
<Bold> You're sending required diagnostic data. </Bold>
<Run> As a part of using this app, your app sends Microsoft a limited set of data that is necessary to keep this app secure, up to date, and working as expected. </Run>
</TextBlock>-->
Expand All @@ -123,7 +123,7 @@
AutomationProperties.AccessibilityView="Raw"
Description="© 2024. All rights reserved."
Header="AI Dev Gallery"
HeaderIcon="{ui:BitmapIcon Source=ms-appx:///Assets/AIGallery.ico}"
HeaderIcon="{ui:BitmapIcon Source=ms-appx:///Assets/AppIcon/Icon.ico}"
IsExpanded="True">
<TextBlock Foreground="{ThemeResource TextFillColorSecondaryBrush}" IsTextSelectionEnabled="True">
<Run>Version</Run>
Expand Down

0 comments on commit f6debdd

Please sign in to comment.