summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/BasicFunctionalityTests
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-03-06 14:48:10 -0800
committerRob Mensching <rob@firegiant.com>2024-03-07 10:55:57 -0800
commit3d2d46f62fc01e2653d0251ad9703090574e7c41 (patch)
treeffdf7dce6c646f38b5e3ad8325c2ce78ca891a1a /src/test/burn/TestData/BasicFunctionalityTests
parenta8504dc4eb1c2d09965b0858699ac737336ef3c1 (diff)
downloadwix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.gz
wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.tar.bz2
wix-3d2d46f62fc01e2653d0251ad9703090574e7c41.zip
Better .nupkg names
Diffstat (limited to 'src/test/burn/TestData/BasicFunctionalityTests')
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj3
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj4
-rw-r--r--src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj4
10 files changed, 20 insertions, 19 deletions
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
index dcd38527..c643fe9f 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
@@ -12,6 +12,6 @@
12 <ProjectReference Include="..\PackageA\PackageA.wixproj" /> 12 <ProjectReference Include="..\PackageA\PackageA.wixproj" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <PackageReference Include="WixToolset.Bal.wixext" /> 15 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
16 </ItemGroup> 16 </ItemGroup>
17</Project> \ No newline at end of file 17</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj
index 535129df..b3c0f4fd 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj
@@ -13,6 +13,6 @@
13 <ProjectReference Include="..\PackageA_arm64\PackageA_arm64.wixproj" /> 13 <ProjectReference Include="..\PackageA_arm64\PackageA_arm64.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" /> 16 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj
index 7e29856f..43bc988c 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_x64/BundleA_x64.wixproj
@@ -13,6 +13,6 @@
13 <ProjectReference Include="..\PackageA_x64\PackageA_x64.wixproj" /> 13 <ProjectReference Include="..\PackageA_x64\PackageA_x64.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" /> 16 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj
index 3cbedc3d..5841cf09 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleApu_x64/BundleApu_x64.wixproj
@@ -13,6 +13,6 @@
13 <ProjectReference Include="..\PackageApu_x64\PackageApu_x64.wixproj" /> 13 <ProjectReference Include="..\PackageApu_x64\PackageApu_x64.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <PackageReference Include="WixToolset.Bal.wixext" /> 16 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
17 </ItemGroup> 17 </ItemGroup>
18</Project> \ No newline at end of file 18</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj
index 6f39097a..06b07dcb 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj
@@ -13,7 +13,8 @@
13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 13 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
14 </ItemGroup> 14 </ItemGroup>
15 <ItemGroup> 15 <ItemGroup>
16 <!-- For testing purposes: Use old Bal WiX extension instead of new BoostrapperApplications.wixext -->
16 <PackageReference Include="WixToolset.Bal.wixext" /> 17 <PackageReference Include="WixToolset.Bal.wixext" />
17 <PackageReference Include="WixToolset.NetFx.wixext" /> 18 <PackageReference Include="WixToolset.NetFx.wixext" />
18 </ItemGroup> 19 </ItemGroup>
19</Project> \ No newline at end of file 20</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj
index c940f02a..bf3a8efb 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB_x64/BundleB_x64.wixproj
@@ -15,7 +15,7 @@
15 <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" /> 15 <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" />
16 </ItemGroup> 16 </ItemGroup>
17 <ItemGroup> 17 <ItemGroup>
18 <PackageReference Include="WixToolset.Bal.wixext" /> 18 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
19 <PackageReference Include="WixToolset.NetFx.wixext" /> 19 <PackageReference Include="WixToolset.NetFx.wixext" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> \ No newline at end of file 21</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj
index 0eb66ee3..d025a728 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj
@@ -14,7 +14,7 @@
14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
15 </ItemGroup> 15 </ItemGroup>
16 <ItemGroup> 16 <ItemGroup>
17 <PackageReference Include="WixToolset.Bal.wixext" /> 17 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
18 <PackageReference Include="WixToolset.NetFx.wixext" /> 18 <PackageReference Include="WixToolset.NetFx.wixext" />
19 </ItemGroup> 19 </ItemGroup>
20</Project> \ No newline at end of file 20</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj
index af028ed4..1c036ed5 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleC_x64/BundleC_x64.wixproj
@@ -15,7 +15,7 @@
15 <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" /> 15 <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" />
16 </ItemGroup> 16 </ItemGroup>
17 <ItemGroup> 17 <ItemGroup>
18 <PackageReference Include="WixToolset.Bal.wixext" /> 18 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
19 <PackageReference Include="WixToolset.NetFx.wixext" /> 19 <PackageReference Include="WixToolset.NetFx.wixext" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> \ No newline at end of file 21</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj
index a2af1aa5..5972dc7e 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleD/BundleD.wixproj
@@ -14,7 +14,7 @@
14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 14 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
15 </ItemGroup> 15 </ItemGroup>
16 <ItemGroup> 16 <ItemGroup>
17 <PackageReference Include="WixToolset.Bal.wixext" /> 17 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
18 <PackageReference Include="WixToolset.NetFx.wixext" /> 18 <PackageReference Include="WixToolset.NetFx.wixext" />
19 </ItemGroup> 19 </ItemGroup>
20</Project> \ No newline at end of file 20</Project>
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj
index 338d523d..4071910c 100644
--- a/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj
+++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleD_x64/BundleD_x64.wixproj
@@ -15,7 +15,7 @@
15 <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" /> 15 <ProjectReference Include="..\..\TestBA\TestBAWixlib_x64\testbawixlib_x64.wixproj" />
16 </ItemGroup> 16 </ItemGroup>
17 <ItemGroup> 17 <ItemGroup>
18 <PackageReference Include="WixToolset.Bal.wixext" /> 18 <PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
19 <PackageReference Include="WixToolset.NetFx.wixext" /> 19 <PackageReference Include="WixToolset.NetFx.wixext" />
20 </ItemGroup> 20 </ItemGroup>
21</Project> \ No newline at end of file 21</Project>