2017-04-10 11:41:01 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{F44BEAB4-EDDB-497B-B15C-11E8DFB94092}</ProjectGuid>
|
2017-08-21 15:34:15 +00:00
|
|
|
|
<IsPartialFacadeAssembly Condition="'$(TargetGroup)' == 'netfx'">true</IsPartialFacadeAssembly>
|
2017-06-07 13:16:24 +00:00
|
|
|
|
</PropertyGroup>
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Release|AnyCPU'" />
|
2017-06-07 13:16:24 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netfx-Release|AnyCPU'" />
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Debug|AnyCPU'" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uap-Release|AnyCPU'" />
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="System.Xml.XPath.XDocument.cs" />
|
|
|
|
|
|
</ItemGroup>
|
2017-06-07 13:16:24 +00:00
|
|
|
|
<ItemGroup Condition="'$(TargetGroup)' == 'netfx'">
|
|
|
|
|
|
<Reference Include="mscorlib" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Condition="'$(TargetGroup)' != 'netfx'">
|
2017-04-10 11:41:01 +00:00
|
|
|
|
<ProjectReference Include="..\..\System.Runtime\ref\System.Runtime.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\System.Xml.XDocument\ref\System.Xml.XDocument.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\System.Xml.XPath\ref\System.Xml.XPath.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\..\System.Xml.ReaderWriter\ref\System.Xml.ReaderWriter.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
|
|
|
|
|
|
</Project>
|