| 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 Sdk="Microsoft.NET.Sdk"> |
| 5 | <Import Project="..\..\WixExt.props" /> |
| 6 | |
| 7 | <PropertyGroup> |
| 8 | <TargetFramework>net6.0</TargetFramework> |
| 9 | <IncludeBuildOutput>false</IncludeBuildOutput> |
| 10 | <Title>WiX Toolset BootstrapperApplications extension</Title> |
| 11 | <Description>WiX Toolset BootstrapperApplications extension</Description> |
| 12 | <PackageId>WixToolset.Bal.wixext</PackageId> |
| 13 | <NuspecBasePath>$(OutputPath)netstandard2.0</NuspecBasePath> |
| 14 | <NuspecProperties>$(NuspecProperties);WixExtensionPackageFolder=$(WixExtensionPackageFolder)</NuspecProperties> |
| 15 | </PropertyGroup> |
| 16 | </Project> |