| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | |
| 4 | <Project> |
| 5 | <PropertyGroup> |
| 6 | <IncludeBuildOutput>false</IncludeBuildOutput> |
| 7 | <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking> |
| 8 | <NoWarn>NU5100</NoWarn> |
| 9 | <WixExtensionPackageFolder>wixext6</WixExtensionPackageFolder> |
| 10 | </PropertyGroup> |
| 11 | |
| 12 | <ItemGroup> |
| 13 | <Content Include="$(MSBuildProjectName).targets" PackagePath="build" /> |
| 14 | <Content Include="$(TargetPath)" PackagePath="$(WixExtensionPackageFolder)" /> |
| 15 | |
| 16 | <PackageReference Include="WixToolset.Extensibility" PrivateAssets="all" /> |
| 17 | </ItemGroup> |
| 18 | </Project> |