main
csproj 16 lines 602 Bytes
Raw
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
3 <Project Sdk="Microsoft.NET.Sdk">
4 <PropertyGroup>
5 <TargetFramework>net472</TargetFramework>
6 </PropertyGroup>
7
8 <ItemGroup>
9 <Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
10 </ItemGroup>
11
12 <ItemGroup>
13 <PackageReference Include="WixToolset.Dtf.CustomAction" />
14 <PackageReference Include="WixToolset.Dtf.WindowsInstaller" />
15 </ItemGroup>
16 </Project>