aboutsummaryrefslogtreecommitdiff
path: root/src/test/wixcop/WixCopTests.csproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2018-10-01 15:52:53 -0400
committerBob Arnson <bob@firegiant.com>2018-10-01 15:52:53 -0400
commitf6a736c4cbb800904c216ce5730ab02ab7fd4373 (patch)
tree14780e673d5b94aa55065912def89e16dc6f97ff /src/test/wixcop/WixCopTests.csproj
parent39aa251742e7d75992bdad01ebd52fad3ed45195 (diff)
downloadwix-f6a736c4cbb800904c216ce5730ab02ab7fd4373.tar.gz
wix-f6a736c4cbb800904c216ce5730ab02ab7fd4373.tar.bz2
wix-f6a736c4cbb800904c216ce5730ab02ab7fd4373.zip
Add failing test for wixtoolset/issues#5883.
Diffstat (limited to '')
-rw-r--r--src/test/wixcop/WixCopTests.csproj11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/test/wixcop/WixCopTests.csproj b/src/test/wixcop/WixCopTests.csproj
index 0ae50dc8..012ef4db 100644
--- a/src/test/wixcop/WixCopTests.csproj
+++ b/src/test/wixcop/WixCopTests.csproj
@@ -12,12 +12,11 @@
12 <None Remove="TestData\SingleFile\SingleFile.wxs" /> 12 <None Remove="TestData\SingleFile\SingleFile.wxs" />
13 </ItemGroup> 13 </ItemGroup>
14 <ItemGroup> 14 <ItemGroup>
15 <Content Include="TestData\SingleFile\ConvertedSingleFile.wxs"> 15 <Content Include="TestData\SingleFile\ConvertedSingleFile.wxs" CopyToOutputDirectory="PreserveNewest" />
16 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 16 <Content Include="TestData\SingleFile\SingleFile.wxs" CopyToOutputDirectory="PreserveNewest" />
17 </Content> 17 <Content Include="TestData\Preprocessor\ConvertedPreprocessor.wxs" CopyToOutputDirectory="PreserveNewest" />
18 <Content Include="TestData\SingleFile\SingleFile.wxs"> 18 <Content Include="TestData\Preprocessor\Preprocessor.wxs" CopyToOutputDirectory="PreserveNewest" />
19 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 19 <Content Include="TestData\Preprocessor\wixcop.settings.xml" CopyToOutputDirectory="PreserveNewest" />
20 </Content>
21 </ItemGroup> 20 </ItemGroup>
22 21
23 <ItemGroup> 22 <ItemGroup>