aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2019-01-16 16:25:46 -0500
committerRob Mensching <rob@robmensching.com>2019-01-16 13:31:40 -0800
commit214f53de1c6500aa8dd46e9604c90178807fda1a (patch)
treefab56b9447dc618ec0730703f131a23a669af11a /src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
parenta8e31958d7e1b0ef10ea8035abf1e3bf07170eb8 (diff)
downloadwix-214f53de1c6500aa8dd46e9604c90178807fda1a.tar.gz
wix-214f53de1c6500aa8dd46e9604c90178807fda1a.tar.bz2
wix-214f53de1c6500aa8dd46e9604c90178807fda1a.zip
Fix overridable actions being tagged as duplicates.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
index 7365f140..2b202350 100644
--- a/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
+++ b/src/test/WixToolsetTest.CoreIntegration/WixToolsetTest.CoreIntegration.csproj
@@ -77,6 +77,10 @@
77 <Content Include="TestData\Variables\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> 77 <Content Include="TestData\Variables\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" />
78 <Content Include="TestData\Variables\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> 78 <Content Include="TestData\Variables\Package.wxs" CopyToOutputDirectory="PreserveNewest" />
79 <Content Include="TestData\Variables\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> 79 <Content Include="TestData\Variables\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" />
80 <Content Include="TestData\OverridableActions\data\test.txt" CopyToOutputDirectory="PreserveNewest" />
81 <Content Include="TestData\OverridableActions\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" />
82 <Content Include="TestData\OverridableActions\Package.wxs" CopyToOutputDirectory="PreserveNewest" />
83 <Content Include="TestData\OverridableActions\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" />
80 </ItemGroup> 84 </ItemGroup>
81 85
82 <ItemGroup> 86 <ItemGroup>