aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-12-08 14:00:13 -0500
committerBob Arnson <bob@firegiant.com>2020-12-08 14:42:14 -0500
commit8a67cff70cdfa014cc068dcc7756ed57b2ed1642 (patch)
tree97a434f6ea1d6fa829a7d5aee905eb3624ddaa04 /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
parent5a874790ba9ec6c2d3c9002699114c2fe4c493ae (diff)
downloadwix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.tar.gz
wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.tar.bz2
wix-8a67cff70cdfa014cc068dcc7756ed57b2ed1642.zip
Decompiling null GUID should set `Guid=""` to match.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
index 8e5a005c..6c494169 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
+++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
@@ -207,6 +207,9 @@
207 <Content Include="TestData\WixlibWithBinaries\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> 207 <Content Include="TestData\WixlibWithBinaries\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" />
208 <Content Include="TestData\WixlibWithBinaries\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> 208 <Content Include="TestData\WixlibWithBinaries\Package.wxs" CopyToOutputDirectory="PreserveNewest" />
209 <Content Include="TestData\WixlibWithBinaries\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> 209 <Content Include="TestData\WixlibWithBinaries\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" />
210 <Content Include="TestData\DecompileNullComponent\example.cab" CopyToOutputDirectory="PreserveNewest" />
211 <Content Include="TestData\DecompileNullComponent\example.msi" CopyToOutputDirectory="PreserveNewest" />
212 <Content Include="TestData\DecompileNullComponent\Expected.wxs" CopyToOutputDirectory="PreserveNewest" />
210 </ItemGroup> 213 </ItemGroup>
211 214
212 <ItemGroup> 215 <ItemGroup>