aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/BasicFunctionality/PackageA
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-31 18:32:34 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-03 16:20:17 -0600
commit7b37f41230ca1e5e4a81b834d320831de93616a9 (patch)
tree012cc963717a37c82477ecc1deafd3d89cd32239 /src/TestData/BasicFunctionality/PackageA
parent543a3f9a87204a32c9ded3f9f519ad6d42107ab7 (diff)
downloadwix-7b37f41230ca1e5e4a81b834d320831de93616a9.tar.gz
wix-7b37f41230ca1e5e4a81b834d320831de93616a9.tar.bz2
wix-7b37f41230ca1e5e4a81b834d320831de93616a9.zip
Add test for basic functionality.
Force test project to be x64. Fix intermediate path to include the test group name.
Diffstat (limited to 'src/TestData/BasicFunctionality/PackageA')
-rw-r--r--src/TestData/BasicFunctionality/PackageA/PackageA.wixproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/TestData/BasicFunctionality/PackageA/PackageA.wixproj b/src/TestData/BasicFunctionality/PackageA/PackageA.wixproj
new file mode 100644
index 00000000..9943717c
--- /dev/null
+++ b/src/TestData/BasicFunctionality/PackageA/PackageA.wixproj
@@ -0,0 +1,10 @@
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 <CabPrefix>a</CabPrefix>
5 <UpgradeCode>{7FD50F1B-D134-4365-923C-DFA160F74738}</UpgradeCode>
6 </PropertyGroup>
7 <ItemGroup>
8 <Compile Include="..\..\Templates\Package.wxs" Link="Package.wxs" />
9 </ItemGroup>
10</Project> \ No newline at end of file