aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/TestData.proj
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/TestData.proj')
-rw-r--r--src/TestData/TestData.proj17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/TestData/TestData.proj b/src/TestData/TestData.proj
new file mode 100644
index 00000000..e8e61a94
--- /dev/null
+++ b/src/TestData/TestData.proj
@@ -0,0 +1,17 @@
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 </ItemGroup>
9
10 <Target Name="Build">
11 <MSBuild Projects="%(TestDataProject.Identity)" />
12 </Target>
13
14 <Target Name="Restore">
15 <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" />
16 </Target>
17</Project> \ No newline at end of file