[PTRun]Remove default images (app.dark.png fix) (#26843)

This commit is contained in:
Jaime Bernardo
2023-06-19 20:15:12 +01:00
committed by GitHub
parent bc8e821ab4
commit c598d93ad3
8 changed files with 3 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 B

View File

@@ -14,7 +14,6 @@
WindowStartupLocation="Manual"
AllowDrop="True"
ShowInTaskbar="False"
Icon="Images/app.dark.png"
AllowsTransparency="True"
SourceInitialized="OnSourceInitialized"
Loaded="OnLoaded"

View File

@@ -53,9 +53,6 @@
<ItemGroup>
<None Remove="app.png" />
<None Remove="Images\app.dark.png" />
<None Remove="Images\app.light.png" />
<None Remove="Images\app.light1.png" />
<None Remove="Images\app_error.dark.png" />
<None Remove="Images\app_error.light.png" />
<None Remove="Images\RunResource.ico" />
@@ -65,12 +62,6 @@
<Content Include="app.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\app.dark.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\app.light.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Images\app_error.dark.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>