mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
including workaround for 1.5
This commit is contained in:
@@ -36,4 +36,11 @@
|
|||||||
<ProjectReference Include="..\Hosts\Hosts.csproj" />
|
<ProjectReference Include="..\Hosts\Hosts.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
<!-- Workaround for map.html failing -->
|
||||||
|
<Target Name="TempWorkaroundForWinAppSdk1.5" BeforeTargets="AddMicrosoftWindowsAppSDKPayloadFiles">
|
||||||
|
<ItemGroup>
|
||||||
|
<MicrosoftWindowsAppSDKFiles Include="$(MicrosoftWindowsAppSDKMsixContent)\**\*.html"/>
|
||||||
|
</ItemGroup>
|
||||||
|
</Target>
|
||||||
|
|
||||||
|
</Project>
|
||||||
Reference in New Issue
Block a user