Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-12-16 00:12:46 +0300
committerGitHub <noreply@github.com>2016-12-16 00:12:46 +0300
commitc06e46913f93aa4d4eec880410c3edb4e5039639 (patch)
tree3565af84ebcf9632eafadea2d08d3a31d410f2cd /src/System.Private.Xml.Linq/tests/XPath
parent3403b4f6a11fd6ba53551c9d55de25fbb83bdc85 (diff)
Make Test projects compile against the Targeting pack. (3/3 of the work) (#14534)
Diffstat (limited to 'src/System.Private.Xml.Linq/tests/XPath')
-rw-r--r--src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj b/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
index 980c10d46e..788794649e 100644
--- a/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
@@ -3,13 +3,7 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<Import Project="$(CommonTestPath)\Tests.props" />
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{10D52320-17B7-476E-BBD2-A1064DD38CBF}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AssemblyName>System.Xml.XPath.XDocument.Tests</AssemblyName>
- <NuGetTargetMoniker Condition="'$(TargetGroup)' == ''">.NETStandard,Version=v1.3</NuGetTargetMoniker>
- <RootNamespace>System.Xml.XPath.XDocument.Tests</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
</PropertyGroup>
@@ -207,9 +201,5 @@
<Link>TestData\xpC001.xml</Link>
</EmbeddedResource>
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\pkg\System.Private.Xml.Linq.pkgproj" />
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file