aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/Manual/PackageA/PackageA.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/Manual/PackageA/PackageA.wixproj')
-rw-r--r--src/test/burn/TestData/Manual/PackageA/PackageA.wixproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/burn/TestData/Manual/PackageA/PackageA.wixproj b/src/test/burn/TestData/Manual/PackageA/PackageA.wixproj
new file mode 100644
index 00000000..c9c81c3a
--- /dev/null
+++ b/src/test/burn/TestData/Manual/PackageA/PackageA.wixproj
@@ -0,0 +1,9 @@
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 <PropertyGroup>
4 <UpgradeCode>{0D803A6E-8090-4174-8DAC-810ECC2B1BBF}</UpgradeCode>
5 </PropertyGroup>
6 <ItemGroup>
7 <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
8 </ItemGroup>
9</Project> \ No newline at end of file