| 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 | <PropertyGroup> |
| 6 | <TargetFrameworks>net6.0;net472</TargetFrameworks> |
| 7 | <Description>Internal WiX Toolset Test Package</Description> |
| 8 | <DebugType>embedded</DebugType> |
| 9 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 10 | <CreateDocumentationFile>true</CreateDocumentationFile> |
| 11 | <SignOutput>false</SignOutput> |
| 12 | <IsWixTestSupportProject>true</IsWixTestSupportProject> |
| 13 | </PropertyGroup> |
| 14 | |
| 15 | <ItemGroup> |
| 16 | <ProjectReference Include="..\WixToolset.Core.Native\WixToolset.Core.Native.csproj" PrivateAssets="true" /> |
| 17 | <ProjectReference Include="..\WixToolset.Core\WixToolset.Core.csproj" PrivateAssets="true" /> |
| 18 | <ProjectReference Include="..\WixToolset.Core.Burn\WixToolset.Core.Burn.csproj" PrivateAssets="true" /> |
| 19 | <ProjectReference Include="..\WixToolset.Core.ExtensionCache\WixToolset.Core.ExtensionCache.csproj" PrivateAssets="true" /> |
| 20 | <ProjectReference Include="..\WixToolset.Core.WindowsInstaller\WixToolset.Core.WindowsInstaller.csproj" PrivateAssets="true" /> |
| 21 | </ItemGroup> |
| 22 | |
| 23 | <ItemGroup> |
| 24 | <PackageReference Include="WixToolset.Data" /> |
| 25 | <PackageReference Include="WixToolset.Extensibility" /> |
| 26 | </ItemGroup> |
| 27 | |
| 28 | <ItemGroup> |
| 29 | <PackageReference Include="WixInternal.TestSupport" /> |
| 30 | </ItemGroup> |
| 31 | |
| 32 | <ItemGroup> |
| 33 | <PackageReference Include="xunit.assert" /> |
| 34 | </ItemGroup> |
| 35 | </Project> |