diff options
Diffstat (limited to 'src/test/burn/TestData/TestData.proj')
-rw-r--r-- | src/test/burn/TestData/TestData.proj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/burn/TestData/TestData.proj b/src/test/burn/TestData/TestData.proj index c5682fc7..3f56d5b7 100644 --- a/src/test/burn/TestData/TestData.proj +++ b/src/test/burn/TestData/TestData.proj | |||
@@ -1,7 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | 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. --> | 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 | 3 | ||
4 | |||
5 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
6 | <ItemGroup> | 5 | <ItemGroup> |
7 | <TestDataProject Include="**\*.wixproj" /> | 6 | <TestDataProject Include="**\*.wixproj" /> |
@@ -22,4 +21,4 @@ | |||
22 | <Target Name="Restore"> | 21 | <Target Name="Restore"> |
23 | <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" /> | 22 | <MSBuild Projects="%(TestDataProject.Identity)" Targets="Restore" /> |
24 | </Target> | 23 | </Target> |
25 | </Project> \ No newline at end of file | 24 | </Project> |