diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/test/burn/TestData/BasicFunctionalityTests | |
parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip |
Implement integrated build process
Diffstat (limited to 'src/test/burn/TestData/BasicFunctionalityTests')
6 files changed, 10 insertions, 10 deletions
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj index 591272b3..dcd38527 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" Version="4.0.101" /> | 15 | <PackageReference Include="WixToolset.Bal.wixext" /> |
16 | </ItemGroup> | 16 | </ItemGroup> |
17 | </Project> \ No newline at end of file | 17 | </Project> \ No newline at end of file |
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 3f405ce5..7e29856f 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" Version="4.0.101" /> | 16 | <PackageReference Include="WixToolset.Bal.wixext" /> |
17 | </ItemGroup> | 17 | </ItemGroup> |
18 | </Project> \ No newline at end of file | 18 | </Project> \ No newline at end of file |
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj index 8ea9afe0..6f39097a 100644 --- a/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleB/BundleB.wixproj | |||
@@ -13,7 +13,7 @@ | |||
13 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> | 13 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> |
14 | </ItemGroup> | 14 | </ItemGroup> |
15 | <ItemGroup> | 15 | <ItemGroup> |
16 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.101" /> | 16 | <PackageReference Include="WixToolset.Bal.wixext" /> |
17 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.73" /> | 17 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
18 | </ItemGroup> | 18 | </ItemGroup> |
19 | </Project> \ No newline at end of file | 19 | </Project> \ No newline at end of file |
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 1b1a5006..c940f02a 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" Version="4.0.101" /> | 18 | <PackageReference Include="WixToolset.Bal.wixext" /> |
19 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.73" /> | 19 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> \ No newline at end of file | 21 | </Project> \ No newline at end of file |
diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleC/BundleC.wixproj index 104a6003..0eb66ee3 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" Version="4.0.101" /> | 17 | <PackageReference Include="WixToolset.Bal.wixext" /> |
18 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.73" /> | 18 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
19 | </ItemGroup> | 19 | </ItemGroup> |
20 | </Project> \ No newline at end of file | 20 | </Project> \ No newline at end of file |
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 3b9d7360..af028ed4 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" Version="4.0.101" /> | 18 | <PackageReference Include="WixToolset.Bal.wixext" /> |
19 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.73" /> | 19 | <PackageReference Include="WixToolset.NetFx.wixext" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | </Project> \ No newline at end of file | 21 | </Project> \ No newline at end of file |