aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64')
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64/PackageApu_x64.wixproj11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64/PackageApu_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64/PackageApu_x64.wixproj
new file mode 100644
index 00000000..945dcfa4
--- /dev/null
+++ b/src/test/burn/TestData/BasicFunctionalityTests/PackageApu_x64/PackageApu_x64.wixproj
@@ -0,0 +1,11 @@
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 <InstallerPlatform>x64</InstallerPlatform>
5 <CabPrefix>apu_x64</CabPrefix>
6 <UpgradeCode>{89FA641D-019D-42BF-BAD8-654675C83E6B}</UpgradeCode>
7 </PropertyGroup>
8 <ItemGroup>
9 <Compile Include="..\..\Templates\PackagePerUser.wxs" Link="PackagePerUser.wxs" />
10 </ItemGroup>
11</Project> \ No newline at end of file