System.Private.Xml.Linq.Tests.builds 3.5 KB
Newer Older
K
Krzysztof Wicher 已提交
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
K
Krzysztof Wicher 已提交
3 4
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <ItemGroup>
5
    <Project Include="axes\System.Xml.Linq.Axes.Tests.csproj" />
6
    <Project Include="axes\System.Xml.Linq.Axes.Tests.csproj">
7 8
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>net46</TestTFMs>
9
    </Project>
10
    <Project Include="events\System.Xml.Linq.Events.Tests.csproj" />
11
    <Project Include="events\System.Xml.Linq.Events.Tests.csproj">
12 13
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
14
    </Project>
15
    <Project Include="misc\System.Xml.Linq.Misc.Tests.csproj" />
16
    <Project Include="misc\System.Xml.Linq.Misc.Tests.csproj">
17 18
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
19
    </Project>
20
    <Project Include="Properties\System.Xml.Linq.Properties.Tests.csproj" />
21
    <Project Include="Properties\System.Xml.Linq.Properties.Tests.csproj">
22 23
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
24
    </Project>
25
    <Project Include="SDMSample\System.Xml.Linq.SDMSample.Tests.csproj" />
26
    <Project Include="SDMSample\System.Xml.Linq.SDMSample.Tests.csproj">
27 28
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
29
    </Project>
30
    <Project Include="Streaming\System.Xml.Linq.Streaming.Tests.csproj" />
31
    <Project Include="Streaming\System.Xml.Linq.Streaming.Tests.csproj">
32 33
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
34
    </Project>
35
    <Project Include="TreeManipulation\System.Xml.Linq.TreeManipulation.Tests.csproj" />
36
    <Project Include="TreeManipulation\System.Xml.Linq.TreeManipulation.Tests.csproj">
37 38
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
39
    </Project>
40
    <Project Include="XDocument.Common\XDocument.Common.csproj" />
41
    <Project Include="XDocument.Common\XDocument.Common.csproj">
42 43
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
44
    </Project>
45
    <Project Include="XDocument.Test.ModuleCore\XDocument.Test.ModuleCore.csproj" />
46
    <Project Include="XDocument.Test.ModuleCore\XDocument.Test.ModuleCore.csproj">
47 48
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
49
    </Project>
50
    <Project Include="xNodeBuilder\System.Xml.Linq.xNodeBuilder.Tests.csproj" />
51
    <Project Include="xNodeBuilder\System.Xml.Linq.xNodeBuilder.Tests.csproj">
52 53
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
54
    </Project>
55
    <Project Include="xNodeReader\System.Xml.Linq.xNodeReader.Tests.csproj" />
56
    <Project Include="xNodeReader\System.Xml.Linq.xNodeReader.Tests.csproj">
57 58
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
59
    </Project>
60
    <Project Include="XPath\XDocument\System.Xml.XPath.XDocument.Tests.csproj" />
61
    <Project Include="XPath\XDocument\System.Xml.XPath.XDocument.Tests.csproj">
62 63
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
64
    </Project>
65
    <Project Include="Schema\System.Xml.Schema.Extensions.Tests.csproj" />
66
    <Project Include="Schema\System.Xml.Schema.Extensions.Tests.csproj">
67 68
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>net463</TestTFMs>
69
    </Project>
K
Krzysztof Wicher 已提交
70 71
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
72
</Project>