| 1 | <!-- 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. --> |
| 2 | <Project Sdk="WixToolset.Sdk"> |
| 3 | <Import Project="..\PackageDv1\PackageD.props" /> |
| 4 | <PropertyGroup> |
| 5 | <TestVersion>2.0.0.0</TestVersion> |
| 6 | </PropertyGroup> |
| 7 | <ItemGroup> |
| 8 | <Compile Include="..\PackageDv1\Package.wxs" Link="Package.wxs" /> |
| 9 | </ItemGroup> |
| 10 | <ItemGroup> |
| 11 | <PackageReference Include="WixToolset.Dependency.wixext" /> |
| 12 | </ItemGroup> |
| 13 | </Project> |