diff options
Diffstat (limited to 'src/test/dtf/SampleCA/SampleCA.csproj')
-rw-r--r-- | src/test/dtf/SampleCA/SampleCA.csproj | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/test/dtf/SampleCA/SampleCA.csproj b/src/test/dtf/SampleCA/SampleCA.csproj index fb6d8dca..866b7575 100644 --- a/src/test/dtf/SampleCA/SampleCA.csproj +++ b/src/test/dtf/SampleCA/SampleCA.csproj | |||
@@ -1,10 +1,16 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | <PropertyGroup> | 2 | <PropertyGroup> |
3 | <TargetFramework>net472</TargetFramework> | 3 | <TargetFramework>net20</TargetFramework> |
4 | <Description>Sample managed custom actions</Description> | 4 | <Description>Sample managed custom actions</Description> |
5 | </PropertyGroup> | 5 | </PropertyGroup> |
6 | 6 | ||
7 | <ItemGroup> | 7 | <ItemGroup> |
8 | <Content Include="CustomAction.config" CopyToOutputDirectory="PreserveNewest" /> | ||
9 | <None Include="testsub\testfile.txt" CopyToOutputDirectory="PreserveNewest" /> | ||
10 | <CustomActionContents Include="testsub\SampleCAs.cs=$(OutputDirectory)testsub\testfile.txt" /> | ||
11 | </ItemGroup> | ||
12 | |||
13 | <ItemGroup> | ||
8 | <PackageReference Include="WixToolset.Dtf.CustomAction" /> | 14 | <PackageReference Include="WixToolset.Dtf.CustomAction" /> |
9 | </ItemGroup> | 15 | </ItemGroup> |
10 | </Project> | 16 | </Project> |