summaryrefslogtreecommitdiff
path: root/src/test/msi/TestData/TestData.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/msi/TestData/TestData.proj')
-rw-r--r--src/test/msi/TestData/TestData.proj16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/msi/TestData/TestData.proj b/src/test/msi/TestData/TestData.proj
new file mode 100644
index 00000000..9e130987
--- /dev/null
+++ b/src/test/msi/TestData/TestData.proj
@@ -0,0 +1,16 @@
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<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <ItemGroup>
6 <TestDataProject Include="**\*.wixproj" />
7 </ItemGroup>
8
9 <Target Name="Build">
10 <MSBuild Projects="%(TestDataProject.Identity)" />
11 </Target>
12
13 <Target Name="Restore">
14 <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" />
15 </Target>
16</Project>