diff options
Diffstat (limited to 'src/test/burn/TestData/TestData.proj')
-rw-r--r-- | src/test/burn/TestData/TestData.proj | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/test/burn/TestData/TestData.proj b/src/test/burn/TestData/TestData.proj new file mode 100644 index 00000000..c5682fc7 --- /dev/null +++ b/src/test/burn/TestData/TestData.proj | |||
@@ -0,0 +1,25 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
6 | <ItemGroup> | ||
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" /> | ||
16 | </ItemGroup> | ||
17 | |||
18 | <Target Name="Build"> | ||
19 | <MSBuild Projects="%(TestDataProject.Identity)" /> | ||
20 | </Target> | ||
21 | |||
22 | <Target Name="Restore"> | ||
23 | <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" /> | ||
24 | </Target> | ||
25 | </Project> \ No newline at end of file | ||