16 lines
480 B
XML
16 lines
480 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net472</TargetFramework>
|
||
|
|
<Configurations>Release</Configurations>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="WixToolset.Dtf.CustomAction" Version="4.0.5" />
|
||
|
|
<PackageReference Include="WixToolset.Dtf.WindowsInstaller" Version="4.0.5" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|