Skip to content

Commit

Permalink
fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Sep 17, 2022
1 parent 97fd9ff commit 671bc89
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
3 changes: 2 additions & 1 deletion AnimDL.WinUI/AnimDL.GUI.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnimDL.UI.Core", "..\AnimDL.UI.Core\AnimDL.UI.Core.csproj", "{0DC35921-32A4-42EC-A293-8916797EB358}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnimDL.UI.Tests", "..\AnimDL.UI.Tests\AnimDL.UI.Tests.csproj", "{53A39CBF-704F-4940-B008-83B83972B250}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AnimDL.UI.Tests", "..\AnimDL.UI.Tests\AnimDL.UI.Tests.csproj", "{53A39CBF-704F-4940-B008-83B83972B250}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -30,6 +30,7 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{346FD672-F5D5-4226-A467-EFEBDBAB4BDA}.Debug|x64.ActiveCfg = Debug|x64
{346FD672-F5D5-4226-A467-EFEBDBAB4BDA}.Debug|x64.Build.0 = Debug|x64
{346FD672-F5D5-4226-A467-EFEBDBAB4BDA}.Debug|x64.Deploy.0 = Debug|x64
{346FD672-F5D5-4226-A467-EFEBDBAB4BDA}.Release|x64.ActiveCfg = Release|x64
{346FD672-F5D5-4226-A467-EFEBDBAB4BDA}.Release|x64.Build.0 = Release|x64
{39FA00D8-59A7-4167-9015-BFEE0EEB6E14}.Debug|x64.ActiveCfg = Debug|x64
Expand Down
16 changes: 10 additions & 6 deletions AnimDL.WinUI/AnimDL.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@
<RootNamespace>AnimDL.WinUI</RootNamespace>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Platforms>x64</Platforms>
<Platform>x64</Platform>
<RuntimeIdentifiers>win10-x64</RuntimeIdentifiers>
<UseWinUI>true</UseWinUI>
<PublishProfile>Properties\PublishProfiles\win10-$(Platform).pubxml</PublishProfile>
<WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained>
<EnableMsixTooling>true</EnableMsixTooling>
<ApplicationIcon>Assets\WindowIcon.ico</ApplicationIcon>
<Version Condition=" '$(BuildVersion)' == '' ">1.0.0.0</Version>
<Version Condition=" '$(BuildVersion)' != '' ">$(BuildVersion)</Version>
<PackageIcon>WindowIcon.png</PackageIcon>
<ApplicationIcon>Assets\WindowIcon.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand All @@ -40,14 +39,19 @@
<ItemGroup>
<ProjectReference Include="..\AnimDL.UI.Core\AnimDL.UI.Core.csproj" />
</ItemGroup>

<ItemGroup>
<Content Update="Assets\WindowIcon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Assets\WindowIcon.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Assets\WindowIcon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<Page Update="Styles\MediaTransportControls.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
Expand Down
Binary file added AnimDL.WinUI/Assets/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified AnimDL.WinUI/Assets/WindowIcon.ico
Binary file not shown.

0 comments on commit 671bc89

Please sign in to comment.