aboutsummaryrefslogtreecommitdiff
path: root/src/test/dtf/SampleCA/SampleCA.csproj
blob: 866b75750863510bdb5a78f878b6e7eb2e7af9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project Sdk="Microsoft.NET.Sdk">
  <PropertyGroup>
    <TargetFramework>net20</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>