diff options
Diffstat (limited to 'src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj')
-rw-r--r-- | src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj b/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj new file mode 100644 index 00000000..866b7575 --- /dev/null +++ b/src/test/burn/TestData/WixIuiBaTests/ManagedCA/ManagedCA.csproj | |||
@@ -0,0 +1,16 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | ||
2 | <PropertyGroup> | ||
3 | <TargetFramework>net20</TargetFramework> | ||
4 | <Description>Sample managed custom actions</Description> | ||
5 | </PropertyGroup> | ||
6 | |||
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> | ||
14 | <PackageReference Include="WixToolset.Dtf.CustomAction" /> | ||
15 | </ItemGroup> | ||
16 | </Project> | ||