aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/CustomActionTests/ManagedCustomActions/ManagedCustomActions.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/msi/TestData/CustomActionTests/ManagedCustomActions/ManagedCustomActions.wixproj')
-rw-r--r--src/test/msi/TestData/CustomActionTests/ManagedCustomActions/ManagedCustomActions.wixproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/msi/TestData/CustomActionTests/ManagedCustomActions/ManagedCustomActions.wixproj b/src/test/msi/TestData/CustomActionTests/ManagedCustomActions/ManagedCustomActions.wixproj
new file mode 100644
index 00000000..c11a7c79
--- /dev/null
+++ b/src/test/msi/TestData/CustomActionTests/ManagedCustomActions/ManagedCustomActions.wixproj
@@ -0,0 +1,6 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project Sdk="WixToolset.Sdk">
3 <ItemGroup>
4 <ProjectReference Include="..\TestCA\TestCA.csproj" />
5 </ItemGroup>
6</Project>