aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/TestBA/TestBAWixlib_x64/testbawixlib_x64.wixproj
blob: 86edc0e1023a9a7ffc146027448dbd07422ab76b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- 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. -->
<Project Sdk="WixToolset.Sdk">
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <BindFiles>true</BindFiles>
    <Cultures>en-us</Cultures>
    <InstallerPlatform>x64</InstallerPlatform>
  </PropertyGroup>
  <ItemGroup>
    <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net462\win-x64" BindName="net2x64" />
    <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net472\win-x64" BindName="net4x64" />
    <BindInputPaths Include="$(BaseOutputPath)$(Configuration)\net6.0-windows\win-x64" BindName="dncx64" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj" />
    <!-- An alternative to the above line is to explicitly reference projects with
         the required target framework. Since we want all target frameworks built,
         the above line is shorter.
    <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj">
      <SetTargetFramework>TargetFramework=net462</SetTargetFramework>
    </ProjectReference>
    <ProjectReference Include="..\..\..\TestBA\TestBA_x64.csproj">
      <SetTargetFramework>TargetFramework=net5.0-windows</SetTargetFramework>
    </ProjectReference>
    -->

    <ProjectReference Include="..\..\..\TestExe\TestExe_x64.csproj" />
    <ProjectReference Include="..\..\..\WixToolset.WixBA\WixToolset.WixBA_x64.csproj" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
    <PackageReference Include="WixToolset.Netfx.wixext" />
  </ItemGroup>
</Project>