summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj
blob: fd3862d9d5d2120c08bc41c6aaa711dbe1ab1688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net462</TargetFramework>
    <Description>Sample managed custom actions</Description>
  </PropertyGroup>

  <ItemGroup>
    <Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" />
    <None Include="testsub\testfile.txt" CopyToOutputDirectory="PreserveNewest" />
    <CustomActionContents Include="testsub\SampleCAs.cs=$(OutputDirectory)testsub\testfile.txt" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="WixToolset.Dtf.CustomAction" />
  </ItemGroup>
</Project>