mirror of
https://github.com/microsoft/PowerToys
synced 2025-08-29 13:37:43 +00:00
init
This commit is contained in:
parent
75526b9580
commit
036127d900
@ -31,6 +31,10 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.WindowsAppSDK" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
|
Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging
|
||||||
Tools extension to be activated for this project even if the Windows App SDK Nuget
|
Tools extension to be activated for this project even if the Windows App SDK Nuget
|
||||||
|
@ -34,6 +34,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.WindowsAppSDK" />
|
||||||
<PackageReference Include="Microsoft.Windows.CsWin32">
|
<PackageReference Include="Microsoft.Windows.CsWin32">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user