aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/FullFramework4MBA/Example.FullFramework4MBA.csproj
blob: a05e7888977f5d99d1fd50fb13b6f7a87335e356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<!-- 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="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net48</TargetFramework>
    <Description>Full Framework v4 MBA</Description>
    <RuntimeIdentifier>win-x86</RuntimeIdentifier>
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
    <PackageReference Include="WixToolset.Mba.Core" Version="4.0.*" PrivateAssets="All" />
  </ItemGroup>

  <ItemGroup>
    <Content Include="WixToolset.Mba.Host.config" CopyToOutputDirectory="PreserveNewest" />
  </ItemGroup>
</Project>