aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/MsiTransaction/BundleAv1
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-19 22:26:10 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-19 22:26:10 -0600
commit61c33d4eafbc9c4a8f12003d46b5027e27beb175 (patch)
tree0b390af371c66ca02d25006e5cfede5778705a59 /src/TestData/MsiTransaction/BundleAv1
parentf080e4944749268529e3686c9e26704e4b942929 (diff)
downloadwix-61c33d4eafbc9c4a8f12003d46b5027e27beb175.tar.gz
wix-61c33d4eafbc9c4a8f12003d46b5027e27beb175.tar.bz2
wix-61c33d4eafbc9c4a8f12003d46b5027e27beb175.zip
Don't allow warnings.
Diffstat (limited to 'src/TestData/MsiTransaction/BundleAv1')
-rw-r--r--src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj b/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj
index 1e4806f3..a819e928 100644
--- a/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj
+++ b/src/TestData/MsiTransaction/BundleAv1/BundleAv1.wixproj
@@ -2,6 +2,7 @@
2<Project Sdk="WixToolset.Sdk"> 2<Project Sdk="WixToolset.Sdk">
3 <PropertyGroup> 3 <PropertyGroup>
4 <OutputType>Bundle</OutputType> 4 <OutputType>Bundle</OutputType>
5 <SuppressSpecificWarnings>1151</SuppressSpecificWarnings>
5 </PropertyGroup> 6 </PropertyGroup>
6 <ItemGroup> 7 <ItemGroup>
7 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" /> 8 <ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
@@ -10,7 +11,7 @@
10 <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" /> 11 <ProjectReference Include="..\PackageCv1\PackageCv1.wixproj" />
11 </ItemGroup> 12 </ItemGroup>
12 <ItemGroup> 13 <ItemGroup>
13 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.72" /> 14 <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.75" />
14 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.54" /> 15 <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.56" />
15 </ItemGroup> 16 </ItemGroup>
16</Project> \ No newline at end of file 17</Project> \ No newline at end of file