mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Remove unused logo and add WindowsDesktop.App reference
Deleted obsolete PNG asset. Added Microsoft.WindowsDesktop.App as a framework reference in the project file to ensure consistent Microsoft.VisualBasic.dll versioning across WinUI3 apps, without enabling WPF or WinForms. No changes to log file exclusions or App.xaml handling.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 283 B |
@@ -38,6 +38,12 @@
|
|||||||
<None Remove="*.log" />
|
<None Remove="*.log" />
|
||||||
<None Remove="*.binlog" />
|
<None Remove="*.binlog" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<!-- Add WindowsDesktop.App framework reference to align Microsoft.VisualBasic.dll version
|
||||||
|
with other projects that use UseWPF/UseWindowsForms. This does NOT enable WPF/WinForms,
|
||||||
|
it only ensures consistent runtime DLL versions across all WinUI3Apps. -->
|
||||||
|
<FrameworkReference Include="Microsoft.WindowsDesktop.App" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Page Remove="PowerDisplayXAML\App.xaml" />
|
<Page Remove="PowerDisplayXAML\App.xaml" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user