summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj')
-rw-r--r--src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj b/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj
new file mode 100644
index 00000000..57825f7b
--- /dev/null
+++ b/src/test/burn/TestData/FilesInUseTests/PackageA/PackageA.wixproj
@@ -0,0 +1,13 @@
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 <ProductComponentsRef>true</ProductComponentsRef>
5 <UpgradeCode>{C94C8FC9-1347-44CE-B1FB-0A6196928921}</UpgradeCode>
6 </PropertyGroup>
7 <ItemGroup>
8 <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
9 </ItemGroup>
10 <ItemGroup>
11 <PackageReference Include="WixToolset.UI.wixext" />
12 </ItemGroup>
13</Project> \ No newline at end of file