diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-01-17 18:59:49 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-01-17 18:59:49 -0600 |
commit | 62936dfa2da25f58423e6188745ae1307bb31a8f (patch) | |
tree | 7e9267e80b328f173b7d86246e5e7990390808ea /src/TestData | |
parent | dc27031adc7f81a8bd177c890d354c79d3671f32 (diff) | |
download | wix-62936dfa2da25f58423e6188745ae1307bb31a8f.tar.gz wix-62936dfa2da25f58423e6188745ae1307bb31a8f.tar.bz2 wix-62936dfa2da25f58423e6188745ae1307bb31a8f.zip |
Document how to update dependencies and use local changes.
Diffstat (limited to 'src/TestData')
6 files changed, 14 insertions, 7 deletions
diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props index dd824926..f831fb29 100644 --- a/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleA.props | |||
@@ -9,7 +9,4 @@ | |||
9 | <ItemGroup> | 9 | <ItemGroup> |
10 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> | 10 | <Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" /> |
11 | </ItemGroup> | 11 | </ItemGroup> |
12 | <ItemGroup> | ||
13 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" /> | ||
14 | </ItemGroup> | ||
15 | </Project> | 12 | </Project> |
diff --git a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj index 607c4ce6..3a1f603f 100644 --- a/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj +++ b/src/TestData/MsiTransactionTests/BundleAv1/BundleAv1.wixproj | |||
@@ -6,4 +6,7 @@ | |||
6 | <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> | 6 | <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> |
7 | <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" /> | 7 | <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" /> |
8 | </ItemGroup> | 8 | </ItemGroup> |
9 | <ItemGroup> | ||
10 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" /> | ||
11 | </ItemGroup> | ||
9 | </Project> \ No newline at end of file | 12 | </Project> \ No newline at end of file |
diff --git a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj index 9600f6ba..9aae9347 100644 --- a/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj +++ b/src/TestData/MsiTransactionTests/BundleAv2/BundleAv2.wixproj | |||
@@ -9,4 +9,7 @@ | |||
9 | <ProjectReference Include="..\PackageCv2\PackageCv2.wixproj" /> | 9 | <ProjectReference Include="..\PackageCv2\PackageCv2.wixproj" /> |
10 | <ProjectReference Include="..\PackageD\PackageD.wixproj" /> | 10 | <ProjectReference Include="..\PackageD\PackageD.wixproj" /> |
11 | </ItemGroup> | 11 | </ItemGroup> |
12 | <ItemGroup> | ||
13 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" /> | ||
14 | </ItemGroup> | ||
12 | </Project> \ No newline at end of file | 15 | </Project> \ No newline at end of file |
diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props index e9367d44..87b402e4 100644 --- a/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleB.props | |||
@@ -10,8 +10,4 @@ | |||
10 | <ItemGroup> | 10 | <ItemGroup> |
11 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> | 11 | <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> |
12 | </ItemGroup> | 12 | </ItemGroup> |
13 | <ItemGroup> | ||
14 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" /> | ||
15 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.57" /> | ||
16 | </ItemGroup> | ||
17 | </Project> | 13 | </Project> |
diff --git a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj index 508e25ee..0e145bd3 100644 --- a/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj +++ b/src/TestData/MsiTransactionTests/BundleBv1/BundleBv1.wixproj | |||
@@ -4,4 +4,8 @@ | |||
4 | <ItemGroup> | 4 | <ItemGroup> |
5 | <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> | 5 | <ProjectReference Include="..\PackageBv1\PackageBv1.wixproj" /> |
6 | </ItemGroup> | 6 | </ItemGroup> |
7 | <ItemGroup> | ||
8 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" /> | ||
9 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.57" /> | ||
10 | </ItemGroup> | ||
7 | </Project> \ No newline at end of file | 11 | </Project> \ No newline at end of file |
diff --git a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj index b84052d5..ed010a7b 100644 --- a/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj +++ b/src/TestData/MsiTransactionTests/BundleBv2/BundleBv2.wixproj | |||
@@ -11,4 +11,8 @@ | |||
11 | <ProjectReference Include="..\PackageBv2\PackageBv2.wixproj" /> | 11 | <ProjectReference Include="..\PackageBv2\PackageBv2.wixproj" /> |
12 | <ProjectReference Include="..\PackageF\PackageF.wixproj" /> | 12 | <ProjectReference Include="..\PackageF\PackageF.wixproj" /> |
13 | </ItemGroup> | 13 | </ItemGroup> |
14 | <ItemGroup> | ||
15 | <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" /> | ||
16 | <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.57" /> | ||
17 | </ItemGroup> | ||
14 | </Project> \ No newline at end of file | 18 | </Project> \ No newline at end of file |