diff options
Diffstat (limited to 'src/test/dtf/SampleCA/SampleCA.csproj')
-rw-r--r-- | src/test/dtf/SampleCA/SampleCA.csproj | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/dtf/SampleCA/SampleCA.csproj b/src/test/dtf/SampleCA/SampleCA.csproj new file mode 100644 index 00000000..fb6d8dca --- /dev/null +++ b/src/test/dtf/SampleCA/SampleCA.csproj | |||
@@ -0,0 +1,10 @@ | |||
1 | <Project Sdk="Microsoft.NET.Sdk"> | ||
2 | <PropertyGroup> | ||
3 | <TargetFramework>net472</TargetFramework> | ||
4 | <Description>Sample managed custom actions</Description> | ||
5 | </PropertyGroup> | ||
6 | |||
7 | <ItemGroup> | ||
8 | <PackageReference Include="WixToolset.Dtf.CustomAction" /> | ||
9 | </ItemGroup> | ||
10 | </Project> | ||