diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 16:06:01 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-03-08 16:11:57 -0600 |
| commit | 99d7440134d0f33683d1150a770a2bc594be41de (patch) | |
| tree | 9a38c1df21c0022516bdfeca0d30f235acd3b46a /src/TestData/TestData.proj | |
| parent | 23e3978430ec3ae4f1ea808af0b590b71b2fec9a (diff) | |
| download | wix-99d7440134d0f33683d1150a770a2bc594be41de.tar.gz wix-99d7440134d0f33683d1150a770a2bc594be41de.tar.bz2 wix-99d7440134d0f33683d1150a770a2bc594be41de.zip | |
Port dependency tests from old repo.
Diffstat (limited to 'src/TestData/TestData.proj')
| -rw-r--r-- | src/TestData/TestData.proj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/TestData/TestData.proj b/src/TestData/TestData.proj index e8e61a94..c5682fc7 100644 --- a/src/TestData/TestData.proj +++ b/src/TestData/TestData.proj | |||
| @@ -5,6 +5,14 @@ | |||
| 5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 6 | <ItemGroup> | 6 | <ItemGroup> |
| 7 | <TestDataProject Include="**\*.wixproj" /> | 7 | <TestDataProject Include="**\*.wixproj" /> |
| 8 | |||
| 9 | <!-- https://github.com/wixtoolset/issues/issues/6387 --> | ||
| 10 | <TestDataProject Remove="DependencyTests\BundleC\BundleC.wixproj" /> | ||
| 11 | <TestDataProject Remove="DependencyTests\BundleF_PatchAv1_0_1\BundleF_PatchAv1_0_1.wixproj" /> | ||
| 12 | <TestDataProject Remove="DependencyTests\BundleF_PatchAv1_0_2\BundleF_PatchAv1_0_2.wixproj" /> | ||
| 13 | <TestDataProject Remove="DependencyTests\BundleJ_Patch\BundleJ_Patch.wixproj" /> | ||
| 14 | <TestDataProject Remove="DependencyTests\PatchA\PatchA.wixproj" /> | ||
| 15 | <TestDataProject Remove="DependencyTests\PatchB\PatchB.wixproj" /> | ||
| 8 | </ItemGroup> | 16 | </ItemGroup> |
| 9 | 17 | ||
| 10 | <Target Name="Build"> | 18 | <Target Name="Build"> |
