mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
7 lines
275 B
Plaintext
7 lines
275 B
Plaintext
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="$(CmdPalSDKPackageDir)\winmd\*.winmd" Visible="false">
|
||
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||
|
|
</None>
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|