System.Private.Xml.Linq.Tests.builds 3.9 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 17 18 19 20 21 22
    <Project Include="misc\System.Xml.Linq.Misc.Tests.csproj">
      <TargetGroup>netcoreapp1.1</TargetGroup>
    </Project>
    <Project Include="misc\System.Xml.Linq.Misc.Tests.csproj">
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>net463</TestTFMs>
    </Project>
23
    <Project Include="misc\System.Xml.Linq.Misc.Tests.csproj">
24
      <OSGroup>Windows_NT</OSGroup>
25
      <TargetGroup>netstandard1.3</TargetGroup>
26
      <TestTFMs>netcore50;net46</TestTFMs>
27
    </Project>
28
    <Project Include="Properties\System.Xml.Linq.Properties.Tests.csproj" />
29
    <Project Include="Properties\System.Xml.Linq.Properties.Tests.csproj">
30 31
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
32
    </Project>
33
    <Project Include="SDMSample\System.Xml.Linq.SDMSample.Tests.csproj" />
34
    <Project Include="SDMSample\System.Xml.Linq.SDMSample.Tests.csproj">
35 36
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
37
    </Project>
38
    <Project Include="Streaming\System.Xml.Linq.Streaming.Tests.csproj" />
39
    <Project Include="Streaming\System.Xml.Linq.Streaming.Tests.csproj">
40 41
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
42
    </Project>
43
    <Project Include="TreeManipulation\System.Xml.Linq.TreeManipulation.Tests.csproj" />
44
    <Project Include="TreeManipulation\System.Xml.Linq.TreeManipulation.Tests.csproj">
45
      <OSGroup>Windows_NT</OSGroup>
46
      <TargetGroup>netstandard1.3</TargetGroup>
47
      <TestTFMs>netcore50;net46</TestTFMs>
48
    </Project>
49
    <Project Include="XDocument.Common\XDocument.Common.csproj" />
50
    <Project Include="XDocument.Common\XDocument.Common.csproj">
51 52
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
53
    </Project>
54
    <Project Include="XDocument.Test.ModuleCore\XDocument.Test.ModuleCore.csproj" />
55
    <Project Include="XDocument.Test.ModuleCore\XDocument.Test.ModuleCore.csproj">
56 57
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
58
    </Project>
59
    <Project Include="xNodeBuilder\System.Xml.Linq.xNodeBuilder.Tests.csproj" />
60
    <Project Include="xNodeBuilder\System.Xml.Linq.xNodeBuilder.Tests.csproj">
61 62
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
63
    </Project>
64
    <Project Include="xNodeReader\System.Xml.Linq.xNodeReader.Tests.csproj" />
65
    <Project Include="xNodeReader\System.Xml.Linq.xNodeReader.Tests.csproj">
66 67
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
68
    </Project>
69
    <Project Include="XPath\XDocument\System.Xml.XPath.XDocument.Tests.csproj" />
70
    <Project Include="XPath\XDocument\System.Xml.XPath.XDocument.Tests.csproj">
71 72
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>netcore50;net46</TestTFMs>
73
    </Project>
74
    <Project Include="Schema\System.Xml.Schema.Extensions.Tests.csproj" />
75
    <Project Include="Schema\System.Xml.Schema.Extensions.Tests.csproj">
76 77
      <OSGroup>Windows_NT</OSGroup>
      <TestTFMs>net463</TestTFMs>
78
    </Project>
K
Krzysztof Wicher 已提交
79 80
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.traversal.targets))\dir.traversal.targets" />
81
</Project>