CmdPal: Fix our fast up to date check (#40108)

Closes #40102
Regressed when we added this extension
This commit is contained in:
Mike Griese
2025-06-19 12:09:39 -05:00
committed by GitHub
parent b433ebf432
commit 839104207e

View File

@@ -4,6 +4,7 @@
<PropertyGroup>
<RootNamespace>Microsoft.CmdPal.Ext.TimeDate</RootNamespace>
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\CmdPal</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<!-- MRT from windows app sdk will search for a pri file with the same name of the module before defaulting to resources.pri -->
@@ -32,8 +33,10 @@
</ItemGroup>
<ItemGroup>
<None Include="Assets\TimeDate.png" />
<None Remove="Assets\TimeDate.png" />
<None Remove="Assets\TimeDate.svg" />
</ItemGroup>
<ItemGroup>
<Content Update="Assets\TimeDate.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>