diff options
Diffstat (limited to 'src/test/wixcop/WixCopTests.csproj')
-rw-r--r-- | src/test/wixcop/WixCopTests.csproj | 11 |
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> |