diff options
author | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:36:48 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 14:04:39 -0800 |
commit | 45d84392eed8a1e6eae4f906ab382858ca23d740 (patch) | |
tree | 5d3957db8aa889ee3815d9cad2f13281c8ff43c0 /src/test | |
parent | ed6d7629e6e8bebdd7335c099e03140998a91032 (diff) | |
download | wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.gz wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.bz2 wix-45d84392eed8a1e6eae4f906ab382858ca23d740.zip |
Update to latest build infrastructure
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj b/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj index a66f91e1..e4a529cb 100644 --- a/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj +++ b/src/test/WixToolsetTest.ComPlus/WixToolsetTest.ComPlus.csproj | |||
@@ -12,10 +12,7 @@ | |||
12 | </PropertyGroup> | 12 | </PropertyGroup> |
13 | 13 | ||
14 | <ItemGroup> | 14 | <ItemGroup> |
15 | <Content Include="TestData\UsingComPlusPartition\example.txt" CopyToOutputDirectory="PreserveNewest" /> | 15 | <Content Include="TestData\**" CopyToOutputDirectory="PreserveNewest" /> |
16 | <Content Include="TestData\UsingComPlusPartition\Package.en-us.wxl" CopyToOutputDirectory="PreserveNewest" /> | ||
17 | <Content Include="TestData\UsingComPlusPartition\Package.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
18 | <Content Include="TestData\UsingComPlusPartition\PackageComponents.wxs" CopyToOutputDirectory="PreserveNewest" /> | ||
19 | </ItemGroup> | 16 | </ItemGroup> |
20 | 17 | ||
21 | <ItemGroup> | 18 | <ItemGroup> |