mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
doing variation of the command
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>-->
|
</Target>-->
|
||||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||||
<Exec Command="copy NUL $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
|
<Exec Command="type NUL > $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>-->
|
</Target>-->
|
||||||
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
|
||||||
<Exec Command="copy NUL $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
|
<Exec Command="type NUL > $(SolutionDir)$(Platform)\$(Configuration)\WinUI3Apps\Microsoft.UI.Xaml\Assets\map.html" />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user