mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
shifting to my older solution
This commit is contained in:
@@ -37,10 +37,13 @@
|
||||
</ItemGroup>
|
||||
|
||||
<!-- Workaround for map.html failing -->
|
||||
<Target Name="TempWorkaroundForWinAppSdk15" BeforeTargets="AddMicrosoftWindowsAppSDKPayloadFiles">
|
||||
<!--<Target Name="TempWorkaroundForWinAppSdk15" BeforeTargets="AddMicrosoftWindowsAppSDKPayloadFiles">
|
||||
<ItemGroup>
|
||||
<MicrosoftWindowsAppSDKFiles Include="$(MicrosoftWindowsAppSDKMsixContent)\**\*.html"/>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
</Target>-->
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="copy NUL $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
@@ -49,9 +49,13 @@
|
||||
<ProjectReference Include="..\Settings.UI\PowerToys.Settings.csproj" />
|
||||
</ItemGroup>
|
||||
<!-- Workaround for map.html failing -->
|
||||
<Target Name="TempWorkaroundForWinAppSdk15" BeforeTargets="AddMicrosoftWindowsAppSDKPayloadFiles">
|
||||
<!--<Target Name="TempWorkaroundForWinAppSdk15" BeforeTargets="AddMicrosoftWindowsAppSDKPayloadFiles">
|
||||
<ItemGroup>
|
||||
<MicrosoftWindowsAppSDKFiles Include="$(MicrosoftWindowsAppSDKMsixContent)\**\*.html"/>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
</Target>-->
|
||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||
<Exec Command="copy NUL $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user